DataTable in QTP
In QTP scripting there are many objects that are used, One of the Objects used in QTP scripting is DataTable Object. Datatable Object and related Functions: Basic use of Datatable object is to create an object for adding, deleting, updating data of an excel sheet used. Main functions of the datatable object: Syntax:Datatable.Importsheet(“nameofExcelfilewithpath”, “nameofthesourcesheet”, “nameofthedestinationsheet”) Syntax:Datatable.Exportsheet(“nameofExcelfilewithpath”, […]



