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
We stored into the objects OR and then write the scripting
how will you check how many members visited the website www.infosys.com?
What is the difference between run time object and test object?
What are the various types of Actions in UFT?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
How many types of status are there?
Name the different types of recording modes?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
Is it possible to merge two object repository files in qtp?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
What are the types of object repositories? Which one is you using?
Explain step generator in qtp?
who QTP recognizes the object stored in object repository?
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods