I'm looking for a way to produce reports that trace from the requirements to the test cases (i.e. how many requirements are not tested by
test cases), as well as tracing from requirements to test cases and latest test run (i.e. getting how many of them were not tested successfully in the latest test run).
I checked the documentation but it seems to be suggesting that the available 'out of the box' solutions are only for automated tests. In fact, trying it out on Azure, I seem to only be getting the referenced widgets when I add an arbitrary Pipeline
(without any Repository
linked to it) and, even so, I can't seem to get them to reference manual test cases.
Is there a way to get this information in the first place? 'Out of the box' or via some other custom query?
This question seemed relevant, but then again, the reports proposed seem to be covering different reporting requirements.