Which of the following is not a static testing technique
-
Error guessing
-
Walkthrough
-
Data flow analysis
-
Inspections
A
Correct answer
Explanation
Static testing examines artifacts without running the software: walkthroughs, inspections, and data flow analysis are examples. Error guessing involves designing and executing test cases based on intuition about where defects might exist, making it a dynamic testing technique that requires running the software.