Object Oriented Software Engineering   View all facts   Glossary   Help
subject > process > verification > testing > black-box testing
Next testing: boundary testing    Up: testing    Previous testing: testing performed by users and clients   

black-box testing comparison table
Subject involve is a kind of be has definition
testingthinking of what could go wrong without actually studying the softwareverificationcomplementary to inspectingAn approach to verification that involves systematically executing software to detect defects
black-box testingproviding the system with inputs and observing the outputs, without seeing what is going on insidetestingless time consuming than glass-box testingA form of testing in which you manipulate inputs and observe outputs, but cannot observe the internals of the entity being tested

Next testing: boundary testing    Up: testing    Previous testing: testing performed by users and clients