Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

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)

3 Answers  


What is Expert view?

4 Answers  


Explain the features of quick test pro(qtp)?

0 Answers  


How can i initiate the objects to find uniquely in OR

0 Answers   IBM, Livetek,


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

3 Answers  


What are the Features & Benefits of Quick Test Pro (QTP)..?

5 Answers  


do you prepared framework,pls answer this

1 Answers  


What types of testing comes under functional testing or in other word what will you test in functional testing?

3 Answers   Infosys,


How do you test DLL files using automation Tool QTP?

0 Answers   Qwest,


How does qtp recognize objects in aut?

0 Answers  


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?

1 Answers  


HOW TO AUTOMATE CAPCHA IMAGES while creating Gmail account

2 Answers   TCS,


Categories