which command u will use to access the application through
descriptive programing?
Answer Posted / varsha
We can use InvokApplication or SystemUtil.Run "".
Also you can use following script to open a browser usinf
descriptive programming :
Dim ie
Set ie = CreateObject ("InternetExplorer.application")
ie.Navigate "http://www.google.ae/"
ie.Visible=True
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Your roles and responsibilities and daily tasks? (As automation tester)
What is active screen?
How QTP support all types of applications (platforms)?
How do I get the QTP scripts result in xml format by using vb script function?
How will you find the current time of the remote machine using QTP script?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
What are advantages of test automation?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
How to handle dynamic objects in quicktest professional?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
Can we Test Welcome Screens and Process Images with QTP
What is the use of text output value in quicktest professional (qtp)?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?