We are using JIRA classic in our project. We maintain test cases in Zephyr and have categorized them with components as either they are manual or automated. Post test execution, , I would like to get traceability of the automated test cases alone. Is that possible in JIRA classic with zephyr? provided the below example:
Test Cases for User Story US-1:
TC-1 - manual - Pass
TC-2 - manual - Fail - Bug-1
TC-3 - automated - pass
when I take traceability report in JIRA for US-1, all the 3 test cases are listed in the report. But is there a way where we can filter the traceability only for automated cases?
Hi Charanja
We have a plugin which allows you to create, and link BDD (behaviour driven development) scenarios to user stories in Jira. The plugin then integrates your with your automated test framework, so you gherkin scenarios download from the plugin, execute in your framework and the cucumber results are imported back into Jira.
The traceability matrix maps the user stories (or any Jira issue) with the BDD scenarios. The report also has a chart detailing the number of automated vs manual tests.
https://assertthat.atlassian.net/wiki/spaces/ABTM/pages/757596173/Traceability+report
Plugin details can be found at:
Thanks
Nick
AssertThat Marketplace Vendor
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.