Multiple choice Which of the following is not described in a unit test standard? syntax testing equivalence partitioning stress testing 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.