Running a Test Suite
- Procedure
- To run a test suite, use the property
testSuiteName to pass the test suite name while running the test goal.
For example:
test -DtestSuiteName=%Test Suite Name%
test -DtestSuiteName=ActivityAssertionTestSuite.bwts
- To run multiple test suites in a sequence, provide the test suite names separated by ";".
For example:
test -DtestSuiteName=%TestSuiteName1%;%TestSuiteName2%
test -DtestSuiteName=ActivityAssertionTestSuite.bwts;FaultTestSuite.bwts
Note: If you are running a test-suite present under the sub-folder of the Tests folder, then you need to provide a path of the suite from the sub-folder.