public class ExcelFileReader extends Object
| Constructor and Description |
|---|
ExcelFileReader() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
CaptureTestCases(Path ptTestPlanFilePath,
String strTSID) |
List<String> |
CaptureTestSuite(Path ptTestPlanFilePath) |
HashMap<String,String> |
FetchElementRepo(Path ptElementRepoFilePath) |
String |
getCellValue(org.apache.poi.ss.usermodel.Cell rowCell) |
HashMap<String,String> |
LoadTestData(Path ptTestDataFilePath,
String TCID) |
void |
update_testdata(HashMap<String,String> hashMapTestData) |
public String getCellValue(org.apache.poi.ss.usermodel.Cell rowCell)
Copyright © 2021. All rights reserved.