What is diff betwee datatable.importsheet "path" and
datatable.import
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / bfakruddin
Datatable.importsheet:
It imports particular sheet from our desired excel file, we
can use the data available/our desired data from particular
sheet in any excel file.
Datatable.importsheet "path of the .xls file",srcsht,destsht
Datatable.import:
It imports all the data in excel file, all the data from all
the sheets with their names to our datatable in QTP
Datatable.import "path of the file"
"Can anybody tell what are the drawbacks of both?"
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you invoke an application using the step generator in qtp?
How to find given string is palindrome or not without using strreverse() function?
what is Automation frame work and how do u used this for your project?
We stored into the objects OR and then write the scripting
what is descriptive.create()in qtp?
A web page has two butons with same properties and rotating in clockwise direction. how to click on any of the button?
where do you store the test result?
why do we go for Test Automation?
what are all the fileds present in object repository?
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
We need to verify the user name & password in for the user validation. But we don't want to use the parameterization/ loop for user name and password. What is the way in scripting so that user & password will generate automatically.
What is API