How to get data from excel sheet to the script? write the
script.
Answer Posted / rao' prasad
DataTable.Import("xlsheetname.xls")
For i=1 to DataTable.GetRowCount step 1
DataTable.SetCurrentRow(i)
........................................
.......................................
Stmts
......................................
...................................
DataTable.SetNextRow
Next
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Why we load add-ins in qtp?
can any one say that where we can download the QTP trail version ??????????
How can you give wait up to 10 seconds in qtp?
What is qtpro?
How will you compare keyword and expert view?
How many tabs are available to view your test in a test pane and what are they?
Explain the concept of object repository?
How to get Traceability matrix from TD?
Give the syntax to load function at run time.
What is the quicktest professional (qtp) testing process?
How to recognise the webelement and verifying that webelement is enabled?
how to do the batch testing in test director using manual testing procedure?
What are the differences between quicktest professional (qtp) and winrunner?
Explain the check points in quicktest professional?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement