CompTIA SecurityX (CAS-005) — Question 137

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?

Answer options

Correct answer: B

Explanation

Integration testing is an additional benefit because it ensures that different modules of the application work together as intended after unit tests confirm individual functionality. The other options, while important in their own right, do not specifically relate to the assurance of module collaboration after initial unit testing.