02-02-2012, 10:07 AM
Hi Shwetha,
In order to get the datas from excel to QTp datatable, QTp provides import feture...
Use the below code
Datatable.Import "C:\SampleFile.xls","<SheetNameInExcel(SourceSheet)>","<SheetNameIn Datatable(Destination Sheet)>"
please refer to QTp help for more information.
Regards,
Ankesh
In order to get the datas from excel to QTp datatable, QTp provides import feture...
Use the below code
Datatable.Import "C:\SampleFile.xls","<SheetNameInExcel(SourceSheet)>","<SheetNameIn Datatable(Destination Sheet)>"
please refer to QTp help for more information.
Regards,
Ankesh