码迷,mamicode.com
首页 > 其他好文 > 详细

三种测试

时间:2020-07-01 12:21:45      阅读:66      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!