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.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the basic concept of quicktest professional?

743


Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.

2631


how to write xml output check point bu useing descriptive programing .means without useing output check point

1849


How to use descriptive programming?

845


On what document base Descriptive programming is written if build is not yet ready ?

1095


what are the frame work models of qtp?which frame work you follow in your company?and explain it process?

2221


i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression

1213


Explain the differences between table and db checkpoints?

741


What are private functions in QTP? How they can be called from the function library?

798


What do you to script when objects are removed from application?

792


hou can we use vb script in qtp could u tell me breafly

1931


What is the use of running the scripts in Hidden-mode in UFT?

911


HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?

1914


How to find array size in qtp?

755


What is system testing and what are the different types of tests you perform in system testing?

825