How u will open the build automatically in QTP except using
Systemutil.run command

Answers were Sorted based on User's Feedback



How u will open the build automatically in QTP except using Systemutil.run command..

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

How u will open the build automatically in QTP except using Systemutil.run command..

Answer / nanda

by using invokeaplicaiton method..we can open an exe file.

Is This Answer Correct ?    1 Yes 0 No

How u will open the build automatically in QTP except using Systemutil.run command..

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

How u will open the build automatically in QTP except using Systemutil.run command..

Answer / pradeep

SystemUtil.Run"path of the application"

Is This Answer Correct ?    1 Yes 2 No

How u will open the build automatically in QTP except using Systemutil.run command..

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

How u will open the build automatically in QTP except using Systemutil.run command..

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

Post New Answer

More QTP Interview Questions

hi friends can anyone tell me where can i find descriptive programming material please send me the link also,from which i can download the material

1 Answers  


What is the use of an object spy tool in qtp?

0 Answers  


If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?

0 Answers  


How qtp recognizes the object?

0 Answers  


How to switch between browser tabs? )moving from one tab to another tab)

1 Answers   CTS,


How does you test a weblink which is changing dynamically?

0 Answers  


what difference between client and server applications exatly?

1 Answers   Honeywell,


How would you parameterize the text field "Country" and the same "country" when it appears as combo field on other page with text field city and same with City combo field?

1 Answers   Adobe, Patni,


how qtp handles customised object

1 Answers  


What frame work ur using in QTP in ur current company?

7 Answers   Accenture,


what is meant by source control?

0 Answers   Ordain Solutions,


how can u find the syntax errors or other script errors in your test during the execution of your QTP Test - (i.e., not after the execution/test run finished, but before finishing the test run)

2 Answers   HCL,


Categories