Multiple choice technology testing

Which of the following is not described in a unit test standard?

  1. syntax testing

  2. equivalence partitioning

  3. stress testing

  4. modified condition/decision coverage

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Unit testing standards focus on testing individual units/programs using techniques like syntax testing, equivalence partitioning, and coverage criteria (modified condition/decision coverage). Stress testing is a system-level performance test that evaluates system behavior under extreme load, not a unit-level technique.