nerdexam
ExamsCAS-003Questions#394
CompTIA

CAS-003 · Question #394

CAS-003 Question #394: Real Exam Question with Answer & Explanation

The correct answer is C: Integration testing. In the SDLC, the typical testing progression is: unit testing (individual components) → peer/code review → integration testing (combining components) → regression testing → UAT. Peer review must occur before integration testing because its purpose is to validate that a code chang

Question

A scrum master is working with a development team to develop new functionality of a mobile communication platform. As part of the SDLC. changes must be peer reviewed prior to inclusion in a build. To use the group's time as efficiently as possible. prior to which of the following phases must the scrum master ensure time for this activity is allocated'?

Options

  • ARegression testing
  • BUser acceptance testing
  • CIntegration testing
  • DUnit testing
  • ELoad testing

Explanation

In the SDLC, the typical testing progression is: unit testing (individual components) → peer/code review → integration testing (combining components) → regression testing → UAT. Peer review must occur before integration testing because its purpose is to validate that a code change is correct and ready to be merged into the build. If code is integrated into a build before being peer reviewed, defects may cascade through multiple dependent components, making them much harder and more time-consuming to isolate and fix. Ensuring peer review is completed before integration testing is the most efficient gate point - it catches issues at the cheapest moment. Unit testing (D) happens even earlier in the developer's local workflow, before peer review is needed. Regression (A), UAT (B), and load testing (E) all occur after integration.

Community Discussion

No community discussion yet for this question.

Full CAS-003 Practice