outside-in testing

outside-in testing

(testing)A strategy for integration testing where unitshandling program inputs and outputs are tested first, andunits that process the inputs to produce output areincrementally included as the system is integrated. A form ofhybrid testing.