outside-in testing
1 definition found
outside-in testing - Free On-line Dictionary of Computing (26 May 2007) :
outside-in testing
<testing> A strategy for integration testing where units
handling program inputs and outputs are tested first, and
units that process the inputs to produce output are
incrementally included as the system is integrated. A form of
hybrid testing.
(1997-01-07)
|