Home › Software Testing › Software Testing › fundamentals_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.
Related questions
Exit criteria for a test phase typically includeTest-driven development (TDD) follows the cycleIn Agile, the tester's role is BEST described asSelenium is BEST described asWhich is a recognised BENEFIT of test automation?Risk-based testing prioritises test effort byA defect lifecycle typically begins with statusA test plan typically describes