86.2k views
1 vote
Drivers are used extensively in ___ development, because called methods and child modules are developed and unit-tested before their parents are developed.

1 Answer

1 vote

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.

User Noetix
by
5.8k points