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
How many types of parameters are available in quicktest professional?
Explain object spy in qtp.
Which environments are supported by hp qtp?
How you can replace string in qtp?
How to use the object spy in quicktest professional (qtp) 8.0 version?
How to find Operating system information using QTP script?
How to find the length of the string in qtp?
What are the technologies supported by qtp?
after click on compose mail how can we attached a file in qtp with vbscript code
What are the flaws in water fall model and how to overcome it?
breef description of batch testing ?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
Hybrid framework supports Descriptive programming. Is it true?
What are the check points can be inserted without recording?
how to test Web application using QTP software