The Defected Story Points Model in Extreme Programming

Learn how a Bayesian Network model predicts defective story points in Extreme Programming.


This content originally appeared on HackerNoon and was authored by Bayesian Inference

Abstract and 1. Introduction

  1. Background and 2.1. Related Work

    2.2. The Impact of XP Practices on Software Productivity and Quality

    2.3. Bayesian Network Modelling

  2. Model Design

    3.1. Model Overview

    3.2. Team Velocity Model

    3.3. Defected Story Points Model

  3. Model Validation

    4.1. Experiments Setup

    4.2. Results and Discussion

  4. Conclusions and References

3.3. Defected Story Points Model

This model calculates an estimate number for the defected story points to be redeveloped in the next release. This number is affected by two XP practices: Test Driven development and Onsite Customer practices. Different components of the model are described as follows:

\

  • Dev. Productivity: The developer productivity measured as the number Line Of Code (LOC) per day. According to the literature [4], a normal distribution with mean 40 and Standard Deviation of 20 represents this value.

    \

  • Estimated Release KLOC: represents the number of KLOC produced from this release. This value is calculated as the product of multiplying Dev. Productivity times Team size times Estimated Release Days.

    \

  • Defect Injection Ratio: represents the number of defects per KLOC. This value was set to a normal distribution with mean 20 and standard deviation 5 [4].

    \

  • Defect Rate: represents the number of defects in this release. It is calculated as the multiplication of the Estimated Release KLOC times Defect Injection Ratio.

    \

  • Defected Story Points: This value represents the number of defected story points to be re-developed in the next release taking into account the impact of two XP practices: Test Driven development and Onsite Customer practices (Equation 3). OSCImpactFactor and TDDImpactFactor represent the impact of the Onsite Customer and Test Driven development practices on reducing the defect rate. According to the literature, there values were set to 0.8 and 0.4 respectively [3],[4]. More details regarding the impact of these practices in the defect rate are available in the Background section.

\ DefectedStoryPoints = DefectRate*(1- OSCImpactFactor * onsitecustomerusage )*(1 TDDImpactFactor *tddusage) Equation (3)

\ Figure 5 Defected Story Points Model

\

:::info Authors:

(1) Mohamed Abouelelam, Software System Engineering, University of Regina, Regina, Canada;

(2) Luigi Benedicenti, Software System Engineering, University of Regina, Regina, Canada.

:::


:::info This paper is available on arxiv under CC BY-NC-ND 4.0 DEED license.

:::

\


This content originally appeared on HackerNoon and was authored by Bayesian Inference


Print Share Comment Cite Upload Translate Updates
APA

Bayesian Inference | Sciencx (2025-08-27T15:00:08+00:00) The Defected Story Points Model in Extreme Programming. Retrieved from https://www.scien.cx/2025/08/27/the-defected-story-points-model-in-extreme-programming/

MLA
" » The Defected Story Points Model in Extreme Programming." Bayesian Inference | Sciencx - Wednesday August 27, 2025, https://www.scien.cx/2025/08/27/the-defected-story-points-model-in-extreme-programming/
HARVARD
Bayesian Inference | Sciencx Wednesday August 27, 2025 » The Defected Story Points Model in Extreme Programming., viewed ,<https://www.scien.cx/2025/08/27/the-defected-story-points-model-in-extreme-programming/>
VANCOUVER
Bayesian Inference | Sciencx - » The Defected Story Points Model in Extreme Programming. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/08/27/the-defected-story-points-model-in-extreme-programming/
CHICAGO
" » The Defected Story Points Model in Extreme Programming." Bayesian Inference | Sciencx - Accessed . https://www.scien.cx/2025/08/27/the-defected-story-points-model-in-extreme-programming/
IEEE
" » The Defected Story Points Model in Extreme Programming." Bayesian Inference | Sciencx [Online]. Available: https://www.scien.cx/2025/08/27/the-defected-story-points-model-in-extreme-programming/. [Accessed: ]
rf:citation
» The Defected Story Points Model in Extreme Programming | Bayesian Inference | Sciencx | https://www.scien.cx/2025/08/27/the-defected-story-points-model-in-extreme-programming/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.