How to launch application under test through VBscript without
using systemutil.run or invokeapplication?
Answer Posted / mogal
1.set IE=createobject("internetexplorer.applicaation")
IE.visible=True
IE.navigate "www.google.com"
2.set owsh=createobject("wscript.shell")
owsh.run "www.google.com"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we create a qtp test from qc?
How to test results for qtp ?
How to customize checkpoints with parameters?
Where you get the run time data table?
How can I import environment from a file on disk?
Have you used xml check point in your project? How?
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
Why to use descriptive programming?
What is the difference between rational rose and QTP?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
What is the meaning Work bench?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)
How do you capture tooltip using QTP?