Bird
0
0

A test step reads: "Input username 'admin' and password 'wrongpass'". Expected: Login success message. Actual: Login failed error. What is the most probable cause?

medium📝 Debug Q6 of 15
Testing Fundamentals - Test Documentation
A test step reads: "Input username 'admin' and password 'wrongpass'". Expected: Login success message. Actual: Login failed error. What is the most probable cause?
AIncorrect test data used
BTest steps are incomplete
CExpected result is wrong
DActual result is not recorded
Step-by-Step Solution
Solution:
  1. Step 1: Analyze test step and results

    The password used is 'wrongpass', which likely causes login failure.
  2. Step 2: Identify cause

    Incorrect test data (wrong password) leads to unexpected failure.
  3. Step 3: Eliminate other options

    Test steps are complete; expected result is valid; actual result is recorded.
  4. Final Answer:

    Incorrect test data used -> Option A
  5. Quick Check:

    Wrong input data causes failure [OK]
Quick Trick: Check if test data matches expected scenario [OK]
Common Mistakes:
  • Assuming test steps are incomplete
  • Blaming expected result instead of data

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes