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



I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?..

Answer / rico

Set Wsh = CreateObject("Wscript.Shell")
Wsh.run "iexplore google.com"

Is This Answer Correct ?    14 Yes 0 No

I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?..

Answer / siva

Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = true
IE.Navigate "http://www.yahoo.com"

Is This Answer Correct ?    11 Yes 1 No

I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?..

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

I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?..

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

Post New Answer

More QTP Interview Questions

Tell me few important difference Between QTP and WinRunner?

3 Answers   Syntel,


Differences between quicktest professional (qtp) and winrunner?

0 Answers  


if we made any changes in shared object repository how it reflects of others like our team members?

2 Answers   CTS,


What is the Diff between Image check-point and Bit map Check point?

15 Answers   CTS,


we have 5 default properties we want add more Default property in Object Repository how to add the property

2 Answers   Nous,






How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2

1 Answers  


How to call actions in QTP?

2 Answers   Wipro,


What is the difference between Dim And Redim

4 Answers   Hotel Jobs, IBM, Microsoft,


in howmany ways you perfrom batchtesting

6 Answers   Lehman Brothers,


What is file database?

0 Answers   Syntel,


keyword driven framework having how many folders? explain folders in detail?

1 Answers  


WHAT IS A TEST STRATEGY & WHAT IS THE DIFFERENCE BETWEEN TEST STRATEGY & TEST PLAN?

21 Answers   ABM, AZTEC, CTS, Infosys, Nihilent, Orange,


Categories