What is Bottom-up Testing?

Bottom-up Testing is a type of integration testing that tests the lowest components of a code base first. In these, low-level modules are tested first, and then the high-level modules are tested. The driver is a temporary module that is used to simulate the caller module for a module to be tested, to call the interface procedures of the module to be tested, and to report the results.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *