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
Give me some real time point of way where exactly we can conduct audits?
Explain types of descriptive programming?
Explain more about the Test Fusion Report of QTP?
How many lines of code in each script of QTP?
Whats the realtime QTP testing process
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
What are the types of object repository?
How do you know the location Id of an object if you know its index id?
assume i have few url link how will i dynamically call then using descriptive programming?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
What is throw Object?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
What are the views available in quicktest professional?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?