Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
outside-in testing
Jump to user comments
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