Class SHAFT.TestData.EXCEL

java.lang.Object
com.shaft.tools.io.ExcelFileManager
com.shaft.driver.SHAFT.TestData.EXCEL
Enclosing class:
SHAFT.TestData

public static class SHAFT.TestData.EXCEL extends ExcelFileManager
Reads test data from Microsoft Excel files.
  • Constructor Details

    • EXCEL

      public EXCEL(String excelFilePath)
      Creates a new instance of the test data Excel reader using the target Excel file path
      Parameters:
      excelFilePath - target test data Excel file path
  • Method Details

    • getInstance

      public static ExcelFileManager getInstance(String excelFilePath)
      Factory method for creating an Excel test-data reader.
      Parameters:
      excelFilePath - target test data Excel file path
      Returns:
      a new ExcelFileManager instance