Classic Movies and Books

Learn Software Development

All about the processes involved in software development

Advantages and Disadvantages of White Box Testing

Filed Under Testing, Terms, Issues, Process, Development, Software | Posted on August 22, 2007

Advantages of White box testing are:
i) As the knowledge of internal coding structure is prerequisite, it becomes very easy to find out which type of input/data can help in testing the application effectively.
ii) The other advantage of white box testing is that it helps in optimizing the code
iii) It helps in removing the extra lines […]