Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何衡量手动测试的覆盖率?是否有工具来衡量手动测试的覆盖率?我已经搜索过,但所有文章都提到了单元测试
谢谢
测量手动测试覆盖率的工具也是手动的。您需要计算代码的可能执行分支以及您覆盖的那些。覆盖率将是覆盖/全部的比例