I want to open a Google page without recording a test and i
do not want to use system.Util.run command as well how do i
do this?
Answer Posted / rico
Set Wsh = CreateObject("Wscript.Shell")
Wsh.run "iexplore google.com"
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Which functionalities of QTP used in banking project?
How do client side image and server side image work?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
Tell me one scenario, the complex functionality you have automated in your project?
How to find operating system information using the qtp script?
What is the extension of the qtp local repository?
Name the properties you would use for identifying a browser and page when using descriptive programming?
How to check feasibility of the appliction?in automation testing?
How to create Reusable and Multiple Actions?
What is TOM in QTP?
How does QTP identify an object?
What is the process of synchronizing qtp and aut?
What are the differences between qtp and winrunner?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
How can I import environment from a file on disk?