Most recent edit on 2006-01-13 13:56:37 by Admin
Additions:
CategoryTests
Oldest known version of this page was edited on 2004-03-10 12:21:08 by Roland Stens []
Page view:
White-Box Testing
A low level, detailed test, based on the internal structure of a program or system rather than on the functional specifications. Syn.
structural test,
component test, code-based test,
unit test.
White box testing treats the system as a collection of many parts. During
white-box testing, many diagnostics may be run on the server(s), the network, and even on clients. This allows the cause(s) of the bottlenecks to be much identified more easily, and therefore addressed. White box testing can go as deep as individual lines of code, database query optimization, or memory management of segments of code.