AD0-E136 · Question #13
What is the primary purpose of executing Custom UI Tests in AEMaaCS?
The correct answer is B. To capture critical UI tests for risk control. Custom UI Tests in AEMaaCS exist specifically to capture critical UI functional tests that are key to risk control - they allow teams to validate that business-critical user interface workflows behave correctly after deployments, protecting against regressions that could harm…
Question
What is the primary purpose of executing Custom UI Tests in AEMaaCS?
Options
- ATo minimize the impact on customer experience
- BTo capture critical UI tests for risk control
- CTo exclude Docker images in the testing process
- DTo maximize the number of tests
How the community answered
(26 responses)- B88% (23)
- C4% (1)
- D8% (2)
Explanation
Custom UI Tests in AEMaaCS exist specifically to capture critical UI functional tests that are key to risk control - they allow teams to validate that business-critical user interface workflows behave correctly after deployments, protecting against regressions that could harm production users. Option A is a distractor because minimizing customer impact is a goal of the overall pipeline, not the purpose of Custom UI Tests specifically. Option C is incorrect because Docker images are actually used in Custom UI Tests (tests run in Docker containers), not excluded. Option D is wrong because the goal is targeted, meaningful coverage of high-risk paths - not maximizing test count, which could waste pipeline time with low-value tests.
Memory tip: Think "UI Tests = Risk Guard" - the word custom signals that teams hand-pick the tests that matter most for risk, not that they run everything or skip infrastructure.
Topics
Community Discussion
No community discussion yet for this question.