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
How to customize checkpoints with parameters?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
How to export quicktest professional results to an .xls file?
Where you get the run time data table?
Does quicktest professional is unicode compatible?
How to analyzing test results using quicktest professional?
What are the benefits of quick test pro(qtp)?
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
What is the quicktest professional (qtp) testing process?
In what occasion we can specify global sheet and action sheet?
Explain the features and benefits of quick test pro(qtp)?
What is post recovery scenario?
If the objects hierarchy is changing from build to build, then how you will handle that condition?