Multiple choice test management

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

Stress testing is a type of system or performance testing, not unit testing. Equivalence partitioning, syntax testing, and MC/DC are all standard techniques used at the unit testing level.