Define sandwich testing.
Testing combines the ideas of both bottom-up and top-down testing by defining a certain target layer in the hierarchy of the module. The modules below this layer is tested following bottom-up approach, while those above the target layer are subjected to top down testing.