Multiple choice technology testing

The process of making an educated guess of things to be tested is what type of black box testing.

  1. Equivalence Partitioning

  2. Boundary Value Analysis

  3. Error Guessing

  4. State Transition Testing

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

Error guessing is a black box testing technique where testers use their experience and intuition to make educated guesses about where defects might exist. Unlike formal methods such as equivalence partitioning or boundary value analysis, error guessing relies on the tester's judgment to identify potential error conditions based on common mistakes.