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

Can we test GUI of the application using QTP.? How.?If possible briefly explain process.?

1 Answers   Wipro,


How to call a test from another test?

0 Answers  


suppose our project is developed using java technologies.after complition of the coding developer relesed a build to the testing team.so, what is the process means how we open that documents?what are that documents?plz give reply its urgent

2 Answers  


why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..

4 Answers   Cap Gemini,


whare exactly we have to use functions and sub routain

0 Answers  






Which version of QTP is using by companies nowadays?

4 Answers  


Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!

0 Answers   Infosys,


Hi All, I'm Akshaya here, could anybody please help me regarding how to import the excel sheet to run time datatable. But Pl. keep it in your knowledge is that excel sheet is opened. Thanks, Akshaya Madali 9823213538

4 Answers  


What are software testing metrics

3 Answers  


when i perametarization of the test through outputcheckpoint,i have seen run time error i.e outputcheckpoint mismatch .Plz tell anybody to me(qtp).How to clear that?

1 Answers  


1) after inserting the check point how to change the expected value that was captured while inserting the check point

2 Answers   TCS,


how to use import and export sheet methods in qtp

1 Answers  


Categories