Multiple choice technology testing

Verification performed without any executable code is referred to as

  1. Review

  2. Sanity testing

  3. Static testing

  4. Validation

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

Static testing involves verification of software artifacts without executing the code, including reviews, inspections, and walkthroughs. Validation specifically requires running the code to verify behavior, while sanity testing is a subset of dynamic testing.