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 are the challenges you faced during you entire life automation ?

1096


what type of run time errors you get while you ar edoing rpg program?

1594


Explain step generator in qtp?

741


what is run-time data?

1795


how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance

1528






What is 'sleep' in sync point?

711


Do you know how to connect database? Can you tell me the procedures?

619


I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com

1581


what is the mail use of frame work(with detail). architecture for keyword driven frame work

1513


What are the key elements available in test result window?

718


what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”

1577


How will you declare a variable in qtp?

638


What is accessibility check point?

747


what testplan contents and what test strategy contents,what is the diff b/w them

1733


How to capture all the data of a webtable, weblist and combolist using QTP?

2935