Multiple choice technology testing

Verification testing is to check:

  1. Is the task done correctly

  2. Is the correct task done

  3. Is the task complete

  4. Is the task created

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

Verification asks 'Are we building the product right?' - it checks that the software correctly implements the documented requirements and specifications. Option A 'Is the task done correctly' captures this - it's about process correctness. Validation asks 'Are we building the right product?' which is about whether requirements themselves match user needs. Option A correctly identifies verification as process correctness.