Error Guessing
Use experience to guess where bugs like to hide.
What you'll learn
- Use past bugs as clues.
- Look in tricky spots first.
- Mix guessing with planned tests.
Manual QAlessonsJump to another lesson
Error Guessing
Use experience to guess where bugs like to hide.
Big Picture
One small picture can make this idea easier to hold.
Random poke
- No clue.
- Low focus.
- Easy to waste time.
- Hard to repeat.
Smart guess
- Uses clues.
- Targets weak spots.
- Saves time.
- Easy to explain.
VerdictError guessing works best when it uses real clues.
How It Moves
Short steps make the flow easier to see.
Recall
Think about past bugs.
Scan
Look for weak spots.
Try odd input
Use strange values and paths.
Record
Save the pattern for next time.
Step By Step
This is the same idea, stretched across time.
- 1
Clue found
A past bug gives a hint.
- 2
Weak spot chosen
The tester picks a likely place.
- 3
Odd case tried
The tester uses a strange input or step.
- 4
Pattern saved
The team keeps the lesson for later.
One Small Model
Think of this like a tiny card you can keep in your pocket.
Bug notes
4 fieldsQuick Check
What helps error guessing most?
Map It
One more picture helps you see where this lesson matters most.
Clue strength vs bug likelihood
Weak clue, low chance
No history, no sign
Strong clue, low chance
Small edge case
Weak clue, high chance
Busy screen with no data
Strong clue, high chance
Same bug happened before