📌  相关文章
📜  自上而下的方法 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:02.205000             🧑  作者: Mango

代码示例2
Testing takes place from top to bottom. 
High-level modules are tested first and
then low-level modules and finally 
integrating the low-level modules to
a high level to ensure the system is
working as intended. Stubs are used as
a temporary module if a module is 
not ready for integration testing.