what is the Command used to start the QTp from Run.(start->
Run)
Answers were Sorted based on User's Feedback
Answer / tvsramakrishnachowdary
pls check ur question once again..
we can start the qtp externally by AOM concept only...thru
vbscript file
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rameshmvc
sorry i dono answer for this question
...it may wrong surya...
pls check again..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nar
Hello Srikanth,
Do u have any idea of which location will be shown in dos
prompt according to ur desc? Don't post incorrect answers
which could give wrong info.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kishan
It always depends on which you have installed QTP. For eg in
my machine, the path of QTPro.exe file is as below
F:\Program Files\Mercury Interactive\QuickTest Professional\bin
so when I type the below text in Run Prompt it will open my QTP
F:\Program Files\Mercury Interactive\QuickTest
Professional\bin\QTPro.exe
If you are working in cmd prompt then you have to browse to
the path(F:\Program Files\Mercury Interactive\QuickTest
Professional\bin) using "cd" command
> cd F:\Program Files\Mercury Interactive\QuickTest
Professional\bin
>QTPro.exe
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sreekanth
Start-->RUN-->Give "cmd" & Press enter --> in dos prompt
give QTPro.exe & press enter...
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / madhumitha madhualag@gamil.com
use "QTPro" in the run of start button
any comments always welcome
| Is This Answer Correct ? | 0 Yes | 3 No |
What is the difference between functional spec. and Business requirement specification?
We have opened three browser such as Facebook,Gmail,Amazon,I want to generate the script of Login of Amazon application, but while adding the object such as edit box(user id,password) in OR is not added.Could you please resolve my issue
Why divide a test into three action calls?
When using descriptive programming?
How to capture all the data of a webtable, weblist and combolist using QTP?
Explain in brief about the quicktest professional automation object model?
How many add-ins comes by default with quicktest professional?
I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to give input of drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. I have changed the drop down value as variable in Keyword view and given values in data table "A,B,C,D,E" as one below one. 4. While i am running the script it could not identify the drop down value which is in Data Table.It shows message. How to make value identify by QTP?
can u please explain what r the challenges u faced in ur automation testing
What is the difference between run time object and test object?
How do we run the scripts in QTP ?? what are the three options....
During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.