several browsers opened. write QTP script to close all browsers except gmail.
Answer / puspita
Dim d
Set d=Description.Create
d("micclass").value="Browser"
Set a=Desktop.ChildObjects(d)
For i=0 to a.count-1
s=a(i).GetROProperty("title")
If instr(1,s,"Gmail")=0 Then
a(i).Close
End If
Next
| Is This Answer Correct ? | 22 Yes | 1 No |
what is defenetion of kiran can u tell me plz CVS, SVN
How to export data in excelsheet to qtp without using datatable.
When and why to use descriptive programming?
I want to execute 1st row of the local sheet and 3rd row of the global sheet parellely. write script to execute
Through array we can execute the testcase how ? give me example
Which is the best testing institute for QTP training in Hyderabad.
How you will rate urself in QTP in the range of 0 to 5
Explain about invoking of application?
Explain the qtp test phases.
How many add-ins comes by default with qtp?
Why do we use breakpoints in QTP?
How to use parameterization in qtp?