Multiple choice test management 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 system or performance testing, not unit testing. Equivalence partitioning, syntax testing, and MC/DC are all standard techniques used at the unit testing level.