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 to create flat file datasubmission in qtp
QTP Data Table Having 10 records with 10 to 15 fields(lets say).now i want to get alternative records from datatable.pls can any one answer it?
How to retrieve the property of an object?
what type of test cases tou will automate?
hi everyone today is the first time i saw this website,and hi iam siraj,iam very impressed by seeing evryones response towards questions,iam a newcomer and i have got tryining in testing can anyone please send me some projects relaited to testing.i know it is very confidential but still if u send it will a great help. my mail id venku_krs@yahoo.co.in
How to handle the exceptions using the recovery scenario manager in qtp?
Is there any option in QTP to add Java add-in after instaling the QTP?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
difference Between Call Run action and copy of action?
What are the different types of action?
what are the mandatory and assistive properties of objects in QTP?What is attached text?Plz assist me with proper answer.
Hey friends i m facing a problem when i m running my script in qtp it waits for about 5-10 secs before starting execution why it is so can any one solve my problem .Previously it was running fine