Test coverage matrix (YouTack+TeamCity)
Answered
What is the best way of creating and maintaining a traceability matrix mapping tests in TeamCity to the corresponding features or epics in YouTrack?
I would like to be able to get a snapshot at any point in time showing which epics/features are covered by which specific tests (many to many).
Thank you!
Best wishes,
Kate
Please sign in to leave a comment.
Hi Kate,
sorry for the delay on the answer. What you are looking for out-of-the-box this isn't possible if I've understood properly. TeamCity knows nothing about YouTrack in correspondence to Epics, so other than a custom solution with lists of Test - Epic relations there is no options. From TeamCity's side we can only offer some limited view of the tests through the REST API (https://confluence.jetbrains.com/display/TCD10/REST+API#RESTAPI-Tests)
Hi Denis,
Many thanks for the information.
We'll take a look at the API to see if we can achieve the required traceability.
All the best,
Kate