if there r 10 windows open in QTP write a command to close
all 10 windows at a time ?
Answers were Sorted based on User's Feedback
Answer / sudheer kumar putsala
if Browser("micClass:=Browser","index:=0").Exist(0) Then
Browser("micClass:=Browser","index:=0").Close
Above line of code will close all the open Browsers.
| Is This Answer Correct ? | 2 Yes | 5 No |
What is file database?
How we can import data from database?
Explain the difference between check point and output value?
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
How many add-ins comes by default with quicktest professional (qtp)?
how will load the object during runtime?
Explain the use of action split in qtp?
IN A WEB PAGE THERE IS TWO WEB BUTTON WITH SAME OBJECT PROPERTY AND VALUE, SO HOW I WILL IDENTIFIE OBJECTS INDIVISUALY.
why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..
How many types of status are there?
How you can find length of array in qtp?
Discuss the QTP Environment?