Bird
0
0

Consider this test scenario during system testing:

medium📝 Predict Output Q13 of 15
Testing Fundamentals - Testing Types and Levels
Consider this test scenario during system testing:
Test if the login page accepts valid username and password and redirects to the dashboard.
What is the expected result if the system works correctly?
AThe login page shows an error message for valid credentials
BThe user is redirected to the dashboard after successful login
CThe system crashes after submitting credentials
DThe login page reloads without any message
Step-by-Step Solution
Solution:
  1. Step 1: Understand the test scenario

    The test checks if valid login credentials allow access to the dashboard.
  2. Step 2: Identify correct expected behavior

    On valid login, the user should be redirected to the dashboard, which is The user is redirected to the dashboard after successful login.
  3. Final Answer:

    The user is redirected to the dashboard after successful login -> Option B
  4. Quick Check:

    Valid login -> dashboard redirect [OK]
Quick Trick: Valid login should lead to dashboard, not errors [OK]
Common Mistakes:
  • Expecting error messages for valid inputs
  • Confusing page reload with successful login
  • Ignoring redirection behavior in system testing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes