White-box Test Techniques
Involves examination of the software’s internal structure, code, design, and implementation.
Strength is the ability to facilitate early defect detection, and issues with unclear or incomplete software specifications that only become apparent when writing and testing code.
Can be applied to static (reviewing code) and dynamic testing (TDD).
White-box testing provides code coverage metrics.