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 you perform smoke and sanity testing using qtp?

1 Answers   Tech Mahindra,


If you are testing a web application then what will you test in that application?

0 Answers   Infosys,


how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)

6 Answers   GE,


CAn anybody tell me how can I use QTP to capture any video in my application?I want to see the video file opened in my application after the tests are completed in tests results.Can anybody help me?

6 Answers  


What is the difference between Dim And Redim

4 Answers   Hotel Jobs, IBM, Microsoft,


How to find Operating system information using QTP script?

0 Answers  


In a page i have N number of links at a time i would like to open those links by using QTP?how to do that?

2 Answers   Wipro,


How to capture screenshots of Exceptions/Errors during run- time?

12 Answers   Ordain Solutions,


what are the disadvantages of descriptiveprograming

5 Answers   GE,


How to integrate the qualitycenter with qtp

0 Answers   Wipro,


Lets say,flipkart website...in search button we have entered category[i.e watches] it displays some items...question is how to test price displayed each product is correct or not through qtp

1 Answers   Cap Gemini,


whai is meant by automation testing?

6 Answers  


Categories