PegaUnit test suites

You can group related tests into a test suite to run multiple test cases in the order that you specify. For example, you can create a regression test suite that runs test cases when changes are made to application functionality; if you fix a bug, you can verify that the changes do not affect existing functionality.