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 |
Where you get the run time data table?
How to get the run time object property without using GetROProperty
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
If QTP not recognizing using repository while executing, how can we go forward
When we try to use test run option "Run from Step", the browser is not launching automatically why?
Approach for Installation,comaptibility,system testing
how to make connection to a remote mysql database in qtp any one can please provid eme deatail steps.
what is the extension of action script template?
WHO IS THE BEST FACULTY FOR QTP IN HYDERABAD? A) NAGESHWAR RAO- MINDQ B) SURESH REDDY -SMART SOLUTIONS C) SURESH BABU- Q EDGE D) VENKAT - LIVE TECH E) GC.REDDY - HI-TECH CITY F) NONE OR OTHERS
What are Test case selection criteria for Automation?
How you used DDT in QTP?
How to record application running on the Virtual machine?