Hi All,
I'm Akshaya here, could anybody please help me regarding
how to import the excel sheet to run time datatable. But
Pl. keep it in your knowledge is that excel sheet is opened.
Thanks,
Akshaya Madali
9823213538
Answers were Sorted based on User's Feedback
Answer / thirupathi ganguly
Hi Akshaya,
This is Thirupathi,iam working on QTP regarding your
question iam sending you answer
If any questions on QTP Call me on my mobile NO. 9922019467
DataTable.ImportSheet "C:\Test1.XLs" 1,1
1- is Destination Sheet ID( to Data Table)
1- is Source sheet id ( from Excel Sheet)
Regards,
Thirupathi Ganguly
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / suresh
datatable.import "D:\Document and setting\test1.xls"
| Is This Answer Correct ? | 1 Yes | 2 No |
FOR IMPORTING PARTICULAR SHEET FROM THE EXCEL BOOK.
--------------------------------------------------
Datatable.importsheet "D:\test1.xls",1,1
FOR IMPORTING WHOLE EXCEL BOOK(DEFAULT 3 SHEETS)
------------------------------------------------
Datatable.import "D:\test1.xls"
| Is This Answer Correct ? | 1 Yes | 2 No |
write vb script code to delete the duplicate values in an array.
Explain the Different types of QTP test assets and their extensions?
Explain about the test fusion report of quicktest professional (qtp)?
Can we Test Welcome Screens and Process Images with QTP
can any one tell me what is process metrics and what is product metrics if possible give me example. Thank You
What is a recovery scenario?
What is synchronization? What are the ways you can synchronize?
How to access values from Unix OS and how to write..
I am automating a Java application. This application is developed using SWT. I am not able to get the GUI object. Even i tried with Java add-in. In tutorial it states SWT is not supported any idea. Anybody worked in such appln. My question is whether it is possible to record the GUI object of SWT appln. how it is possible.
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
QTP is identifying all windows application objects(i.e. winbutton,winconbobox,etc) as winobjects.How to handle this? Is there any way to add our own properties to identify objects?
What is the function of Filter in QC . give with a real time example.