InterviewSolution
Saved Bookmarks
| 1. |
What Is White Box Testing? |
|
Answer» White box testing is done to test the ACCURACY of logic and code of the program. It is done by PROGRAMMERS who KNOW the logical flow of the system. It can be done by testing the CLASSES or components in ISOLATION. One of the ways of doing it is Unit Testing. White box testing is done to test the accuracy of logic and code of the program. It is done by programmers who know the logical flow of the system. It can be done by testing the classes or components in isolation. One of the ways of doing it is Unit Testing. |
|