How to Import data from a ".xls" file to Data table during
Runtime.
Answer Posted / rajshri
datatable.Import("file path")
datatable.Importsheet("file path",sheetid)
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
Mention the test steps of qtp.
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
What is the parameterization?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
How to capture a window in QTP?
Explain how to use QTP to check broken links on a page?
Are Shared ORs read-only?
How to carry out bit map check points in QTP
How many types of recording facility are available in quicktest professional?
What phases are involved in testing an application in qtp?
How does qtp identify gui object?
If object is not recognized by qtp but the object is standard object what is your approach?
Is it possible to change the property value at runtime? How it is possible?