Recall & Review
beginner
What is Error guessing in software testing?
Error guessing is a testing technique where testers use their experience to guess the most error-prone areas of the software and design test cases to find defects there.
Click to reveal answer
beginner
Why is experience important in error guessing?
Experience helps testers predict where errors are likely to occur based on past bugs, common mistakes, and tricky parts of the software.
Click to reveal answer
intermediate
How does error guessing differ from formal test design techniques?
Error guessing is informal and based on intuition and experience, while formal techniques use systematic methods and rules to design tests.
Click to reveal answer
beginner
Give an example of an error guessing test case.
If a form requires a date, an error guessing test might try entering an invalid date like February 30 or letters instead of numbers to check how the system handles it.
Click to reveal answer
intermediate
What is a limitation of error guessing?
It depends heavily on tester skill and experience, so it might miss errors if the tester is not familiar with the application or common bugs.
Click to reveal answer
What does error guessing rely on most?
✗ Incorrect
Error guessing depends on the tester's experience and intuition to find likely error spots.
Which of these is an example of error guessing?
✗ Incorrect
Trying invalid inputs based on past bugs is a classic error guessing approach.
Error guessing is best described as:
✗ Incorrect
Error guessing is based on tester experience and intuition.
What is a risk of relying only on error guessing?
✗ Incorrect
Without experience, testers may miss important defects.
Which is NOT a characteristic of error guessing?
✗ Incorrect
Error guessing is informal and not systematic or rule-based.
Explain what error guessing is and why it is useful in software testing.
Think about how testers use their past knowledge to find bugs.
You got /3 concepts.
Describe a situation where error guessing might help find a bug that formal test cases miss.
Consider unusual or invalid inputs that testers might try based on experience.
You got /3 concepts.