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 comparison table
Subject allow detect be part of involve has definition be is a synonym of is a kind of
testing   thinking of what could go wrong without actually studying the softwareAn approach to verification that involves systematically executing software to detect defectscomplementary to inspecting verification
glass-box testingthe tester to be more thorough than black-box testingdeadlock and livelocka formal testing process only when testing critical or complex componentsexamining the design documents and the code, as well as observing at run time the steps taken by algorithms and their internal dataA 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 testedmore time consuming than black-box testingwhite-box testingtesting

Next testingobject-oriented testing    Uptesting    Previous testingfinal testing