Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In an AWS CodePipeline CI/CD setup for a web application, which method integrates unit tests with the least operational effort?
A
Implement a Git pre-commit hook for test execution, requiring local installation by developers and pre-push review of test reports.
B
Integrate tests post-deployment in the pipeline using AWS CodeBuild, with build failure on test failure and console integration for results.
C
Place test integration pre-deployment in the pipeline with AWS CodeBuild, automating build failure on test failure and providing a console view of results.
D
Utilize Jenkins for test execution in a new pipeline stage, with a Jenkinsfile to control build failure on test failure and dashboard integration for reporting.