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 a quick test professional?

643


How to save your test using quicktest professional (qtp)?

612


RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?

2200


What will be happen if i load object repository at run time, but it has already associated.

1268


What is an expert view and keyword view?

580






How did you resolve conflicts present in Object Repository?

1624


What is the architecture of your project? Can any one answer for this question plz........

1416


What are test settings and global settings?

591


Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.

1453


Can we write winrunner language i.e TSL in QTP tool?

1485


What r the different filters in defect in quality center

3295


How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?

640


suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question

1496


How many ways we can parameterize data in quicktest professional (qtp)?

593


unique properties of button,edit box, radio button,check box?

3837