IF there are seven browsers with same name open. I want to
close one particular browser thru QTP. how can i do this?
Answer Posted / deven
while browser ("CREATIONTIME:=7").exist(3) then
browser("creationtime:=7").open
wend
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
What is a data driven test in qtp?
Why we load add-ins in qtp?
What are the automation metrice in your project?
What are table and db checkpoints?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
Hybrid framework supports Descriptive programming. Is it true?
How can I import environment from a file on disk?
Is any limitation to xml checkpoints?
Hi ,Can any one pleas explain how to test splash objects using QTP?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
What is Port testing. Whhen will you perform?
What is QTP’s model for test creation?
What is the qtp testing process?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?