Suppose there are 10 browsers opened on desktop. I want to
close all browsers except one browser in QTP. Can any one
give the code for this?
Answer Posted / vijay
While Browser("creationtime=0").exist(0)
Browser("creationtime=0").close
wend
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
what is supply chain management?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
The hybrid framework can be implemented for any application. Is it true?
How to recognise the webelement and verifying that webelement is enabled?
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
images are dynamically changes how to compare two images with out using the bitmap
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
Explain qtp(quick test professional)?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
Which recording modes need more memory?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
What are the different types of action?