White-box testing (also known as Structural Testing, Glass-box Testing, or Clear-box Testing) is a software testing technique in which the internal logic, structure, and code of the program are tested.
Unlike black-box testing (which checks what the software does),
👉 White-box testing checks how the software does it.