Object Oriented Software Engineering   View all facts   Glossary   Help
subject > process > verification > testing > glass-box testing
Next testingobject-oriented testing    Uptesting    Previous testingfinal testing   

glass-box testing
(structural testing, white-box testing)
subjectfact 
glass-box testingallows the tester to be more thorough than black-box testing2001-08-30 14:55:42.0
can detect deadlock and livelock2001-08-30 14:55:42.0
has definition A form of testing in which the tester can examine the design documents and the code, as well as analyze and possibly manipulate the internal state of the entity being tested2001-08-30 14:55:42.0
involves examining the design documents and the code, as well as observing at run time the steps taken by algorithms and their internal data2001-08-30 14:55:43.0
is more time consuming than black-box testing2001-08-30 14:55:43.0
is part of a formal testing process only when testing critical or complex components2001-08-30 14:55:43.0
is a subtopic of 10.2 - Effective and Efficient Testing2001-08-30 14:55:43.0
is a kind of testing2001-08-30 14:55:43.0
is a synonym of structural testing2001-08-30 14:57:48.0
is a synonym of white-box testing2001-08-30 14:58:23.0
testingcan find defects whose consequences are obvious but which are buried in complex code, and thus will be hard to detect when inspecting2001-08-30 14:57:56.0
requires attention to detail2001-08-30 14:57:56.0
processsee also process^22001-08-30 14:57:05.0