How to launch application under test through VBscript without
using systemutil.run or invokeapplication?
Answers were Sorted based on User's Feedback
Answer / mogal
1.set IE=createobject("internetexplorer.applicaation")
IE.visible=True
IE.navigate "www.google.com"
2.set owsh=createobject("wscript.shell")
owsh.run "www.google.com"
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sai
By Using Automation model reference.
Set a=CreateObject(Excel.Application)......
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / nayana
set ie=CreateObject("internetexplorer.application")
ie.fullscreen=true
ie.navigate "http://gmail.com"
set ie=nothing
| Is This Answer Correct ? | 1 Yes | 3 No |
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
describe some problem that u had with automation testing tool?
What is Test Fusion Report in QTP?
hi i have one doubt is there any companies are taking correspandence courses plz leme know urjent
who is the best faculty in Hyderabad for QTP?
In qtp, how you can use xpath to identify objects?
how we will use output values in qtp? is there any possibulity by descriptive programming?
Explain qtp(quick test professional)?
HI ALL, HOW WE INSTALL .NET ADD-IN OR JAVA ADD-IN TO THE QTP? PLZ URGENT.ANSWER ME.
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
I need to know how to Automate a Username and Password for a Web-based product? I'm scripting 3 different types of surveys but each Survey requires a Username and Password which is always the same. I can I do this using QTP?
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?