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
How to recognise the webelement and verifying that webelement is enabled?
How to import a test case present in ".xls" file to TD under a Test set?
Discuss quicktest professional (qtp) environment?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
What is QTP’s model for test creation?
what could go wrong with test automation?
Can any one send me the QTP Basic Coding Samples?
what type of run time errors you get while you ar edoing rpg program?
Explain calling sub procedure.
What is the use of an object spy tool in qtp?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
How will you compare keyword and expert view?
How to break the object spy ?
when will you do debug your script? and explain that process?
What is difference between shared and local object repository?