Tell about automation object model(Aom) in qtp?
Answer Posted / kapil
Write the above script in notedpad and save it with .vbs
extension.Open the file and run it.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a quick test professional?
What are the disadvantages of recording test cases in qtp?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
What is action?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
QTP script is not working on other's machine..
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
How is test case write?
Give the syntax to load function at run time.
why you have standardized functions? plzzz guys with real time exp. do answer
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.
How do Parameterization and Data-Driving relate to each other in QTP?
What is the Command used to start the QTP
Where to use function or action?
what is the difference between data driver & data driven and driver script?