ISTQB Certified Tester Foundation Level (CTFL 2018) — Question 22

Which of the following is a key difference between black box and white box test design techniques?

Answer options

Correct answer: C

Explanation

The correct answer is C because white box techniques focus on the internal structure and can evaluate code coverage, which is not possible with black box methods that treat the software as a black box without knowledge of the internal workings. Options A, B, and D are incorrect as they misrepresent the capabilities and focus areas of each testing technique.