Top-down testing

Term: “top-down testing”.

Top-down testing are tests with an incremental approach to integration testing, in which the highest-level component of the hierarchy is tested first, with the lower-level components simulated by stubs, and the testing continues on the lower-level components.

Also look up integration testing.