Bird
0
0

Which of the following is the correct way to write a use case test step?

easy📝 Syntax Q12 of 15
Testing Fundamentals - Functional Testing Techniques
Which of the following is the correct way to write a use case test step?
AUser logs in with valid username and password.
BCheck if login button is blue.
CVerify database connection string.
DRun performance test for login page.
Step-by-Step Solution
Solution:
  1. Step 1: Identify use case test step format

    Use case steps describe user actions in simple sentences.
  2. Step 2: Match options to format

    User logs in with valid username and password. describes a user action clearly; others focus on UI color, backend, or performance.
  3. Final Answer:

    User logs in with valid username and password. -> Option A
  4. Quick Check:

    Use case step = user action sentence [OK]
Quick Trick: Look for user action description, not technical checks [OK]
Common Mistakes:
  • Choosing UI or backend checks as use case steps
  • Confusing performance tests with use case steps
  • Writing vague or non-action statements

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes