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 nani my doubt is how does qtp process metrix related to software process.
What is the difference between rational rose and QTP?
Explain how qtp identifies objects?
What is quicktest professional (qtp)?
Explain the types of properties that quick test learns while recording?
What are the types of properties that quick test learns while recording?
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
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
Explain the features of quick test pro(qtp)?
what type of framework u r using in ur organization
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
How to associate shared object repository to test in qtp?
By using QTP can we record any log files written by the application which is in execution?
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?
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