Bird
0
0

During an exploratory testing session, a tester tries different inputs on a login form. Which output indicates a successful exploratory test?

medium📝 Predict Output Q4 of 15
Testing Fundamentals - Functional Testing Techniques
During an exploratory testing session, a tester tries different inputs on a login form. Which output indicates a successful exploratory test?
ATester follows a script and inputs only valid credentials
BTester only runs automated tests without interaction
CTester skips testing the login form entirely
DTester finds a bug where the form accepts empty passwords
Step-by-Step Solution
Solution:
  1. Step 1: Identify exploratory testing goal

    Exploratory testing aims to find unexpected bugs by trying varied inputs.
  2. Step 2: Match output to this goal

    Tester finds a bug where the form accepts empty passwords shows finding a bug with empty passwords, which is a valid exploratory test result.
  3. Final Answer:

    Tester finds a bug where the form accepts empty passwords -> Option D
  4. Quick Check:

    Exploratory test output = Finding unexpected bugs [OK]
Quick Trick: Exploratory tests find unexpected bugs [OK]
Common Mistakes:
  • Thinking following scripts is exploratory
  • Skipping testing means no output
  • Relying only on automation misses exploratory bugs

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes