Bird
0
0

Consider this system test scenario:

medium📝 Predict Output Q4 of 15
Testing Fundamentals - Testing Types and Levels
Consider this system test scenario:
Test if the application correctly saves user profile data.
Which of the following test results indicates a pass?
AApplication crashes when saving user data
BUser data is saved and retrieved correctly after logout and login
CUser data is lost after closing the app
DSave button is disabled
Step-by-Step Solution
Solution:
  1. Step 1: Understand the test goal

    The test checks if user profile data is saved and can be retrieved correctly.
  2. Step 2: Identify correct behavior

    User data is saved and retrieved correctly after logout and login shows data saved and retrieved correctly, which means the test passes.
  3. Final Answer:

    User data is saved and retrieved correctly after logout and login -> Option B
  4. Quick Check:

    Pass means correct save and retrieval [OK]
Quick Trick: Pass means data saved and retrieved correctly [OK]
Common Mistakes:
  • Confusing failure symptoms with pass
  • Ignoring data retrieval after save

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes