I am using easyBI trail version for our Project i would like to generate the defect density, defe

shyam_emmadi October 7, 2020

 

defect density,

defect leakage

,Error Discovery Rate ,

Defect Fix Rate ,

Defect Removal Efficiency 

 

1 answer

0 votes
Roberts Čāčus
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.
November 10, 2020

Hi @shyam_emmadi


To give you a precise answer, more information is necessary. Usually, defect leakage is defined by dividing the number of defects found by end-users by the number of defects found in QA. How are both of these metrics defined in your environment? Separate issue types, statuses, projects?

An example as a calculated measure with separate issue types could look similar to the one below:

    CASE WHEN  ([Issue Type].[Defect],[Measures].[Issues created]) > 0
    THEN
      ([Issue Type].[Bug],[Measures].[Issues created])
      /
      ([Issue Type].[Defect],[Measures].[Issues created])
    END



Where defects found by end-users are registered as Bugs, but defects found in QA registered as Defects. Please have a look at an example below where you can see the leakage across several Fix Versions:
Screenshot 2020-10-27 at 18.06.34.png

See the eazyBI documentation for more information on defining calculated measures - https://docs.eazybi.com/eazybijira/analyze-and-visualize/calculated-measures-and-members.

Best,
Roberts // support@eazybi.com

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events