Bird
0
0

You are testing a payment gateway and want to apply error guessing. Which of these inputs is the best choice to find hidden errors?

hard📝 Application Q8 of 15
Testing Fundamentals - Functional Testing Techniques
You are testing a payment gateway and want to apply error guessing. Which of these inputs is the best choice to find hidden errors?
AEntering an expired credit card number
BEntering a valid credit card number
CEntering a blank card number field
DEntering a card number with correct format but invalid checksum
Step-by-Step Solution
Solution:
  1. Step 1: Identify error guessing inputs for payment validation

    Inputs that look valid but fail internal checks (like checksum) often reveal hidden errors.
  2. Step 2: Compare options for best error guess

    Entering a card number with correct format but invalid checksum uses a valid format but invalid checksum, likely to expose validation bugs. Others are obvious errors or valid inputs.
  3. Final Answer:

    Entering a card number with correct format but invalid checksum -> Option D
  4. Quick Check:

    Error guessing finds subtle validation errors [OK]
Quick Trick: Use inputs that pass format but fail internal checks [OK]
Common Mistakes:
  • Choosing obviously expired or blank inputs only
  • Ignoring subtle validation errors
  • Testing only valid inputs

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes