Classic Movies and Books

Learn Software Development

All about the processes involved in software development

White Box Testing Techniques

Filed Under Terms, Techniques, Testing, Process, Development, Software | Posted on August 28, 2007

There are essentially six types of White Box testing techniques:
1. Unit testing: Testing of individual hardware or software units or groups of
related units where a unit is a software component that cannot be subdivided into other components. Unit testing is important for ensuring the code is solid before it is integrated with other code. Once […]