The test coverage report in Pega Platform helps to determine the number of rules covered during a test cycle. It is viewable at the application and user level. Which of the following statements describes the difference between these two levels?
A.
The application level focuses on rules created at the application ruleset level, while the user level focuses on rules created in branch rulesets.
B.
The application level includes the details of testing performed by all users in that session, while the user level pertains only to the user who initiated the testing session.
C.
The application level encompasses details of testing conducted with APIs, while the user level is specific to testing that the user performs.
D.
The application level includes rules created at the enterprise application layer, while the user level involves rules created at the implementation layer.
Comprehensive and Detailed Explanation From Exact Extract:
Pega’s test coverage reports, as described in Pega Academy’sTesting Missionand thePega Certified Lead System Architect Study Guide, provide insights into rule execution during testing, available at both application and user levels. The distinction lies in the scope of the testing session.
Option A (Incorrect): The test coverage report does not differentiate based on ruleset types (application vs. branch rulesets). It tracks rule execution regardless of where rules reside, per theTest Coveragemodule.
Option B (Correct): The application-level report aggregates test coverage for all users in a session, providing a comprehensive view of rule execution across the application. The user-level report is specific to the individual user who initiated the testing session, focusing on their actions. This is explicitly stated in theTest Coverage Reportssection of Pega Community.
Option C (Incorrect): Test coverage reports do not distinguish between API-based and user-based testing. They track rule execution regardless of the testing method, as clarified in theTesting Frameworkmodule.
Option D (Incorrect): The report does not differentiate based on enterprise vs. implementation layers. Coverage is based on rule execution within the application context, not class hierarchy, per theTest Coverageguidelines.
[:, Pega Academy:Testing Mission(covers test coverage reports)., Pega Community:Test Coverage Reports(details on application vs. user levels)., Pega Certified Lead System Architect Study Guide (v23): Section onDeployment and Testing(emphasizes testing metrics)., ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit