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 display the names of the buttons in the toolbar of a webpage

1 Answers  


What are the recording modes in wave event?

0 Answers  


What is the use of virtual objects?

1 Answers  


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?

12 Answers  


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

2 Answers   ADC,


What is the quicktest professional testing process?

0 Answers  


Did you face the problem, changing the properties of an object in Run Time?

1 Answers  


How to fetch web elements count from Google Page which contains letter "e"

4 Answers  


what is keyword driven testing in qtp?n how is it useful?

0 Answers  


How to find duplicates in an array and remove them efficiently?

2 Answers  


how to identify the user defind varibles? plz tell me

1 Answers  


what are the areas that cannot be tested using an automated tool? list a few

7 Answers  


Categories