Which of the following is an example of static testing:
-
Black box testing
-
Structural testing
-
Path testing
-
None of the above
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.