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
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 |
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 |
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 |
how can we merge the object repositories?is ther any option in qtp to merge the object repositories if we have two or three object repositories?
what is Unicoad Compatibility ???? HOw does this makes a diffrence from Winrunner.???
Explain the QTP Tool interface.
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
What are the most frequent errors you faced while executing your scripts?
write progamming connecting QTP to database sql? this is question asked by interview? pls any answer this?
What are the technologies supported by qtp?
How many types of actions are there in quicktest professional (qtp)?
What’s the QTP testing process?
what is the difference between IE & Netscape in web testing on a log in page
how to parameterise a test with data base table or excel sheet?
What is parameterization? What is syncronization pt.?
3 Answers Semantic Space, SRM,