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 are the check points can be inserted without recording?
Suppose I want fail that check point? How can you do that?
What's QuickTest Window?
What is the BPT(bussiness process testing ).and what is the main difference between BPT and QTP
3 Answers EDS, GL Noble Denton, IIST,
Is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
In QTP where i have to concentrate more in the Interview point of View
what is the diffrence bw qtp architectute and qtp framework?
What is quicktest professional window?
When to use Descriptive programing?
Suppose there is a bitmap with some text in it how do you write the script to get the text.
What does SPLIT and JOIN commands do in Vbscript?
6 Answers Ordain Solutions, UBC,
OPening of notedpad in QTP to write and execute the coding?