I want to open a GOOGLE page without recording a test in
QTP.Can any one answer me?
Answers were Sorted based on User's Feedback
Answer / rico
Set Wsh = CreateObject("Wscript.Shell")
Wsh.run "iexplore google.com"
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / siva
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = true
IE.Navigate "http://www.yahoo.com"
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / saurabh
Use the below code
systemutil.Run "C:\Program Files\Internet
Explorer\IEXPLORE.EXE", "www.google.com"
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / bhavanim26
Thank you surabh.
And i do not want to use system.Util.run command as well
how do i do this?
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you directly trigger javascript in a test?
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.
how you test broken link using the automated tool QTP ?
How to change the run-time value of a property for an object in QTP?
waht is the difference between QTP 8.2 and 9.0 version
15 Answers AppLabs, CTS, Polaris,
what is the difference between ClassName and class in QTP?
Mention the test steps of qtp.
When Object Repository is available what is the necessity of having Descriptive programming which needs more scripting efforts.
What are the recording modes in wave event?
What is the difference between the design-time and run-time data tables?
How can you Open a Notepad and How can you write the test Resuts in Notepad by Using QTP?
Explain how you can replace string in qtp?