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 |
Analyzing the Checkpoint results ?
How can i get QTP 9.2 software or any webside where i can download ? can anyone help me out , i want to be expert in QTP ,but i don't have the software
what is standalone database
what area in a web application cannot be automated.
1)how to write test cases in test director? not go throuth requirments and plan but should be different way i need? 2)what is the mediator between qtp and application or project?
Reverse string without mid or streverse function.
UFT 12.02 which ALM version will support
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
Can we check environment variable value without existing of environment variable
What is diffrence between Global variables and Environment variables...Anybody can give me answer..Thanks in advance..
can we call a test in another test? how? explain with one example?
WHY U CHOOSE TESTING FIELD?