Software QA Testing Question:
What is Bottom-up testing?

Answer:
Bottom-up testing is a technique of integration testing. A test engineer creates and uses test drivers for components that have not yet been developed, because, with bottom-up testing, low-level components are tested first. The objective of bottom-up testing is to call low-level components first, for testing purposes.
or
An integration testing technique that tests the low-level components first using test drivers for those components that have not yet been developed to call the low-level components for test.
or
An integration testing technique that tests the low-level components first using test drivers for those components that have not yet been developed to call the low-level components for test.
Previous Question | Next Question |
Explain Ad hoc testing? | Explain Sanity testing? |