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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / guru
Hi guys,
We have another option,
just click the mouse on 75 th line and then click Ctrl+F5.
Then it will run from the current step.
Thanks,
Guru
Kadapa.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / uday kumar_anem
Raghavan, you are correct.
And another way of doing this is:
once you click at line 75, right click on your mouse and
choose Run from Here option.
It will execute from line 75.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / abhishek
hi,
just right click on the 75th line and then go to tools>run
from step and right click on it .
this option will run the script from 75th line to till 100
line.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / patil
If it is a code in qtp, I think, make the first 74 lines as
comment.
It is a Key Driven, put the Keyword before the 75th line
and run.
Patil
| Is This Answer Correct ? | 1 Yes | 6 No |
I have to do testing for XML file using QTP. 1. I was given a sample XML, I had to edit that with my actual data and had to make a new XML-- this part is completed, I did that. 2. Now I have to copy the exact contents of that XML file and have to paste it in a web application as a request message for web appliaction processing, using QTP. So I am unable to copy and paste it in web application, please help me out.
how many test scripts we will write in qtp? very urgent. please??? Thanks in advance..
How do we create and run the scripts with out using O.R. ?
what is standalone database
how to lunch the application in the qtp tool ?
how can we retrieve ten rows from the data table using loop concept?
To which environments does quicktest professional (qtp) supports?
Hi All I'm new in QTP. I'm trying to make test cases for login on Flight.exe . I have parametrise the agentname and password field. So wen wromg agent name or password is entered it show a dialog box with proper message(Like: "Wrong Password" or :Please enter Password" etc) and OK button. I have created If else block. Now my problem is i want to make checkpoint on error message Dialog box. But each time i create a checkpoint it shows same text message. So how i can check that message is there or not.
.mtr ( modular test repository or mercury test repository) plz give correct answer??
What are the disadvantages of recording test cases in qtp?
What is the use of environment variables?
How to supress warnings from the "Test results page"?