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

What is post recovery scenario?

0 Answers  


Can you give me the code to calculate the total number of Links using the child object in the web page..? is there any other way to calculate number of links with out using the Child objects.??

2 Answers   DST Global Solutions,


Hi, Can we open a test in qtp10 which is saved in qtp 9.2?

0 Answers  


keyword driven framework having how many folders? explain folders in detail?

1 Answers  


What is QTP and the use of QTP in TD?

0 Answers   MaxSolPro,






any one could you explain the following code with example: intFieldItemsCnt =CInt(GetProperty(Browser ("Browsername").Page("Pagename").Weblist ("weblistname"),"items count")) msgbox intFieldItemsCnt

1 Answers  


Hi. GetRoProperty and OUTPUT Value Both are same purpose or not? plz explain in deatil with example?

5 Answers  


I Have web table shown below ----------------------------------------| | orcut | GMAIL | NAUKRI | |----------|---------|-------------------| |HOT MAIL | MONSTER | VISIT FACEBOOK | |----------|---------|-------------------| |SKYPE ACC | IRCTC | GOOGLE | --------------------------------------- Here i have 2 question friends.. 1.i want to chick the link "VISIT FACEBOOK" is there or not if it's there i want to click the link 2.here how to find the web table row or column count ... don't write the excel or data table script here friends ..consider that it's a WEB TABLE

3 Answers   HCL,


What is difference between run time object and test object?

0 Answers  


how to find that tools work well with ur existing system?

0 Answers  


Please give me the steps to carry out datadriven in QTP8.2

2 Answers  


How u connect bugzilla with QTP

1 Answers   Deloitte, TCS, Wipro,


Categories