Multiple choice technology testing

Which of the following is an example of static testing:

  1. Black box testing

  2. Structural testing

  3. Path testing

  4. None of the above

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

Static testing involves evaluating software artifacts without executing code. Options A, B, and C (black box, structural, path testing) are all dynamic testing techniques that require running the program. Therefore D (None of the above) is correct - none of the listed options are static testing methods.