Multiple choice technology testing

Error guessing is best used:

  1. a) after more formal techniques have been applied

  2. b) as the first approach to deriving test cases

  3. c) by inexperienced testers

  4. d) after the system has gone live

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

Error guessing is an experience-based technique where testers use intuition to find defects. It's best applied AFTER formal techniques (equivalence partitioning, boundary value analysis, etc.) because these systematic methods provide structured coverage first. Error guessing then catches edge cases formal methods might miss - it's a supplement, not a replacement.