how can we retrieve ten rows from the data table using loop
concept?
Answer Posted / arjuncr
rows=datatable.getrowcount
set globalsheet=datatable.getsheet("global")
for i=1 to rows step 1
datatable.set currentrow(i)
prameterize steps
next
it retrives not only ten rows .even more than 100 rows in a
datatable
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a checkpoint? How many check points are there in qtp?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
Hello friends..... On which areas of an application we can not test with QTP
How to handle the exceptions using the recovery scenario manager in qtp?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
What is the use of Debug Viewer?
What is the registration process and examination fees?
how many maximum number of virtual users we can create?
Explain the concept of how quicktest professional (qtp) identifies object?
what is the frame work in J-meter?
How does QTP identify an object?
How do you create new test sets in td?
How you calling actions in qtp?