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 |
I am a beginner plz tell me,how do we write scripts in QTP? In my opinion we can write scipts in expert view or there is another option where we can write scripts. plz tell me.
can we enable smart identification for test object
In my application there is a billing thru credit card. how to validate the credit card details(min balance,credit card no,card holder name).if these details are valid then only that booking will be done.how to validate these details thru automation or manual?
How can I deploye a 'QTP Runtime environment only'
What is the difference between QTP 8.2 and QTP 9.2 ?
QTP Testing Process?
What is the process for creating an automated test script using QTP assuming you have reviewed the manual test case and understand the requirements?
Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?
What is meant by Output Value in UFT?
Why script error occur in between recording in qtp?
HI. Plz Clarifie my doubt,having 2+yrs experience in Testing , But My accedamics(Xth,INTER) are Less than 60%, But B.Tech 72%. It creats any problem , When i change to any MNC. plz tell me......... lot of friends told it's a problem, Some people says NO problem, What .............
suppose u hav a dialog or window which contains 10 buttons with same name & value. now how to check each button? i.e. how qtp indetifies these objects separately?