Multiple choice technology testing

Error Guessing can be used to supplement?

  1. Only with Acceptance Testing

  2. Formal Testing Methods

  3. Only with Systems Testing

  4. Informal Test Design Techniques

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

Error Guessing is an informal test design technique where testers use their experience to guess where defects might exist. It supplements formal testing methods (like equivalence partitioning or boundary value analysis) by providing additional test ideas based on intuition and past defect patterns. It is not limited to any specific testing level or phase.