Modifier and Type | Method and Description |
---|---|
boolean |
configureTest(java.lang.String testScriptFile)
Set the environment up for running a test.
|
boolean |
configureTest(TestSpec thisTestSpec)
Set the environment up for running a test.
|
java.lang.String |
runTestSet()
Run a set of tests based on an already created script object and initialised
environment.
|
boolean configureTest(java.lang.String testScriptFile) throws java.lang.Exception
testScriptFile
- the file path to the test script to read.java.lang.Exception
- any error.boolean configureTest(TestSpec thisTestSpec) throws java.lang.Exception
thisTestSpec
- the test specification object.java.lang.Exception
- any error.java.lang.String runTestSet() throws java.lang.Exception
java.lang.Exception
- any error.