Multiple choice technology testing

Validation 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
B Correct answer
Explanation

Validation asks 'Are we building the right product?' - it verifies that the software being built actually addresses the real user needs and intended purpose. Option B 'Is the correct task done' captures this - it's about requirements validity, not implementation correctness. Verification (Option A) is about building correctly according to specs. Option B correctly identifies validation as checking whether the right product is being built.