CAS-005 · Question #506
CAS-005 Question #506: Real Exam Question with Answer & Explanation
The correct answer is B: Integration testing. Requiring unit tests before promotion supports integration testing, as validated units can be reliably combined and tested together. This ensures that requirements are verifiable and that security concerns are addressed earlier in the development cycle.
Question
As part of a new software development method, a program manager requires that unit tests be written for all code before being promoted to production. The program manager wants to ensure that requirements can be tested and approved. Any security concerns should also be addressed prior to code deployment. Which of the following is an additional benefit of this new requirement?
Options
- ADynamic analysis
- BIntegration testing
- CSoftware composition analysis
- DInput fuzzing
Explanation
Requiring unit tests before promotion supports integration testing, as validated units can be reliably combined and tested together. This ensures that requirements are verifiable and that security concerns are addressed earlier in the development cycle.
Community Discussion
No community discussion yet for this question.