Submitted Questions

  • Excel sheet data to data table in QTP

    how can i bring an excel sheet data onto the data table in QTP and then how can i put the various columns in the table to test that whether the entries are the ones i gave in the excel sheet. Basically, it would involve scripting but i just need to know that how to go about it.

    akothuru

    • Sep 5th, 2008

    Use the method to import excel file or excel sheet using the following methodsDataTable.Import ExcelfilepathDataTable.ImportSheet Excelfilepath, Excelsheetname(or)number, DatatableSheet(or)numberExcel...