While white box testing is applicable at the unit, integration and system levels of the software testing process, it is typically applied to the unit. While it normally tests paths within a unit, it can also test paths between units during integration, and between subsystems during a system level test. Though this method of test design can uncover an overwhelming number of test cases, it might not detect unimplemented parts of the specification or missing requirements, but one can be sure that all paths through the test object are executed.
Typical white box test design techniques include:
- Control flow testing
- Data flow testing
For more information on Control flow testing and Data flow testing click on this link to download pdf. http://agile.csc.ncsu.edu/SEMaterials/WhiteBox.pdf