how can we retrieve ten rows from the data table using
loop concept?
Answer Posted / sreeprasad
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 ? | 1 Yes | 1 No |
Post New Answer View All Answers
write script for bitmap image?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
Which environments does qtp support?
how to disable the pop ups through QTP using a script
What are the methods used in UFT to handle exceptions or run-time errors?
Where can I find and view run-time data table?
Can you brief the hurdles you faced during Automation testing?
How would you export a script from one pc to another in qtp?
how will you check how many members visited the website www.infosys.com?
how to create flat file datasubmission in qtp
What is contained in the object repository?
How to capture a window in QTP?
If you are testing a web application then what will you test in that application?
Explain the difference between call to action and copy action?
How will you test a stapler?