Co1 Session 5

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 16

DEPARTMENT OF AI&DS

COURSE NAME –SOFTWARE RELIABILITY


COURSE CODE – 21CS3258R

Topic:
CURVE FITTING MODELS,RELIABILITY GROWTH
MODELS

SESSION - 5
AIM OF THE SESSION

To familiarize students with the basic concept of CURVE FITTING MODELS,RELIABILITY GROWTH
MODELS

INSTRUCTIONAL OBJECTIVES

This Session is designed to:


1. Describe Software Reliability Growth Model Data
2. Describe Goel - Okumoto(G-O) Model
3. Software Reliability Growth Model Examples

LEARNING OUTCOMES

At the end of this session, you should be able to:


1. Describe Software Reliability Growth Model Data
2. Describe Goel - Okumoto(G-O) Model
3. Software Reliability Growth Model Examples

2
Introduction
"Software reliability growth models can be used as an indication
of the number of failures that may be encountered after the
software has shipped and thus as an indication of whether the
software is ready to ship;

These models use system test data to predict the number of


defects remaining in the software"
• Most software reliability growth models have a parameter that relates to the total number of defects
contained in a set of code. If we know this parameter and the current number of defects discovered, we
know how many defects remain in the code (see Figure 1).
• Knowing the number of residual defects helps us decide whether or not the code
is ready to ship and how much more testing is required if we decide the code is
not ready to ship. It gives us an estimate of the number of failures that our
customers will encounter when operating the software.

• "Software reliability growth models are a statistical interpolation of defect


detection data by mathematical functions. The functions are used to predict
future failure rates or the number of residual defects in the code."
[Alan Wood, Tandem Software Reliability Growth Models]
Software Reliability Growth Model Data

• Test Time Data-For a software reliability growth model developed during


QA test, the appropriate measure of time must relate to the testing effort.
There are three possible candidates for measuring test time:
- calendar time
- number of tests run
- execution (CPU) time.
• Defect Data-
Major: Can tolerate the situation, but not for long. Solution
needed.
Critical: Intolerable situation. Solution urgently needed.
• Grouped Data-
the amount of failures and test time that occurred during a
week.
Software Reliability Growth Model Types
Software reliability growth models have been grouped into two classes of models concave and S-shaped (figure
2)

The most important thing about both models is that they have the same asymptotic behavior, i.e., the defect
detection rate decreases as the number of defects detected (and repaired) increases, and the total number of
defects detected asymptotically approaches a finite value.
Goel - Okumoto(G-O) Model

a = expected total number of defects in the code and


b = shape factor = the rate at which the failure rate decreases, i.e., the rate at which we
approach the total number of defects.
• The Goel-Okumoto model is a concave model, and the parameter "a" would be plotted
as the total number of defects in Figure 2
Basic Assumptions of Goel-Okumoto Model

• The execution times between the failures are exponentially distributed.


The cumulative number of failures follows a Non Homogeneous Poisson process (NHPP) by its
expected value function u(t).
• For a period over which the software is observed the quantities of the resources that are available are
constant.
The number of faults detected in each of the respective intervals is independent of each other.
[Pankaj Nagar, Blessy Thankachan, "Applications of Goel Okumoto in Software Reliability
Measurement" International Journal of Computer Applications (0975-8887), November 2012]
SELF-ASSESSMENT QUESTIONS

1. Describe Software Reliability Growth Model Data


2. Describe Goel - Okumoto(G-O) Model
3. Software Reliability Growth Model Examples
REFERENCES FOR FURTHER LEARNING OF THE
SESSION

Reference Books:
TEXT BOOKS:

Gopala swamy ramesh, srinivasan desikan,“software reliability engineering” – , McGrawHill


Education Edition,(2000)
Mukesh Singhal and Nagesh N. Karanth,”Software Reliability Engineering” – A Practitioner's
Approach McGraw-Hill Education ,2003,.

Reference Book
Software Reliability Measurement, Prediction, Application, John D. Musa, Anthony Iannino,
Kazuhira Okumoto,(1987 )

WEB REFERNCES/MOOCS:
https://www.javatpoint.com/software-engineering-software-reliability
https://thechief.io/c/blameless/heres-your-complete-definition-software-reliability/
https://www.codingninjas.com/codestudio/library/software-reliability-measurement-techniques
THANK YOU

Team –Software Reliability

You might also like