How u will open the build automatically in QTP except using
Systemutil.run command
Answer Posted / sandeep
Please refer to the VBScript below.
I used this script to start one application.
You may need to do the same.
In oSheel.Run row enter the variosu command statement which
you take DOS Prompt to required path where exe exists.
Once in that folder just enter name of exe which need to
start application.
Dim oShell
Set oShell = WScript.CreateObject ("WSCript.shell")
oShell.run "cmd /K C: & CD C:\Program Files\COADE\CAESAR II
5.20& C2.EXE"
Set oShell = Nothing
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
What are metrics and matrix?
What is the difference between a Function and Action in QTP?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
How does you test a weblink which is changing dynamically?
Differences between quicktest professional (qtp) and winrunner?
How to release all resources file from the QTP?
What is the use of text output value in quicktest professional?
How do client side image and server side image work?
How can get count of list box?
Difference between action & Reusable action?
How to test results for qtp ?
What ate the Technologies supported by QTP?
what are the mandatory properties for a tex boxc (scenario?)