开发者

Requirements coverage without tracebabilty matrix

开发者 https://www.devze.com 2023-03-26 11:05 出处:网络
How to check whether the test case has covered all the requirements开发者_运维问答 other than tracebaility matrix.There is no tool for this, if this is what you are looking for. Having said that 100%

How to check whether the test case has covered all the requirements开发者_运维问答 other than tracebaility matrix.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消