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 |
Your roles and responsibilities and daily tasks? (As automation tester)
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
PLS REAL TIMERS WRITE THE ANS FOR THIS? WHICH SCRIPT IS USED IN REAL TIME NOW A DAYS 1)SHARED REPOSITORY BASED SCRIPT 2)DESCRIPTIVE PROGRAMMING BASED SCRIPT?
in qtp wha t is synchronisatin pt,what is the maximam time out
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?
i am testing an online shopping application.I CLICK on a link "ADD TO CART" of that application a "new page" is open and then click on any object of that "new page". after that when i run this SCRIPT then on this "new page" QTP always shows error of "OBJECT NOT FOUND". How i solve this problem ?
Pls let me know completely about descriptive programming, where it is used, pls explain with a real time example of its occurence and the program code written in qtp.
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
• Re –Engineering the regression testing from 0% to 60% automation. This has saved 4-mandays in every release. what doeas this statement means
How to get align property of the link on web page?
how to main tain the Old scripts in qtp?