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 difference between shared and local object repository?
QTP script is not working on other's machine..
Write a script to verify font style and color of a windows object using descriptive programming
Explain about the test fusion report of quicktest professional (qtp)?
How can you give wait up to 10 seconds in qtp?
What is synchronization? What are the ways you can synchronize?
How u will do versioning in QTP?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
What test cases can you automate using QTP?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
What is Unicode Compatibility?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance