Interview Questions

How to Import data from a ".xls" file to Data table during Runtime.

QuickTest Professional (QTP) Questions and Answers


(Continued from previous question...)

How to Import data from a ".xls" file to Data table during Runtime.

Datatable.Import "...XLS file name..."
DataTable.ImportSheet(FileName, SheetSource, SheetDest)
DataTable.ImportSheet "C:\name.xls" ,1 ,"name"

(Continued on next question...)

Other Interview Questions