What is diff betwee datatable.importsheet "path" and
datatable.import
Answer Posted / 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 |
Post New Answer View All Answers
Problem with XML checkpoint in QTP ?
What is keyword view in qtp?
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?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
How to capture all the data of a webtable, weblist and combolist using QTP?
When should I use smart identification?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
Is it possible to split an action? How?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
why should we give deliver good quality software?
What is the difference between byref and byval in qtp?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
When and why to use descriptive programming?
In Remote acess server how u run a test?
Is it possible to merge two object repository files in qtp?