What n+1 testing is?
wow to calculate the transformer rating(KVA)
How would you enable the metadata information of the service?
What is an append query?
What is java collection? : java collections
What are the different roles assigned to a gpa user?
Explain k-mean?
What is elapsed time in load runner?
Why python is faster than java?
What is silktest project?
what is idealized curve for concrere and steel
What is inheritance in java?
What will happen when windows 7 is no longer supported?
What are scalar data types?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.