Multiple choice technology testing

Which of the following is true of V-model?

  1. It includes the verification of designs.

  2. It states that modules are tested against user requirements.

  3. It specifies the test techniques to be used.

  4. It only models the testing phase.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The V-model emphasizes that each testing level validates corresponding development artifacts against requirements. Unit testing validates modules against detailed designs, while system testing validates the integrated system against user/SRs requirements. The model includes verification throughout (not just design), does not prescribe specific test techniques, and maps the entire development lifecycle, not just testing.