what is the Command used to start the QTp from Run.

Answers were Sorted based on User's Feedback



what is the Command used to start the QTp from Run...

Answer / santhosh

From start->Run type the below path
C:\Program Files\Mercury Interactive
\QuickTest Professional\bin\QTPro.exe

Is This Answer Correct ?    7 Yes 3 No

what is the Command used to start the QTp from Run...

Answer / kalyan

Right Click on QTP Icon present in the desk top & click on Properties & copy the file path in the target Field. Paste it in the run... any doubts catch me on..... mskalyan.smile@gmail.com

Is This Answer Correct ?    1 Yes 1 No

what is the Command used to start the QTp from Run...

Answer / sreeprasad

(start-> Run)

systemutil.run"path of the file"

Is This Answer Correct ?    2 Yes 3 No

what is the Command used to start the QTp from Run...

Answer / sreekanth

santhosh answer ....is also suitable answer....

but try "QTPro.exe" in run

Is This Answer Correct ?    4 Yes 5 No

what is the Command used to start the QTp from Run...

Answer / chaitu

The following Command is used

SystemUtil.Run"Path of the Server","","path of
the .exe".Open

Is This Answer Correct ?    0 Yes 4 No

what is the Command used to start the QTp from Run...

Answer / kamal bansal

The following command is used

InvokeApplication("Path")
systemUtil.Run"Path"

Is This Answer Correct ?    0 Yes 4 No

what is the Command used to start the QTp from Run...

Answer / ravi

just tpye qtpro in run

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More QTP Interview Questions

Hi Everybody, Can anybody please tell me the how to display the result of the QTP in the notepad text file rather than in the QTP result window. Suppose this is my simple script:WHich will open the notepad file and enter some text and then will change the font then will calculate how much time has been taken.Now, in this script i want to display the result in notepad file. Dim s Dim starttimer,endtimer,timeit s="uyetuywqtywqte" SystemUtil.Run "notepad","","Y:\","" Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp Window("Notepad").Dialog("Save As").WinEdit("File name:").Set "test1" Window("Notepad").Dialog("Save As").WinEdit("File name:").Type micReturn Window("Notepad_3").Type s Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp starttimer=timer Window("Notepad_3").WinMenu("Menu").Select "Format;Font..." Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Type "cou" + micDwn Window("Notepad_3").Dialog("Font").WinComboBox ("Font:").Select "Courier" Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Set "Courier" Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type micReturn endtimer=timer timeit=endtimer-starttimer print(timeit) Please also tell me where the function for the text file result will be declared and where it should be called. Thanks, Gaytri

2 Answers  


In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer

0 Answers   Tavant Technologies,


What is the extension of script and object repository files in QTP?

9 Answers  


How to Set the Global Sync Timeouts in QTP?

2 Answers  


what is meant by Utility object and utility functions?can u all pls explain these clearly.

1 Answers  






Hi guys, Please suggest some thing these points are correct???, Is UFT 12 and QTP outdated ??? and also VBscript is also deleted/Removed from QTP ???? Javascript is added latest and tool name is called JFT ??? From this year ??

2 Answers  


what the difference between shared repository and per action repository?

0 Answers  


1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)

0 Answers   HCL,


What is the virtual object?

0 Answers  


How to measure transaction time through VBScript without using start and end transaction points?

0 Answers  


we r conduction testing on a project USING QTP, regarding that project the object repository is full ? Till that project having objects that r not recognised by repository, then what wil you do? How we wil recogine remailning objects? Is it possible to maintain another shared(or)peraction repository? what is the maximum capcity of object repository? How the technical people decide this much object repository is enoughf for this project?

7 Answers   AppLabs, CGI,


What is the basic concept of qtp?

0 Answers  


Categories