Bird
0
0

Identify the error in this test strategy excerpt:

medium📝 Debug Q6 of 15
Testing Fundamentals - Test Documentation
Identify the error in this test strategy excerpt:
Test Tools: Selenium, JMeter
Test Types: Unit, Integration, System

What is wrong here?
AUnit, Integration, System are test levels, not test types
BSelenium and JMeter are not test tools
CTest types should include only Functional and Security
DTest tools should not be listed in a test strategy
Step-by-Step Solution
Solution:
  1. Step 1: Understand test types vs test levels

    Unit, Integration, and System are test levels, not types.
  2. Step 2: Check options for correct identification

    Unit, Integration, System are test levels, not test types correctly identifies the misuse of test levels as test types.
  3. Final Answer:

    Unit, Integration, System are test levels, not test types -> Option A
  4. Quick Check:

    Test levels ≠ test types [OK]
Quick Trick: Test levels and types are different categories [OK]
Common Mistakes:
  • Mixing test levels with test types
  • Doubting common test tools
  • Thinking tools don't belong in strategy

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes