What Does Bottom-Up Testing Mean?
Bottom-up testing is a specific type of integration testing that tests the lowest components of a code base first. More generally, it refers to a middle phase in software testing that involves taking integrated code units and testing them together, before testing an entire system or code base.IT professionals refer to design assemblies, or groups of code modules that are evaluated for overall functioning, in integrated testing environments.