Use Test Suite rules to capture PegaUnit test suites for test case rules in a Pega Platform application.
Note: Before you can create PegaUnit test suite rules, your application must be configured properly for testing. See Creating a test ruleset for details about configuring your application for automated testing.
You can view all Test Suite rules by selecting Designer Studio > Application > Automated Testing > Test Suites.
Click Actions > View Java to view the generated Java of a rule. You can use the Java code to debug your application or to examine how rules are implemented.
A Test Suite rule is an instance of the Rule-Test-Suite class.