Google News
logo
QTP/UFT - Interview Questions
How to import/export xls into QTP?
Syntax to import xls into QTP :
DataTable.ImportSheet "..\..\TestData\Input.xls",1,dtGlobalSheet
Syntax to export xls into QTP :
DataTable.ExportSheet "..\..\Results\Output.xls","Global"
Advertisement