Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate a report to show requirements not covered by a test case

Malo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 11, 2019

Hi,

Does anyone know how to generate a report to show requirements without a test case linked to it. Im using TM4J - Adaptavist.

We have created stories and have linked test cases to these stories. I'm trying to find a way to generate a report that would show stories missing test cases. I can however, generate a report that shows test cases to stories, but I need the full picture. 

Any help would be appreciated. 

 

Cheers

Malo

 

 

2 answers

0 votes
Felicia Menten August 12, 2019

There are built in reports in TM4J - I think the one titled "Traceability > Traceability Tree (custom hierarchy)" will give you what you are looking for.  It has options to list items that are not covered.

0 votes
Muhammad Ramzan(Atlassian Certified Master)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 12, 2019

I am not a user of TM4J but i can suggest you JQL query to get the same results .

 

First identify the link type you are using with test cases and stories , for example if its 'test by' then you can get the report using this query.

 

issuetype =Test and issueLinkType not in ("test by")

 It will return all test cases which have no linked stories.

 

 

 

following query will return all stories which have no linked test case.

issuetype =Storyand issueLinkType not in ("test by")

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events