Practice free →
HomeSoftware TestingSoftware Testingfundamentals_levels_techniques › White-box (structural) testing techniques include

White-box (structural) testing techniques include

ADecision table testing of business rules
BStatement coverage and branch coverage
CEquivalence partitioning of input data
DBoundary value analysis of input ranges
Answer & Solution
Correct answer: B. Statement coverage and branch coverage
Structural coverage criteria (statement, branch/decision, path, MC/DC) are white-box techniques. EP, BVA, decision tables, state transition are BLACK-box techniques based on specifications.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions