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 |
How can we display the names of the buttons in the toolbar of a webpage
What are the recording modes in wave event?
What is the use of virtual objects?
I want to open a Notepad window without recording a test and I do not want to use SystemUtil.Run command as well How do I do this?
How do you export an output to a excel sheet? Ex: I get my answer by using Msgbox"..." &R. How do I displayed the result of the Msgbox (such as R) to an excel sheet? Please let me know.Thanks
What is the quicktest professional testing process?
Did you face the problem, changing the properties of an object in Run Time?
How to fetch web elements count from Google Page which contains letter "e"
what is keyword driven testing in qtp?n how is it useful?
How to find duplicates in an array and remove them efficiently?
how to identify the user defind varibles? plz tell me
what are the areas that cannot be tested using an automated tool? list a few