How do we run a test from the 3rd row of the datatable in
QTP? Leaving the first two rows we need to test AUT from
3rd row to n'th row.
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
Directly use setcurrentrow function.
use the below statement
for i=3 to n
datatable.setcurrentrow(i)
' do some operations
next
The above loop starts from the 3rd row and performs your
actions and continues upto 'n' iterations.
Regards,
Uday.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / art
In the settings option, u can select whether u want to run
on all rows or u can specify from which row, run has to be
performed.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sankalp shukla
go to file->file setings->run tab and there u can specify
the rows frm whr to start.....
| Is This Answer Correct ? | 4 Yes | 0 No |
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
How do we call Library Files(.vbs) in the Test Script Thanks in Advance...
What is the difference between qtp and selenium?
key word driven frame work is like a folder structure Question is that where is the folder like funtion library folder,object repository,data base,application scenerio folder etc are store whether in a remote machine where we have to access or in our machine (it just like VSS)
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
WHAT IS THE FUNCTION (HOW TO DO) THE BATCH TESTING IN TEST DIRECTOR USING MANUAL TESTING PROCEDURE?
What are the steps involved in recovery scenario wizard?
I have to automate excel features using qtp in this i need to open instance of excel in different ways like double click on file, drag & drop options, File > open option but i know the 2 ways to open the excel instance 1 is by creating the object and another is to open the excel file in already opened instance of excel through sendkeys through qtp. But i m not geting how to open excel file through double click and drag and drop option through qtp script plz help me out anyone can thanks in advance
Add parameters during time in each row in one column
Can we run multiple QTP scripts one after the other without manual intervention? How?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
How can we upload pdf files in qtp?