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 |
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
Any one please tell me how to create framework in QTP (in detail). Is there any website for reference?
How can i Save the snapshots in a specified folders using Scripting in QTP?
I want different types of discriptive programming statments coded for different types of web-objects?Give syntax and example?
What is the difference between client server application and web based application?
Does QTP run in any environment?
can anyone please tell me which is the best institute for learning QTP and Automation Testing tools in hyderabad with realtime examples and scenarios...I heard about many institutes in Ammerpet hyderabad i.e Suresh Reddy's Smart Solutions, Ashwin Palaparthi's Tech Teach,SUNNYSOFT, SITE institute, I-VINTAGE, siritechnologies and sriven institute..pls suggest me which to choose for learning QTP....Which institute has fasttrack option?
Explain about reusable actions?
What is time parameter?
can u write Script to do Data Driven Testing throuh Externel & internel XL Sheet
Differences between QTP & Winrunner?
Tell me one scenario, the complex functionality you have automated in your project?