📜  什么是自下而上的集成测试 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:54.192000             🧑  作者: Mango

代码示例1
It is opposite of the Top-Down Approach. 
Testing takes place from bottom to up. 
Lowest level modules are tested first
and then high-level modules and finally
integrating the high-level modules to a
low level to ensure the system is 
working as intended.  Drivers are used
as a temporary module for integration testing.