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 |
Hi, My application is a web application which was developed by Java. In that application we have applets to do some operations. Is it possible to recognize applets using QTP? If yes, how? pls, help me this
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
suppose i can done the project , that project have 4 modules in that one module they have many links(web pages).in that time i can say i can work on some links? or total module?
Whether qtp 9.0 supports Test director8.0
What are the different attribute used with regular expression?
what is difference between Mandatrary proparties and Assistive proparties? Explain
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
What are Test case selection criteria for Automation?
How u will open the build automatically in QTP except using Systemutil.run command
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
A question was asked in a company-suppose, I am testing a website on QTP, all the time a new title bar is appeared on next page. Trying to use regular expression under key word driven testing but expert view is also appearing unchanged and error is also generating, do you have any best resolution for that kindly explain in detail. please dont give example of yahoomail, that is unable to clear my doubt.
interviwer asks what is data table? my ans is Data table is an internal Excel file of QTP...intervier not happy with this also? can u post any other answer?