using descriptive programming how to close all opend browsers?
Answer Posted / ravi
Set b=Description.Create
b("micclass").value="Browser"
Set obj=Desktop.ChildObjects(b)
For i=0 to obj.count-1
c=obj(i).GetROProperty("title")
msgbox " Closing.. " & c
obj(i).Close
Next
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is test object model in quicktest professional?
How to handle dynamic objects in quicktest professional (qtp)?
what is review
How to explain a banking project in interview as a test engineer???
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
what is defenetion of kiran can u tell me plz CVS, SVN
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
What are the challenges you faced during you entire life automation ?
What is Associate Repository in QTP 9.2 ?
How do you check ticket cost and ticket number in flight application?
Explain the concept of object repository?
What is QTP testing process?
can i compare two databases using QTP ?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.