Organize Pega unit tests with nested test suites
You can now better organize your Pega unit tests with nested test suites. A test suite can now contain both test cases and other test suites. Additionally, test suites within a top-level test suite support further nesting of test suites. By nesting test suites, you can reuse existing test suites to build up new test suites, which saves time and avoids duplication of test suites.
For example, you can create multiple suites that contain specific test cases, and then put these building-block suites inside higher-level, master test suites. Then, if you add or remove test cases from the building-block suites, these changes are immediately reflected in the master suites, so you do not have to modify each suite manually.
Adding test suites to test suites
For more information, see Pega unit test suites.
Previous topic Use trend charts to visualize application quality and view more metrics Next topic Quickly access Deployment Manager features with an intuitive interface