Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Can we record an application running on a remote machine using qtp?

1112


How can you handle exceptions in qtp?

961


whenever U using QTP,Test Director, Why we using separate Bug tracking tool?

2078


Explain sub procedure of vbscript.

991


What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?

2702


How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?

3926


what are the limitations of smart identification in qtp 9.0

2312


What is object spy in quicktest professional?

1038


what is vmodel?advantages and disadvantages of vmodel?

2077


Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?

1956


1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible

2092


Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)

2062


any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in

3834


When do go for loop condition in test?

1039


When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti

2858