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 you perform smoke and sanity testing using qtp?
If you are testing a web application then what will you test in that application?
how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)
CAn anybody tell me how can I use QTP to capture any video in my application?I want to see the video file opened in my application after the tests are completed in tests results.Can anybody help me?
What is the difference between Dim And Redim
4 Answers Hotel Jobs, IBM, Microsoft,
How to find Operating system information using QTP script?
In a page i have N number of links at a time i would like to open those links by using QTP?how to do that?
How to capture screenshots of Exceptions/Errors during run- time?
what are the disadvantages of descriptiveprograming
How to integrate the qualitycenter with qtp
Lets say,flipkart website...in search button we have entered category[i.e watches] it displays some items...question is how to test price displayed each product is correct or not through qtp
whai is meant by automation testing?