What is diff betwee datatable.importsheet "path" and
datatable.import
Answer Posted / rico
datatable.importsheet --Import a particular sheet of the
workbook whereas datatable.import--> imports the total
workbook sheets
DataTable.ImportSheet(FileName, SheetSource, SheetDest)
DataTable.Import ("C:\flights.xls")
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is a reusable action?
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
When ‘option explicit’ keyword is used in qtp?
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
How to customize checkpoints with parameters?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
How is test case write?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
What are the types of data tables in qtp?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
Can we write winrunner language i.e TSL in QTP tool?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
How will you test a keyboard?
How to find operating system information using the qtp script?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?