Testing your application
Testing is an integral part of Continuous Integration/Continuous Delivery pipeline.
Pega Platform provides a wide variety of testing capabilities to analyze application
quality, expand test coverage, unit test, and automate testing to improve application
quality.
Analyzing application quality metrics
Quickly identify areas within your application that need improvement by viewing metrics related to your application's health on the Application Quality dashboard.
Creating a test ruleset to store test cases
Before you can create unit test cases or scenario tests, you must configure a test ruleset in which to store the tests.
PegaUnit testing
Automated unit testing is a key stage of a continuous development and continuous integration model of application development. With continuous and thorough testing, issues are identified and fixed prior to releasing an application, thereby improving application quality.
UI testing
Perform UI-based functional tests and end-to-end scenario tests to verify that end-to-end cases work as expected. Use the third party Selenium starter kit for CRM or the built-in scenario testing tool to perform the UI testing.