Question:medium

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.
Updated On: Jul 4, 2026
  • Black Box Testing
  • White Box Testing
  • Regression Testing
  • Beta Testing
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0