using descriptive programming how to close all opend browsers?
Answer Posted / amarendra kothuru
Do While(True)
If Not Browser("index:=0").Exist(0) Then
Exit Do
End If
Browser("index:=0").Close
Loop
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How you can make an action as re-usable action?
How is UFT 11.5 version different from UFT 12.0?
Differentiate the type of test cases which can be automated and which cannot be automated?
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.
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
How QA specialist can identify when programmatic descriptions are useful?
Output values? i want a practical example
In qtp, explain what is crypt object
How to handle dynamic objects in quicktest professional?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
assume i have few url link how will i dynamically call then using descriptive programming?
What is the differences between image check point and bit map check point?
What is the Difference between copy to action and call to action?
Which recording modes need more memory?
what is keyword driven testing in qtp?n how is it useful?