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
What are the challenges you faced during you entire life automation ?
what type of run time errors you get while you ar edoing rpg program?
Explain step generator in qtp?
what is run-time data?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
What is 'sleep' in sync point?
Do you know how to connect database? Can you tell me the procedures?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
what is the mail use of frame work(with detail). architecture for keyword driven frame work
What are the key elements available in test result window?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
How will you declare a variable in qtp?
What is accessibility check point?
what testplan contents and what test strategy contents,what is the diff b/w them
How to capture all the data of a webtable, weblist and combolist using QTP?