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 you can delete excel file in qtp?
What is action split and the purpose of using this in qtp?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
Explain step generator in qtp?
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
Explain how you can replace string in qtp?
Do you know how to connect database? Can you tell me the procedures?
What is reusable action?
What are the flaws in water fall model and how to overcome it?
What is the quicktest professional testing process?
How to suppress warnings from the test results page?
Have you used xml check point in your project? How?
Can U Explain about QTP tool from older version to latest version also its differences?
How to data driven test for Win objects in QTP ?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.