You are here: DevOps > PegaUnit testing

PegaUnit testing

You can use PegaUnit testing to create test cases for your Pega Platform applications. In a continuous delivery environment, PegaUnit testing provides you with feedback on the quality of your applications, allowing you to more quickly identify issues so that you can correct them.

You can also group related test cases into test suites that run the test cases in the order that you specify.

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, which is run by a continuous integration (CI) tool, to run all the PegaUnit test cases and test suites in your application so that you can 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.