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
What are the methods of the TextStream object that are used for reading from a text file?
Describe synchronization point.
explain abt dyanamic changing object with example?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Why qtp always start action1 and does not start action?
In qtp, explain what is crypt object
assume i have few url link how will i dynamically call then using descriptive programming?
in a web page How to check and display a particular word from a paragraph?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
How do you test DLL files using automation Tool QTP?
is it possible to add sheets to excel at runtime
How do you send email with attachment from outlook using qtp ?
What is Cross browser testing? Does UFT support it?