没有可追溯性矩阵的需求覆盖率

发布于 2024-11-28 11:09:58 字数 36 浏览 1 评论 0原文

如何检查测试用例是否覆盖了除了可追溯性矩阵之外的所有要求。

How to check whether the test case has covered all the requirements other than tracebaility matrix.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

つ低調成傷 2024-12-05 11:09:59

如果这是您正在寻找的工具,则没有可用的工具。话虽如此,100% 的测试覆盖率要求是无法实现的。您的报道应始终由具体情况驱动,包括利益相关者的愿望。我建议您阅读上下文驱动测试

如果需要,您可以结合使用可追溯性矩阵和代码覆盖率来获得合理的想法。

There is no tool for this, if this is what you are looking for. Having said that 100% test coverage of requirements in unattainable. Your coverage should always be driven by specific situation, including the desires of the stakeholders. I recommend you read about context driven testing.

You can use a mix of traceability matrix and code coverage to get a reasonable idea if you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文