QuestionQ4

White-Box Test Techniques

A component has been assessed during a risk assessment and rated as highly critical. Which of the following white-box testing techniques delivers the highest level of coverage and could therefore be used to test this component?

  • A Decision testing
  • B Statement testing
  • C Multiple condition testing
  • D Modified condition/decision testing
Explanation

Multiple condition testing covers all possible combinations of individual condition outcomes within each decision. It is more exhaustive than MC/DC, decision testing, and statement testing, making it the listed technique with the highest coverage level for a highly critical component.

Community Discussion

No comments yet. Be the first to start the discussion!