Confirmed users
2,959
edits
| Line 9: | Line 9: | ||
* Quality of the test coverage itself | * Quality of the test coverage itself | ||
* Understandability of test coverage | * Understandability of test coverage | ||
Quality of the test coverage itself analyzes if the test cases for the feature sufficiently cover happy path and negative cases sufficiently for each user story. Understandability of the test coverage analyzes if the test cases for the feature can be understood by a person who did not create the test cases to allow that same person to run that test case without ambiguity. | Quality of the test coverage itself analyzes if the test cases for the feature sufficiently cover happy path and negative cases sufficiently for each user story. Understandability of the test coverage analyzes if the test cases for the feature can be understood by a person who did not create the test cases to allow that same person to run that test case without ambiguity. | ||