write a script to close all open browser in qtp except one
browser whose name is xyz
Answer Posted / gangadhar
set objbrowser=Description.Create
objbrowser("micclass").value="Browser"
set a=Desktop.ChildObjects(objbrowser)
msgbox a.count
for i=o to a.count-1
s=a(i).GetRoProperty("Title")
If instr(s,"Gmail")=0 Then
a(i).close
End If
Next
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Can we record an application running on a remote machine using qtp?
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
How software tester can use constants and variables in scripts?
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
is it possible to add sheets to excel at runtime
what is description object?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
Explain the terms test and business component?
Explain about Test Fusion Report of QTP?
How to modify the text checkpoint?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
Why is action split used by qtp?
How many types of recording modes in qtp?