Multiple choice

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 non-functional testing that evaluates system stability under extreme conditions, whereas the other options are standard techniques used in unit or functional testing.