...出了代码覆盖率的测试指标,一共有以下4种: 行覆盖率(line coverage):是否每一行都执行了? 函数覆盖率(function coverage):是否每个函数都调用了? 分支覆盖率(branch coverage):是否每个if代码块都执行了?
基于20个网页-相关网页
(6)功能覆盖(Function Coverage):功能覆盖模块和测试平台中的所有模块都有联系,使用功能覆盖可以帮助找出功能上的缺陷,主要用来衡量模块设计是否符合设计需求...
基于18个网页-相关网页
function coverage rate 功能覆盖率
low power function Coverage 低功耗
coverage function 覆盖函数
Function Exits Coverage 函数出入口覆盖
Code Coverage by Function 按函数统计的代码覆盖率
one-point coverage function 单点覆盖函数
And eventually, the complete verification-the ration of function coverage is 100%, is achieved.
最终达到完全功能验证――功能覆盖率为100%。
参考来源 - 基于CDV的随机测试技术·2,447,543篇论文数据,部分数据来源于NoteExpress
Figure 12: you get coverage information for the function you specify.
图12:您为您所指定的函数得到覆盖率信息。
When you run the script, you get coverage information for the function you specify, as shown in Figure 12.
在您运行脚本时,您为您所指定的函数得到覆盖率信息,如图12所示。
Figure 7: in the function test phase, coverage and variation are dominant.
图7:在功能测试阶段,覆盖和变体占主导地位。
应用推荐