what is the Command used to start the QTp from Run.
Answers were Sorted based on User's Feedback
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 |
Answer / sreeprasad
(start-> Run)
systemutil.run"path of the file"
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / sreekanth
santhosh answer ....is also suitable answer....
but try "QTPro.exe" in run
| Is This Answer Correct ? | 4 Yes | 5 No |
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 |
The following command is used
InvokeApplication("Path")
systemUtil.Run"Path"
| Is This Answer Correct ? | 0 Yes | 4 No |
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)
what is file database
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
object types is used for what?
Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?
What is output value?
Which is the best testing institute for QTP training in Hyderabad.
please clarify the question ................. i know how to open the notepad file ? but i don't know how to enter the data into opened notepad ? Ex: set a=createobject("wscript.shell") a.run "Notepad.exe" please give the replay. my mail id is raju.ippali@gmial.com, 9823257761
hi radhaka plz tell me clearly to handle the earrors with out isng recovery scnerio this is sreenivas from delhi
hai friends i already ask this question but when i post the question the alignment goes wrong .....my question is we have a WEB TABLE ....assume that web table having 3 row's and 3 column here in 2nd row 3rd column having VISIT FACEBOOK link...now i want to check the VISIT FACEBOOK link is available or not ..if it's there i want to click the link ...then how to find the web table row or column count ....don't write the excel or data table script here friends .....consider that it's a WEB TABLE do a favour ...thank's
the presentation layer of my application is built using VB 6.0 and a series of C++ dlls and components. We do not use Java, VB.Net, C## or any other component that can be decompiled. We are automating the application using HP Quick Test Professional. It is not reconginizing the combo boxes, tabs etc.... Could you please suggest, whether QTP supports C++ dlls and components or not...if yes, could you please guide me, how to overcome this situation. Can we install any special add-ins for this C++? .When we are performing the recording/execution, the application becomes very slow. Your quick response will be highly solicited in this regard.
If there are 100 checkboes in a page then how can we select all chexkboxes at once through descriptive programing in QTP using vb script. Please send the answers...