WhiteBox Testing

July 17th, 2009  |  by admin  |  published in Quality Assurance, Quality Control, Quality Management

What is a White Box Testing Strategy?
White box testing strategy deals with the internal logic and structure of the code. White box
testing is also called as glass, structural, open box or clear box testing. The tests written
based on the white box testing strategy incorporate coverage of the code written, branches,
paths, statements and internal logic of [...]