CompTIA CASP+ (CAS-003) — Question 305
A project manager is working with a software development group to collect and evaluate user stories related to the organization's internally designed CRM tool.
After defining requirements, the project manager would like to validate the developer's interpretation and understanding of the user's request. Which of the following would BEST support this objective?
Answer options
- A. Peer review
- B. Design review
- C. Scrum
- D. User acceptance testing
- E. Unit testing
Correct answer: B
Explanation
The correct answer is B, Design review, as it involves evaluating the design based on user requirements and ensuring that developers' interpretations align with user expectations. Peer review (A) is more about reviewing code than validating interpretations, while Scrum (C) is a framework for managing projects rather than validating requirements. User acceptance testing (D) occurs later in the process to validate the final product, and unit testing (E) focuses on individual components of the code.