@CompileStatic abstract class ExportTestCaseScript extends Object
Constructor and description |
---|
protected ExportTestCaseScript
() |
Type Params | Return Type | Name and description |
---|---|---|
|
static TestResult |
internallyRunScript(String testCaseId, Class exportScriptClass, ExportTestCaseScript newScriptClassInstance) |
|
static Object |
main(Class<? extends ExportTestCaseScript> exportScriptClass, String testCaseId, String projectLocation, String driver, String driverLocation, int pageLoadTimeout) Run a script independently |
|
protected abstract Object |
run() |
Run a script independently
exportScriptClass
- the script classtestCaseId
- id of the test caseprojectLocation
- location of the projectdriver
- driver to run the test case (Firefox, Chrome, IE, Safari)pageLoadTimeout
- pageLoadTimeOut value