0
0
Testing Fundamentalstesting~10 mins

Error guessing in Testing Fundamentals - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to define error guessing as a testing technique.

Testing Fundamentals
Error guessing is a [1] technique where testers use experience to find defects.
Drag options to blanks, or click blank then click option'
Adesign
Bdebugging
Ccoding
Dtesting
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing error guessing with debugging or coding.
2fill in blank
medium

Complete the code to show what testers rely on in error guessing.

Testing Fundamentals
Testers rely on their [1] and intuition to predict where errors may occur.
Drag options to blanks, or click blank then click option'
Adocumentation
Btools
Cexperience
Dautomation
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing tools or automation instead of experience.
3fill in blank
hard

Fix the error in the code to correctly describe error guessing.

Testing Fundamentals
Error guessing is a formal [1] technique based on strict rules.
Drag options to blanks, or click blank then click option'
Atesting
Bdebugging
Cdesign
Ddocumentation
Attempts:
3 left
💡 Hint
Common Mistakes
Thinking error guessing is formal or related to design.
4fill in blank
hard

Fill both blanks to complete the error guessing test case example.

Testing Fundamentals
If input is [1], then the system should [2] an error message.
Drag options to blanks, or click blank then click option'
A"empty"
Baccept
Cdisplay
D"valid"
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing valid input or system accepting input as correct.
5fill in blank
hard

Fill all three blanks to complete the error guessing test scenario.

Testing Fundamentals
Test case: Enter [1] in the username field, click [2], expect [3] error.
Drag options to blanks, or click blank then click option'
A"special characters"
B"submit button"
C"validation"
D"correct data"
Attempts:
3 left
💡 Hint
Common Mistakes
Using correct data or wrong button names.