how can we retrieve ten rows from the data table using loop
concept?
Answer Posted / srikanth
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("Column1","Global")
msgbox(returnvalue)
next
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
Does quicktest professional is unicode compatible?
How you can write contexts to text file in qtp?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
What are the key elements available in test result window?
QTP script is not working on other's machine..
Define virtual object?
What is the syntax to call one action in another?
What is keyword view in qtp?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
What is the process of synchronizing qtp and aut?
How to check feasibility of the appliction?in automation testing?
why text area checkpoints cannot used for web applications
How is UFT 11.5 version different from UFT 12.0?
Dis advantages of XML checkpoint ?