How to Close all browsers in reverse order.
Answer Posted / suresh
Set oBrowser = Description.Create
oBrowser("micclass").value="Browser"
Set oAllObjects = Desktop.ChildObjects(oBrowser)
msgbox oAllObjects.count
For i = 0 to oAllObjects.count-1
Browser("CreationTime:=" & i).close
Next
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How will you find the current time of the remote machine using QTP script?
How to handle dynamic objects in quicktest professional?
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
how to write xml output check point bu useing descriptive programing .means without useing output check point
What are the key elements available in test result window?
What is QTP testing process?
How can I change object description or check point values in qtp?
Sql questions to find second max salary and how to use joins
What is the qtp testing process?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
unique properties of button,edit box, radio button,check box?
What is difference in global and action sheet in qtp?