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 |
1.what is test automation life cycle?
what is the framework followed by ur company in qtp
What is qtpro? What is a quick test professional?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
What is the BPT(bussiness process testing ).and what is the main difference between BPT and QTP
3 Answers EDS, GL Noble Denton, IIST,
What is the Difference between copy to action and call to action?
What are the different attribute used with regular expression?
what type of scripts are asked in qtp?
What are the various types of Actions in UFT?
Explain the concept of object repository and how QTP recognizes objects?
Hi, I want to retrieve the cell data in the WebTable. For that I have defined a new test object under the browser and have given html tag and text as the test object properties. But while I try to identify it it says 'Object description is not unique'. I tried adding innerhtml, outerhtml, innertext and outertext along with the ordinal identifiers; but no use. What more properties need to be added to identify it? Also I want to enable smart identification for this object but the field is disabled in the object repository for this object alone(In QTP tools->object identification the enable smart identification checkbox is enabled). How do I enable it?
How do you return a value for an array.