- RandomDataGenerator - Class in btac.sa.lib
-
The Class RandomDataGenerator.
- RandomDataGenerator() - Constructor for class btac.sa.lib.RandomDataGenerator
-
- readExcel(String, String) - Static method in class btac.sa.lib.FilesAndFolders
-
Reads a default excel file(located at: ./testdata/webTestData.xls) and returns the entire record for the uniqueValue specified from the sheetName specified.
- readExcel(String, String, String) - Static method in class btac.sa.lib.FilesAndFolders
-
Reads an excel file(located at filePath passed as parameter) and returns the entire record for the uniqueValue specified from the sheetName specified.
- readExcelColumnFromKeywordOnwards(String, String) - Static method in class btac.sa.lib.FilesAndFolders
-
Read excel(located at default location:"./testdata/webTestData.xls") column from keyword onwards until it finds the empty cell.
- readExcelColumnFromKeywordOnwards(String, String, String) - Static method in class btac.sa.lib.FilesAndFolders
-
Read excel(located at custom location - filePath passed as parameter) column from keyword onwards until it finds the empty cell.
- readExcelColumnFromStart(String, int) - Static method in class btac.sa.lib.FilesAndFolders
-
Read excel(located at default location:"./testdata/webTestData.xls") column from start, until it finds the empty cell.
- readExcelColumnFromStart(String, String, int) - Static method in class btac.sa.lib.FilesAndFolders
-
Read excel(located at custom location - fileNameWithPath passed as parameter) column from start, until it finds the empty cell.
- readExcelNextRowOfUniqueValue(String, String) - Static method in class btac.sa.lib.FilesAndFolders
-
Reads an excel file(located at: ./testdata/webTestData.xls) and returns 1 specific record which is just below the uniqueValue specified in the sheetName(specified as parameter).
- readExcelNextRowOfUniqueValue(String, String, String) - Static method in class btac.sa.lib.FilesAndFolders
-
Reads an excel file(located at filePath passed as parameter) and returns 1 specific record which is just below the uniqueValue specified in the sheetName(specified as parameter).
- regex(String, String) - Static method in class btac.sa.lib.StringManipulation
-
Finds all occurrences of a given Regular Expression in a given input String.
- removeSingleQuoteFromString(String) - Static method in class btac.sa.lib.StringManipulation
-
Removes the single quote from start and end of a string.
- replaceCharInString(String, int, char) - Static method in class btac.sa.lib.StringManipulation
-
Replace char at specific index in a string with any other char of your choice.
- ReportParseGoogleUpdateForTestngReportWithoutLinks - Class in btac.sa.lib
-
The Class ReportParseGoogleUpdateForTestngReportWithoutLinks.
- ReportParseGoogleUpdateForTestngReportWithoutLinks() - Constructor for class btac.sa.lib.ReportParseGoogleUpdateForTestngReportWithoutLinks
-
- ReportParsingGoogleDocUpdate() - Static method in class btac.sa.lib.ReportParseGoogleUpdateForTestngReportWithoutLinks
-
Report parsing google doc update.
- RetrieveHeadingTdValue(String, String) - Static method in class btac.sa.lib.WebCommonMethods
-
Retrieve heading td value.
- RetrieveHeadingTrValue(String, String) - Static method in class btac.sa.lib.WebCommonMethods
-
Retrieve heading tr value.
- robot - Static variable in class btac.sa.lib.WebCommonMethods
-
The robot.