how can we retrieve ten rows from the data table using
loop concept?
Answer Posted / nanda
Hi Sreeprasad..this will take 10 rows..but the loop will
execute no.of times that how many rows in datatable.
If u r using 9.0 or above version..
set app = createobject("quicktest.application")
set qtest = app.test
qtest.settings.run.startiteration = 10
qtest.settings.run.enditeration = 20
this script will execute only 10 rows starts from 10 th row
and ends with 20 th row.
If any queries..
nanda.dreddy@gmail.com
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How many types of recording modes in qtp? Describe each type with an example where we use them?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
how can i pass a "cript"as a parameter in to a function
terminal services client
What is the new version of qtp which is recently released in the market?
What will be happen if i load object repository at run time, but it has already associated.
How do you delete unwanted results in qtp?
what QTP Options do you know?
How to attach a file to TD?
What is standalone database?
With what extension you can save the list of tests in a file to run in test batch runner?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What are the different recording modes?
How to creating an output value using quicktest professional?
what is output value in QTP and how it can be used in automation testing