If there are 10 notepads opened on desktop. how can we
close a particular 2nd notepad using script
Answer Posted / girishkumar
CreationTime is best for it
While Browser("CreationTime:=0").Exist
Browser("CreationTime:=0").Close
Wend
http://motevich.blogspot.in/2008/06/qtp-descriptive-programming-browsers.html
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
What is the basic concept of quicktest professional?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
What are the key points to create a framework in QTP for oracle forms?
Hoe can we do retesting using functions please give the code for it using login page
Is it possible to switch between recording modes during a test creation?
How to modify object property in qtp ?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Explain the types of properties that quick test learns while recording?
How does qtp recognize objects in aut?
What is quicktest professional window?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))