Formulae for Test Coverage %=(( total test cases – total test cases whose XRAY execution status is only deferred and descoped )*100)/total test cases
I tried to create it via JIRA dashboard gadget, but i am not able to find any option to create such report via gadgets or smart/rich filters.
Report should include the list of components and coverage %
For example-
Project | Total Test Cases | Total test cases (only contains deferred and descoped) | Coverage % |
---|---|---|---|
XYZ | 10 | 7 | 30% |
Coverage%=((10-7)*100)/10=30%
Could you please help us out here… here we are executing our test cases via XRAY.
I tried multiple gadgets and rich filters.