Bird
0
0

Which of the following correctly represents a test step in a test case?

easy📝 Syntax Q3 of 15
Testing Fundamentals - Test Documentation
Which of the following correctly represents a test step in a test case?
AVerify the login button is visible
BClick the 'Login' button
CLogin button should be clickable
DThe system should display the dashboard
Step-by-Step Solution
Solution:
  1. Step 1: Identify the test step

    Test steps describe the actions a tester performs.
  2. Step 2: Analyze options

    Click the 'Login' button is an action (clicking a button), which is a valid test step.
  3. Step 3: Differentiate from expected results

    Options B, C, and D describe verifications or expected outcomes, not steps.
  4. Final Answer:

    Click the 'Login' button -> Option B
  5. Quick Check:

    Test steps = tester actions [OK]
Quick Trick: Test steps describe actions, not verifications [OK]
Common Mistakes:
  • Confusing expected results with test steps
  • Writing verifications as steps

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes