Running a Test Suite

    Procedure
  1. 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

  2. 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.