In computer science, Verification and validation refers to which of the following?
- A. A type of performance testing that evaluates how a system behaves under expected user load.
- B. A testing approach that involves executing the software and observing its actual behavior.
- C. Two complementary quality assurance processes: verification checks if the product was built correctly, while validation checks if the correct product was built. ✓
- D. A metric that measures the proportion of source code or requirements exercised by a test suite.
Correct answer
C. Two complementary quality assurance processes: verification checks if the product was built correctly, while validation checks if the correct product was built.
Explanation
Verification and validation refers to two complementary quality assurance processes: verification checks if the product was built correctly, while validation checks if the correct product was built.