Unit testing and Integration testing are the examples of White box testing techniques.
The following are white-box testing techniques:
 Statement Coverage
 Statement Coverage Decision Coverage
 Decision Coverage Condition Coverage
 Condition Coverage Decision/Condition Coverage
 Decision/Condition Coverage Multiple Condition Coverage
 Multiple Condition CoverageMore on White Box Testing:
Below PDF includes a method for writing a set of white-box test cases that exercise the paths in the code, the use of equivalence partitioning and boundary value analysis to manage the number of test cases that need to be written and to examine error-prone/extreme "corner" test cases, how to measure how thoroughly the test cases exercise the code.
White Box Testing
White box Analysis Vs Black box analysis Vs Gray box analysis.
White box, Black box, Gray box
This paper introduces white box testing for security, how to perform white box testing, and tools and techniques relevant to white box testing etc.
White box Testing
Software testing techniques including White box and black box techniques.
Software testing techniques
Also See:
Black Box Testing
Limitations or Disadvantages of White-box Testing
Advantages of White-box Testing