List of software reliability models

{{short description|none}}

Software reliability is the probability of the software causing a system failure over some specified operating time. Software does not fail due to wear out but does fail due to faulty functionality, timing, sequencing, data, and exception handling. The software fails as a function of operating time as opposed to calendar time. Over 225 models have been developed since early 1970s, however, several of them have similar if not identical assumptions. The models have two basic types - prediction modeling and estimation modeling.

1.0 Overview of Software Reliability Prediction Models

These models are derived from actual historical data from real software projects. The user answers a list of questions which calibrate the historical data to yield a software reliability prediction. The accuracy of the prediction depends on how many parameters (questions) and datasets are in the model, how current the data is, and how confident the user is of their inputs. One of the earliest prediction models was the Rome Laboratory TR-92-52. It was developed in 1987 and last updated in 1992 and was geared towards software in avionics systems.

2.0 Overview of Software Reliability Growth (Estimation) Models

Software reliability growth (or estimation) models use failure data from testing to forecast the failure rate or MTBF into the future. The models depend on the assumptions about the fault rate during testing which can either be increasing, peaking, decreasing or some combination of decreasing and increasing. Some models assume that there is a finite and fixed number of inherent defects while others assume that it's infinite. Some models require effort for parameter estimation while others have only a few parameters to estimate. Some models require the exact time in between each failure found in testing, while others only need to have the number of failures found during any given time interval such as a day.

class="wikitable"

! Model name

! Inherent defect count

! Effort required

! Requires exact time between failures

Increasing fault rate

|

|

|

Weibull

|Finite/not fixed

|High

|NA

Peak

|

|

|

Shooman Constant Defect Removal Rate Model

|Finite/fixed

|Low

|Yes

Decreasing fault rate

|

|

|

Shooman Constant Defect Removal Rate Model

|Finite/fixed

|Low

|Yes

colspan="4" |Linearly Decreasing
General exponential models including:

· Goel-Okumoto (exponential){{cite journal|last=Goel|first=Amrit|date=Aug 1979|title=Time-Dependent Error-Detection Rate Model for Software Reliability and Other Performance Measures|journal=IEEE Transactions on Reliability|volume=R-28|issue=3|pages=206–211|doi=10.1109/tr.1979.5220566|author2=Okumoto, Kazu|s2cid=11698435 }}

· Musa Basic Model

· Jelinski-Moranda

|Finite/fixed

|Medium

|Yes

Shooman Linearly Decreasing Model

|Finite/fixed

|Low

|Yes

Duane

|Infinite

|Medium

|No

colspan="4" |Non-Linearly Decreasing
Musa-Okumoto (logarithmic)

|Infinite

|Low

|Yes

Shooman Exponentially Decreasing Model

|Finite/fixed

|High

|Yes

Log-logistic

|Finite/fixed

|High

|Yes

Geometric

|Infinite

|High

|Yes

Increasing and then decreasing

|

|

|

Yamada (Delayed)

S-shaped

|Infinite

|High

|Yes

Weibull

|Finite/not fixed

|High

|

Software reliability tools implementing some of these models include CASRE (Computer-Aided Software Reliability Estimation) and an open source SFRAT (Software Failure and Reliability Assessment Tool).

References

{{cite journal|title=IEEE 1633 Recommended Practices for Software Reliability, 2016.|date=Jan 2017|url=http://www.techstreet.com/ieee/standards/ieee-p1633?product_id=1914936}}

{{cite conference|chapter=CASRE: a computer-aided software reliability estimation tool|date=1992|doi=10.1109/CASE.1992.200165|title=[1992] Proceedings of the Fifth International Workshop on Computer-Aided Software Engineering |last1=Lyu |first1=M.R. |last2=Nikora |first2=A. |pages=264–275 |isbn=0-8186-2960-6 }}

{{cite conference|title=An open source software reliability tool: a guide for users|date=2016|url=https://sasdlc.org/}}

Category:Software testing