How u will open the build automatically in QTP except using
Systemutil.run command
Answers were Sorted based on User's Feedback
Answer / chinna
We will open the build automatically in QTP using
Syntax : Invokeapplication ("Path of the application")
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / nalini
You can open the build automatically by specifying the
build path in Record and Runtime Settings.
Or
use InvokeApplication function.
InvokeApplication "buildpath"
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / 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 |
Answer / vidyasagar
Dim oShell
Set oShell = CreateObject ("WSCript.shell")
oShell.run "Pathof the file"
Set oShell = Nothing
| Is This Answer Correct ? | 0 Yes | 1 No |
how to get the data from a winedit box in vb scripting and store it in a variable if data contains "_"(i.e data is TEST_1)
What is Expert view?
Explain the features of quick test pro(qtp)?
How can i initiate the objects to find uniquely in OR
Hi, i am rani ,i am putting 1+years of fake exp ,so pls anyone explain how i get project (in real time) ? how it is tested ex: in banking ,test the number of textboxes in one window
What are the Features & Benefits of Quick Test Pro (QTP)..?
do you prepared framework,pls answer this
What types of testing comes under functional testing or in other word what will you test in functional testing?
How do you test DLL files using automation Tool QTP?
How does qtp recognize objects in aut?
Hi frnds, for ex.. we got a job in wipro, they will give me one mail id.. "Rameshkumar@wipro.com", where to open this mail id..in which sw ? or outlook?
HOW TO AUTOMATE CAPCHA IMAGES while creating Gmail account