bottom-up testing

bottom-up testing

(programming)An integration testing technique that tests thelow-level components first using test drivers for thosecomponents that have not yet been developed to call thelow-level components for test.

Compare bottom-up implementation.