Which of the following is not a static testing technique?

  1. Error guessing

  2. Walkthrough

  3. Data flow analysis

  4. Inspections


Correct Option: A
Explanation:

To answer this question the user needs to know about the static testing techniques used in software testing. Static testing techniques are used to examine the software or code without executing it. The given question is asking about the static testing technique that is not a part of static testing.

Now, let's discuss each option to determine which one is not a static testing technique:

A. Error guessing: Error guessing is a dynamic testing technique that relies on the knowledge and experience of the tester to identify potential errors in the software.

B. Walkthrough: Walkthrough is a static testing technique where the author of the document leads the meeting to gather feedback and identify issues.

C. Data flow analysis: Data flow analysis is a static testing technique used to identify and analyze the flow of data in a software application.

D. Inspections: Inspections are a formal review process that involves a group of people examining the software or code for defects and other issues. It is a static testing technique.

Therefore, the answer is A. Error guessing is not a static testing technique.

Find more quizzes: