CAS-003 · Question #345
CAS-003 Question #345: Real Exam Question with Answer & Explanation
The correct answer is B: Regression testing. Regression testing involves re-executing the full suite of prior security scans and functional tests against updated code to ensure that new changes have not reintroduced previously resolved issues or created new vulnerabilities. The team assumed small changes were low-risk and o
Question
Options
- AVersioning
- BRegression testing
- CContinuous integration
- DIntegration testing
Explanation
Regression testing involves re-executing the full suite of prior security scans and functional tests against updated code to ensure that new changes have not reintroduced previously resolved issues or created new vulnerabilities. The team assumed small changes were low-risk and only performed a cursory peer review, skipping formal regression testing. This allowed new vulnerabilities to enter production undetected. Regression testing - even for minor changes - is an SDLC best practice precisely because seemingly small modifications can have unexpected security consequences throughout the codebase.
Community Discussion
No community discussion yet for this question.