0
0
Testing Fundamentalstesting~5 mins

Error guessing in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AAutomated tools
BTester experience and intuition
CFormal test cases
DRandom input generation
Which of these is an example of error guessing?
AFollowing a test script exactly
BTesting boundary values systematically
CTrying invalid inputs based on past bugs
DUsing a checklist for requirements
Error guessing is best described as:
AA formal testing method
BA random testing technique
CA tool-based testing method
DAn experience-based testing technique
What is a risk of relying only on error guessing?
AMissing defects due to lack of experience
BToo many automated tests
COver-documentation of tests
DIgnoring user requirements
Which is NOT a characteristic of error guessing?
ASystematic and rule-based
BDepends on tester knowledge
CFocuses on error-prone areas
DUses tester intuition
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.