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 / venkatesh
By Using Creation Time we will close particular browser. if
u open 7 browsers with same name but creation times r
different.
Ex:: browser("CreationTime:=7").close. if u want close 1
browser u can give no 1 ,
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
How to test fly out menu in qtp?
What are the automation metrice in your project?
How can I use Call dlls in QTP ?
How does qtp identify the object in the application?
how to do the batch testing in test director using manual testing procedure?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
What is the use of running the scripts in Hidden-mode in UFT?
Can any suggest me what is exposure testing?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
What do you mean by iteration?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
How to call a test from another test?
What are main panes available in qtp test browser?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
What are the main differences of qtp and win runner?