Multiple choice technology testing

Error guessing:

  1. supplements formal test design techniques.

  2. can only be used in component, integration and system testing

  3. is only performed in user acceptance testing.

  4. is not repeatable and should not be used.

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

Error guessing is an experience-based technique where testers use their intuition to guess where defects might exist. It supplements formal test design techniques (like boundary value analysis or equivalence partitioning) by adding informal, heuristic-based test cases. It can be used at any testing level and is repeatable when documented.