PegaUnit testing

You can use PegaUnit testing to create test cases for your Pega Platform applications.

In a continuous delivery environment, PegaUnit testing provides feedback on the quality of your applications, so that you can quickly identify issues and correct them. You can also group related test cases into test suites that run the test cases in the order that you specify.

Note: Before you begin, your application must be configured to support rule testing. For more information, see Creating a test ruleset.

You can also use the Execute Tests service to run all the PegaUnit test cases and test suites in your application to validate the quality of your builds after every build run. For more information, see the Running all PegaUnit test cases and test suites using the Execute Tests service article on the PDN.