Bird
0
0

A use case test involves multiple user roles:

hard📝 Conceptual Q9 of 15
Testing Fundamentals - Functional Testing Techniques
A use case test involves multiple user roles:
Admin creates user, user logs in, user updates profile
How should you organize your test cases?
ACombine all roles' actions into a single test case without separation
BCreate separate test cases for each role's actions and one for the full flow
CTest only the admin actions since they are most important
DTest only user login and ignore admin and profile update
Step-by-Step Solution
Solution:
  1. Step 1: Analyze roles and actions in the use case

    Different roles perform different actions requiring focused tests.
  2. Step 2: Organize tests for clarity and coverage

    Separate test cases per role plus one for the full flow ensures thorough testing.
  3. Final Answer:

    Create separate test cases for each role's actions and one for the full flow -> Option B
  4. Quick Check:

    Separate role tests + full flow = best practice [OK]
Quick Trick: Separate tests by user role and combined flow [OK]
Common Mistakes:
  • Ignoring some roles
  • Mixing all actions in one test causing confusion

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes