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


Please Help Members By Posting Answers For Below Questions

hi nani my doubt is how does qtp process metrix related to software process.

1761


What is the difference between rational rose and QTP?

1993


Explain how qtp identifies objects?

779


What is quicktest professional (qtp)?

772


Explain the types of properties that quick test learns while recording?

782


What are the types of properties that quick test learns while recording?

772


Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak

1870


Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan

2284


Explain the features of quick test pro(qtp)?

774


what type of framework u r using in ur organization

1846


I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that

1627


How to associate shared object repository to test in qtp?

733


By using QTP can we record any log files written by the application which is in execution?

1709


we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?

1980


Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance

1986