public class RepotrsHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static AtomicInteger |
failcount |
static AtomicInteger |
passcount |
static AtomicInteger |
stepNo |
String |
strCurrentReleaseJSONFilePath |
static String |
strCurrentTestCaseId |
String |
strDashboardPath |
static HashMap<String,String> |
tcIdMapping |
static AtomicInteger |
warningcount |
| Constructor and Description |
|---|
RepotrsHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
createDownloadFolder() |
void |
createHTMLFooter_TC_04(String TestCaseId) |
void |
createHTMLHeader_TC_03(String TestCaseId) |
void |
createMainHTMLFooter_05() |
void |
CreateMainHTMLHeader_01() |
String |
DateTimeDiff(Date strPastDate) |
String |
FormatCurrentDateTime() |
String |
FormatDateToFileName() |
void |
InitailizeHtmlRepot_02(Path ptTestPlanFilePath) |
File |
isFileDownloaded(String strFileName) |
File |
RenameMoveDownloadFile(String strFileName) |
void |
WriteResults_Screeshot(String strstatus,
String strExpected,
String strActual,
String strObject,
String strAction,
String strScreenshot) |
void |
WriteResults(String strstatus,
String strExpected,
String strActual,
String strObject,
String strAction) |
void |
WriteResults(String strstatus,
String strExpected,
String strActual,
String strObject,
String strAction,
String FileName) |
public String strCurrentReleaseJSONFilePath
public String strDashboardPath
public static AtomicInteger passcount
public static AtomicInteger failcount
public static AtomicInteger warningcount
public static AtomicInteger stepNo
public static String strCurrentTestCaseId
public String FormatCurrentDateTime()
public void createDownloadFolder()
public void CreateMainHTMLHeader_01()
public void InitailizeHtmlRepot_02(Path ptTestPlanFilePath)
public void createHTMLHeader_TC_03(String TestCaseId)
public void createHTMLFooter_TC_04(String TestCaseId)
public void createMainHTMLFooter_05()
public void WriteResults(String strstatus, String strExpected, String strActual, String strObject, String strAction)
public void WriteResults_Screeshot(String strstatus, String strExpected, String strActual, String strObject, String strAction, String strScreenshot)
public String FormatDateToFileName()
public void WriteResults(String strstatus, String strExpected, String strActual, String strObject, String strAction, String FileName)
public File isFileDownloaded(String strFileName) throws InterruptedException
InterruptedExceptionpublic File RenameMoveDownloadFile(String strFileName) throws InterruptedException, IOException
InterruptedExceptionIOExceptionCopyright © 2021. All rights reserved.