Which testing technique focuses on exercising the internal logic, control flow, and data structures of a software module?
Show Hint
Think of the "Box" as the code. If you can see through the box (White/Clear) to the internal wires (logic), it's White Box Testing. If you can only see the outside (Black), it's Black Box Testing.