Uncovered Methods View
Last updated
Last updated
This alternative view skips the subtask grouping and presents a tailored list of only the uncovered modified methods per user story.
Indicates which methods have not been adequately tested, lacking coverage across all test types.
Identifies methods missing coverage within each specific test type, providing valuable insights for dedicated teams or individuals responsible for specific test stages, such as integration tests or end-to-end tests.
The Uncovered Methods View streamlines your testing prioritization by showcasing two key areas:
Methods completely untested (across all types): These high-priority methods demand immediate attention and are listed first.
Methods missing specific test types (functional, performance, etc.): Each test type has its own section, allowing you to easily identify untested areas and assign them to dedicated teams or individuals.
For clarity, methods lacking any non-unit test coverage are highlighted in orange, while completely untested methods (appearing in both sections) are flagged red.
Address methods with no coverage across all tests first.
Focus on methods missing non-unit test coverage next.
Finally, consider covering methods in additional test types based on your organization's needs.
By following this guided approach, you can efficiently allocate resources and ensure comprehensive testing coverage.