I am using excel sheet to export data to QTP but it
selects just one row of data from excel sheel how to import
all rows of excel sheet to QTP during runtime
Answer Posted / sridatta
Dim i,row
row=datatable.getsheet("YOURSHEET").GetRowCount
for i=1 to row
datatable.getsheet("YOURSHEET").SetCurrentRow(i)
<---Do your Operation-->
This code will word
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Explain how you can find length of array in qtp?
Where you get the run time data table?
Please guide me release notes of Automation once scripts are completed
explain keyword driven framework with banking domain?
How many ways we can parameterize data in quicktest professional (qtp)?
What are the features of quick test pro(qtp)?
What are the different kinds of test steps?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
what is the difference between built-i function and In-built function?
How to write business scripts using object repository with different scenarios
Explain the types of object repository?
Explain the features and benefits of quick test pro(qtp)?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek