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
Copyright © Cloud Software Group, Inc. All rights reserved.