Bird
0
0

A system test runs a scenario where a user submits a form with invalid data.

medium📝 Predict Output Q5 of 15
Testing Fundamentals - Testing Types and Levels
A system test runs a scenario where a user submits a form with invalid data.
What is the expected system behavior?
AForm submission succeeds without validation
BSystem shows error messages and prevents submission
CSystem crashes unexpectedly
DForm clears all fields automatically
Step-by-Step Solution
Solution:
  1. Step 1: Understand validation in system testing

    System testing checks if invalid inputs are handled properly.
  2. Step 2: Identify correct system response

    System shows error messages and prevents submission correctly describes showing errors and blocking invalid submission.
  3. Final Answer:

    System shows error messages and prevents submission -> Option B
  4. Quick Check:

    Invalid input triggers error and blocks submission [OK]
Quick Trick: Invalid data should trigger errors, not success [OK]
Common Mistakes:
  • Assuming invalid data is accepted
  • Expecting system crash on invalid input

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes