how can we retrieve ten rows from the data table using loop
concept?
Answer Posted / uday kumar. a
Assume "Column1" is my column name in the Global Data
table, then use this code:
for i=1 to 10
datatable.setcurrentrow(i)
returnvalue=datatable.value("Column1","Global")
msgbox(returnvalue)
next
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
How do you create regression test packs?
How do you send email with attachment from outlook using qtp ?
How qtp recognizes the object?
Can we use index on view?
what is test scheduleling?
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
What is quicktest professional (qtp)?
Explain the difference between data driven testing and parameterization ?
How to find a window is minimized or not
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
How to check feasibility of the appliction?in automation testing?
How to modify the text checkpoint?
What is QTP’s model for test creation?
How to data driven test for Win objects in QTP ?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji