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 do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
What is QTP’s model for test creation?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
What is the difference between run time object and test object?
What is object spy in quicktest professional?
can test automation improve test effectiveness?
How the exception handling can be done using quicktest professional?
Differences between quicktest professional (qtp) and winrunner?
how will load the object during runtime?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
what is clean sweep?
Explain the views in the QTP GUI?
Difference between action & Reusable action?
How to use actions in qtp ?
How will you check a web application for broken links using qtp?