Universal Containers wants to do weekly releases to production. What approach will mitigate the risk of bugs being inadvertently introduced to production?
D is the correct answer, as automated testing is the best approach to mitigate the risk of bugs being inadvertently introduced to production. Automated testing can help to ensure that the code meets the quality and functionality standards, as well as detect and prevent any errors or regressions before deploying to production. A is incorrect, as user acceptance testing is not enough to mitigate the risk of bugs, as it depends on the manual testing and feedback of the end users, which can be subjective and incomplete. B is incorrect, as the use of an agile methodology is not directly related to mitigating the risk of bugs, as it is a way of managing the project scope, requirements, and delivery. C is incorrect, as requirements traceability is not directly related to mitigating the risk of bugs, as it is a way of tracking the requirements and their fulfillment. You can learn more about this topic in the Testing Strategies module on Trailhead.
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