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
Can we record an application running on a remote machine using qtp?
How can you handle exceptions in qtp?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
Explain sub procedure of vbscript.
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
what are the limitations of smart identification in qtp 9.0
What is object spy in quicktest professional?
what is vmodel?advantages and disadvantages of vmodel?
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?
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
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)
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
When do go for loop condition in test?
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