How can we close all webbrowsers which are opened in out
desctop?
Answer Posted / meenakshisundharam
If browser(xxxx).Exist then
browser(xxxx).close
End if
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
How to run a test using quicktest professional?
what kind of frame work you used in your last project?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
How you know that a test case is a regression test case
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
explain structured testing? plz guys with exp. do answer
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
how to write xml output check point bu useing descriptive programing .means without useing output check point
How to find operating system information using the qtp script?
What is environment variable in qtp and why to use it?
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
Where you are storing your script?