一、测方法不同
1、单元测试属于白盒测试范畴。
2、集成测试属于灰盒测试范畴。
3、系统测试属于黑盒测试范畴。
二、考察范围不同
1、单元测试主要测试单元内部的数据结构、逻辑控制、异常处理等。exception handling
2、集成测试主要测试模块之间的接口和接ロ数据传递关系,以及模块组合后的整体功能。
3、系统测试主要测试整个系统相对于需求的符合度。
Test the data transfer relationship between modules by interfaces, as well as the **overall function **of integrated software modules.
System testing mainly tests the compliance of the whole system with requirements.
三、评估基准不同
1、单元测试的评估基准主要是逻辑覆盖率。Logical Coverage
2、集成测试的评估基准主要是接口覆盖率。Interface coverage
3、系统测试的评估基准主要是测试用例对需求规格的覆盖。Coverage of requirements by test cases
版权归原作者 风禾万里 所有, 如有侵权,请联系我们删除。