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
What does mean by Scope of Automation?n How we defined it?
What is the difference between qtp and selenium?
How to handle the exceptions using recovery secnario manager in quicktest professional?
Where we can use the synchronization?
Whether qtp 9.0 supports Test director8.0
How to handle Java tree in QTP?
how to idetfy which test cases are automated?who will deside that plz tell me
give me the code to save all messages of inbox of gmail into a folder and notepad
How many ways we can parameterize data in quicktest professional (qtp)?
Explain the check points in quicktest professional (qtp)?
How to explain a banking project in interview as a test engineer???
How to delete an object from the object repository?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
what is the difference between modular framework & datadriven framework
How the exception handling can be done using quicktest professional (qtp)?