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



How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need ..

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

How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need ..

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

How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need ..

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

Post New Answer

More QTP Interview Questions

how can we merge the object repositories?is ther any option in qtp to merge the object repositories if we have two or three object repositories?

6 Answers   IBM,


what is Unicoad Compatibility ???? HOw does this makes a diffrence from Winrunner.???

1 Answers   GE,


Explain the QTP Tool interface.

2 Answers   Crea,


How to add object to object repository in qtp9.0 Suppose for brower yahoo home page

0 Answers  


What are the most frequent errors you faced while executing your scripts?

1 Answers  


write progamming connecting QTP to database sql? this is question asked by interview? pls any answer this?

4 Answers   IBM,


What are the technologies supported by qtp?

0 Answers  


How many types of actions are there in quicktest professional (qtp)?

0 Answers  


What’s the QTP testing process?

1 Answers  


what is the difference between IE & Netscape in web testing on a log in page

0 Answers   TCS,


how to parameterise a test with data base table or excel sheet?

1 Answers   FCG,


What is parameterization? What is syncronization pt.?

3 Answers   Semantic Space, SRM,


Categories