Which of the following is not a static testing technique
-
Error guessing
-
Walkthrough
-
Data flow analysis
-
Inspections
A
Correct answer
Explanation
Static testing techniques examine software artifacts without running the code. Walkthroughs, data flow analysis, and inspections are all static methods. Error guessing is a dynamic testing technique that involves designing tests based on intuition about where defects might exist, making it the correct answer as the non-static option.