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
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
How to break the object spy ?
Explain different recording modes?
How do you capture tooltip using QTP?
Can U Explain about QTP tool from older version to latest version also its differences?
How often were they executed?
What is the quicktest professional testing process?
How may types of defects identify application or your currently working application?pls give me answer..
How to analyzing test results using quicktest professional (qtp)?
diff between qtp versions from 8.5
What is Distributed testing? How does UFT support it?
How does you pass optional arguments in qtp?
Hi Samrat, Thank u very much, what u said it is right.
What is the expert view?
What is difference between shared and local object repository?