Multiple choice technology testing

A structured approach to the error guessing technique is to enumerate a list of possible errors and to design tests that attack these errors. True or False

  1. True

  2. False

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

Error guessing is an experienced-based testing technique where testers use their intuition to guess potential error conditions. Structuring this technique by enumerating possible errors (null inputs, boundary conditions, invalid formats, etc.) makes it more systematic and thorough than relying solely on intuition.