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

We have an action attached with the library file in QTP. When I will click on run button,which file is going to be executed first a)Action b)Library

1 Answers  


wat are views in qtp explain

3 Answers   IGT,


h u call the function

6 Answers   Wipro,


What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?

0 Answers  


why we use check points , In qtp we use the any check points , what r they , when and why

1 Answers   Polaris,






When Recovery scenario actually starts while testing the application?

0 Answers   SAP Labs,


Describe function procedure in vbscript.

0 Answers  


What are the data types in qtp?

0 Answers  


anyone can explain about "Smart Identification" in QTP. what is the use of "Smart Identification" ???

1 Answers  


PLS REAL TIMERS WRITE THE ANS FOR THIS? WHICH SCRIPT IS USED IN REAL TIME NOW A DAYS 1)SHARED REPOSITORY BASED SCRIPT 2)DESCRIPTIVE PROGRAMMING BASED SCRIPT?

1 Answers  


What is throw object?

1 Answers  


Can someone tel additonal features which has been included under QTP 9.0 which is not there in 8.2 version?

1 Answers  


Categories