Suppose i have a script which is having 100 lines.I want to
execute that script starting from line no 75.means first
qtp should read the script from line no 75 how can u do it.
Answer Posted / raghavan
hi,
click the mouse on 75th line and go to tools->Run from
step->click the link ....
the qtp will run from 75th line
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What are the properties you would use for identifying a browser and page when using descriptive programming?
what are the limitations of smart identification in qtp 9.0
Explain the difference between data driven testing and parameterization ?
How many types of recording modes in qtp?
Have you done batch testing in qtp? If yes how you are doing?
In qtp, how you can get the last character from a string?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
What is QTP scenario.
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
How many scripts did you have?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
Explain the difference between check point and output value?