Answer:
bottom up.
Step-by-step explanation:
Bottom-up testing:-It is a integration testing which tests the lowest level components of a code first. Basically it refers to a middle phase of software testing which consists of taking units of integrated code and then testing them together, before testing code base. That's why drivers are used extensively in this approach.