Test coverage
To improve the quality of your application, identify how many executable rules in your application are covered by tests, and track how this metric changes over time by running test coverage sessions, merging reports, and analyzing coverage trends and reports.
On the Test Coverage landing page, you can generate user-level and application-level test coverage reports by running test coverage sessions. You can also create merged reports by combining the most recent application-level reports from multiple applications. The landing page contains a chart with historical test coverage metrics, and a list of reports with the number of executable rules and their test coverage. You can use that data to analyze changes in test coverage, and to verify which rules require testing.
The following rule types are included in test coverage reports.
|
|
Improve the quality of your application by creating tests for all uncovered rules that are displayed in the coverage reports.