标签:dep ice action strong pen 功能测试 any get eth
Unit testing means testing individual modules of an application in isolation (without any interaction with dependencies) to confirm that the code is doing things right.
-- 只测试单个模块代码, 和其他没有关系 (单个)
Integration testing means checking if different modules are working fine when combined together as a group.
-- 测试这个模块和其他模块的交互功能 (一组)
Functional testing means testing a slice of functionality in the system (may interact with dependencies) to confirm that the code is doing the right things.
-- 界面? (功能测试, 某个功能测试)
标签:dep ice action strong pen 功能测试 any get eth
原文地址:https://www.cnblogs.com/qinqiu/p/13218371.html