Multiple choice technology testing

What is Validation?

  1. Checking whether the software is built right

  2. Matching the software developed, with the specifications

  3. Checking whether the right software is built

  4. Matching the software developed, with only requirements

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

Validation determines whether the software meets the user's actual needs, which is commonly summarized as building the right software. Verification, by contrast, is checking if the software was built right according to the specifications, which makes the other options incorrect.