SlideShare a Scribd company logo
1 of 36
Software Development
Life Cycle Models
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Software Development Life Cycle
Models
 When we decide to develop a software, many initial questions focusing on
the need of the software come into our mind, such as
o “Would it be better to electronically generate mark sheets?,” or
o “Is there any market for the word processing system?,” or
o Is it economically viable if we electronically generate payroll of an
employee?”
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Software Development Life Cycle
Models
 Once the needs are determined, the
software goes through a series of
phases of development.
 These phases include analysis, design,
implementation, testing, maintenance,
and retirement.
 The software remains useful between
analysis and maintenance phases and
ends with the retirement phase.
 The period from which a software starts
till the retirement is known as life cycle of
a software.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Conventional Software Life Cycle
Models
Conventional software
development life cycle
Data flow diagrams
Entity Relationship
diagrams
Data dictionary
Structured chart
Pseudocode
Coding of
modules/functions
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
 Product is constructed without
specifications or any attempt at
design
 Adhoc approach and not well
defined
 Simple two phase model Fix
Build
Code
Build and Fix Model
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
 Suitable for small programming exercises of 100 or 200 lines
 Unsatisfactory for software for any reasonable size
 Code soon becomes unfixable & unenhanceable
 No room for structured design
 Maintenance is practically not possible
Build and Fix Model
Waterfall Model
Requirement
analysis
Design
Implementation
and unit testing
Integration and
testing
Deployment and
maintenance
Preliminary design
Detailed design
Software Requirement
Specification Document, Software
project management plan
Design Document,
test plan
Test plan, test
cases, test
results
Operating
manuals
Source code listing
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Waterfall Model
 The phases are completed in sequential order and do not overlap with
each other.
 Each phase defines its own set of functions that are distinct from those of
the other phases.
 Each phase should be completed before the commencement of the next
phase.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Waterfall Model
 The advantages of waterfall model include
its simplicity, ease of understandability, and
distinct phases with their own set of
functions.
 It is highly suitable for the projects where
requirements are completely known in the
beginning of the project.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Waterfall Model
Disadvantages
 Large number of documents are produced.
The customer may not understand the
formal terminology and notations used in
these documents. The software is built on
the basis of written document that the
customer may have partially understood.
 It freezes the requirement at the end of
requirement analysis phase. The
requirements may not be well understood by
the customer and the developer at the
beginning. Thus, it is unrealistic to
determine all the requirements at the start of
the project itself.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Waterfall Model
 Customer does not get the opportunity to see the working product until late
after the implementation and testing is completed. The customer may find
the software different than what they actually wanted
 It may take years to complete the project and at that point technology may
become old and obsolete or customer’s expectations may change.
 Testing the system as a whole becomes difficult.
 Real-life projects are rarely sequential.
 This approach is particularly not useful in the case of interactive user
application.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Object Oriented Software Life
Cycle Models
 The bases of object oriented methodology are objects
incorporating attributes and functions that operate on these
attributes.
 The focus of object oriented software life cycle is on objects rather
than on processes as in the case of traditional waterfall and other
models.
 The object oriented software life cycle models enables the
designers and coders to properly design the objects and the
interrelationships between these objects.
 This allows to produce a simple to understand, modular, flexible
and reusable design of the object oriented software under
development.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Object Oriented Software Life
Cycle Models
Traditional approach Object oriented approach
Methodology Functional and process driven Object driven
Requirement
analysis phase
Data flow diagrams, data
dictionary, ER diagrams.
Use case approach for requirement
capturing
Analysis phase Object identification and description,
attributes and functions that operate on
those attributes are determined.
Design phase Structured chart, flowchart,
pseudo code
Class diagram, object diagrams,
sequence diagrams, collaboration
diagrams
Implementation
and testing phase
Implementing processes
functions, unit, integration and
system testing.
Implementing objects and interactions
amongst the objects. Unit, integration
and system testing.
Documentation Many documents are produced at
end of each phase
A document may or may not be
produced at end of each phase.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Object Oriented Software Life
Cycle Models
Object oriented requirement analysis: In this phase use case
approach is used for capturing requirements from the customer. The
SRS document containing the use case description may be produce
during this phase.
Object oriented analysis: In this phase objects and the inter
relationships between these objects are identified. The functions of
the objects are determined. An ideal structure is created in order to
build high quality maintainable software.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Object Oriented Software Life
Cycle Models
Object oriented design: In this phase the objects are defined in
detail keeping in mind the implementation environment. All the objects
identified during object oriented analysis phase must be traced to the
design phase.
Object oriented programming and testing: The objects, functions
encapsulated in these objects and interaction amongst the objects are
implemented in terms of source code. The existing developed and
well tested components may be used and new components are
created. This feature supports reusability of source code. The
developed components are tested using object oriented testing
techniques.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Fountain model
 The fountain model provides a clear representation of
iterations and overlapping phases.
 The model emphasizes on reusability of source code.
 The circles depict the overlapping phases and arrows within
circles depict iterations within the phases.
 The smallest circle represents the maintenance phase
showing that the maintenance phase is smallest in fountain
model.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Fountain model
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Rational Unified Process
 Rational Unified process (RUP) is maintained by Rational
Software.
 It provides a process framework that may be adapted by
organizations according to their needs.
 RUP supports iterative software development where the
software goes through a series of short length mini projects
called iterations.
 RUP forms the basis for providing guidelines on the use of
Unified Modeling Language (UML).
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Rational Unified Process
 UML is a popular standard for visually modeling elements of
the system and is governed by Object Management Group
(OMG).
 UML is a language for creating, visualizing and documenting
various diagrams that depict different aspects of the
software.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Rational Unified Process
Rational
Unified
Process
Ensuring Quality of
the Software
Iterative Software
Development
Effective Requirement
Capturing
Visual modeling
Use and Development
of Reusable
Components
Change Control
Management
Automated Testing
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Rational Unified Process
RUP overview
 Static structure: It provides the process description in
terms of roles, activities, artifacts, disciplines and
workflows.
 Dynamic structure: the dynamic aspect of the process
can be viewed in terms of iterative development.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Iterations & Workflow of Unified Process
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Rational Unified Process
Static structure of RUP
 The static process of RUP describes who (Roles) does how
(activities), what (artifacts) and when (workflows).
 Five major elements form the static structure of RUP:
 role,
 activities,
 artifacts,
 disciplines and
 workflows.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Rational Unified Process
Identification of
actors and use
cases
Definition of classes
Preparation of test plan
Review of requirement
SRS Document Use case
diagram
Use case
description
Sequence
diagram
Designer Manager Analyst Tester
Roles
Activities
Artifacts
Produces
Performs
Roles and activities
Mary
Rita
Ram
Hary
Designer
Use case creator
Requirement analyst
Tester
Class design
Identification of attributes
and functions
Create use case model
Describe use case
model
Prepare SRS
Creation of test plan
Execution of test cases
Person Role
Activities
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Rational Unified Process
 Activities are the work performed by a person in a
specific role to produce the required result from the
system. The following are examples of activities
performed by persons in different roles:
 Estimation of effort and schedule
 Design of classes
 Review of SRS document
 Verify quality of system design
 Creation of test plan and test cases
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Rational Unified Process
Artifacts
 Artifacts are the outputs produced during development life
cycle of the software.
 An activity performed by a role to produce an artifact. The
following are the examples of artifacts:
 Software requirement specification
 Use case model
 Class model
 Test plan
 Source code
 User manual
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Rational Unified Process
Disciplines
 Disciplines are used to organize a set of activities.
 RUP consists of six major disciplines: business modeling,
requirements, analysis and design, implementation, testing and
deployment. These disciplines are traced again and again
throughout the software development life cycle.
Workflows
 Workflows consist of a series of activities to produce a
relevant output.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Rational Unified Process
Dynamic structure of RUP
 The dynamic structure of RUP is organized along time. It
consists of four phases :
 inception,
 elaboration,
 construction, and
 transition.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Rational Unified Process
0
10
20
30
40
50
60
70
Inception Elaboration Construction Transition
Time
Resources
Effort (%) Schedule (%)
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Rational Unified Process
I: Inception
E: Elaboration
C: Construction
D: Deployment
Version 2
Version n
Final
Product
I
E
C
T
I
E
C
T
I
E
C
T
I
E
C
T
Version 1
Iterations
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Rational Unified Process
The essential activities of inception phase are:
 Establishment of scope and boundary of the project.
 Determination of cost and schedule of the project.
 Identification of actors and use cases.
 Development of initial iteration plan.
 Determination of high level risks.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Rational Unified Process
The essential activities of elaboration phase are:
 Establishment and validation of architectural baselines.
 To address significant risks.
 Design of use case model.
 Selection of components and formation of policies for
their purchase and usage.
 Creation of detailed iteration plans.
 Development of prototypes.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Rational Unified Process
The essential activities of construction phase are:
 Optimization of resources by avoiding rework and
unnecessary coding.
 Assessment and verification of quality.
 Testing all the functionalities of the product. Testing
activities include unit, integration, and system testing.
ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra
Rational Unified Process
 Transition phase includes delivering, training users and
maintaining the software. Elaboration involves beta
releases, bug fixes and enhancement releases.
Vision document
Business case
Risk assessment
Software development plan
Iteration plan
Tools
Initial project glossary
Initial use case model
Project repository
Prototypes
Prototypes
Updated risk list
Development case
Software architecture
description document
Design & data model
Implementation model
Use case model
Detailed iteration plan
Test plan
Test automation architecture
Software product
Deployment plan
Test outline
Training materials
Test suite
Iteration plan
Design model
Implementation model
Documentation manuals
Product release
Release notes
Training material
End user support material
Beta test reports
Artifacts
Fish bone diagram showing the artifacts produced

More Related Content

Similar to Software development life cycle model in OOSE

Elementary Probability theory Chapter 2.pptx
Elementary Probability theory Chapter 2.pptxElementary Probability theory Chapter 2.pptx
Elementary Probability theory Chapter 2.pptxethiouniverse
 
Elementary Probability theory Chapter 2.pptx
Elementary Probability theory Chapter 2.pptxElementary Probability theory Chapter 2.pptx
Elementary Probability theory Chapter 2.pptxethiouniverse
 
Software For Software Development Life Cycle
Software For Software Development Life CycleSoftware For Software Development Life Cycle
Software For Software Development Life CycleChristina Padilla
 
Software For Software Development Life Cycle
Software For Software Development Life CycleSoftware For Software Development Life Cycle
Software For Software Development Life CycleChristina Padilla
 
Software engineering interview questions
Software engineering interview questionsSoftware engineering interview questions
Software engineering interview questionsMuhammadTalha436
 
Software engineering interview questions
Software engineering interview questionsSoftware engineering interview questions
Software engineering interview questionsMuhammadTalha436
 
Software lifecycle model report
Software lifecycle model reportSoftware lifecycle model report
Software lifecycle model reportAshutosh Singh
 
Software lifecycle model report
Software lifecycle model reportSoftware lifecycle model report
Software lifecycle model reportAshutosh Singh
 
Software Engineering Model Question Paper 5th sem (1) (1).pdf
Software Engineering Model Question Paper 5th sem (1) (1).pdfSoftware Engineering Model Question Paper 5th sem (1) (1).pdf
Software Engineering Model Question Paper 5th sem (1) (1).pdfsweta836730
 
Software Engineering Model Question Paper 5th sem (1) (1).pdf
Software Engineering Model Question Paper 5th sem (1) (1).pdfSoftware Engineering Model Question Paper 5th sem (1) (1).pdf
Software Engineering Model Question Paper 5th sem (1) (1).pdfsweta836730
 
Software Engineering in a Quick and Easy way - v1.pdf
Software Engineering in a Quick and Easy way - v1.pdfSoftware Engineering in a Quick and Easy way - v1.pdf
Software Engineering in a Quick and Easy way - v1.pdfKAJAL MANDAL
 
Software Engineering in a Quick and Easy way - v1.pdf
Software Engineering in a Quick and Easy way - v1.pdfSoftware Engineering in a Quick and Easy way - v1.pdf
Software Engineering in a Quick and Easy way - v1.pdfKAJAL MANDAL
 
Software Quality Measure
Software Quality MeasureSoftware Quality Measure
Software Quality MeasureEditor IJCATR
 
Software Quality Measure
Software Quality MeasureSoftware Quality Measure
Software Quality MeasureEditor IJCATR
 
Notes of Software engineering and Project Management
Notes of Software engineering and Project ManagementNotes of Software engineering and Project Management
Notes of Software engineering and Project ManagementNANDINI SHARMA
 
Notes of Software engineering and Project Management
Notes of Software engineering and Project ManagementNotes of Software engineering and Project Management
Notes of Software engineering and Project ManagementNANDINI SHARMA
 
Software Engineering Overview
Software Engineering OverviewSoftware Engineering Overview
Software Engineering OverviewPrachi Sasankar
 
Software Engineering Overview
Software Engineering OverviewSoftware Engineering Overview
Software Engineering OverviewPrachi Sasankar
 

Similar to Software development life cycle model in OOSE (20)

Software engineer
Software engineerSoftware engineer
Software engineer
 
Software engineer
Software engineerSoftware engineer
Software engineer
 
Elementary Probability theory Chapter 2.pptx
Elementary Probability theory Chapter 2.pptxElementary Probability theory Chapter 2.pptx
Elementary Probability theory Chapter 2.pptx
 
Elementary Probability theory Chapter 2.pptx
Elementary Probability theory Chapter 2.pptxElementary Probability theory Chapter 2.pptx
Elementary Probability theory Chapter 2.pptx
 
Software For Software Development Life Cycle
Software For Software Development Life CycleSoftware For Software Development Life Cycle
Software For Software Development Life Cycle
 
Software For Software Development Life Cycle
Software For Software Development Life CycleSoftware For Software Development Life Cycle
Software For Software Development Life Cycle
 
Software engineering interview questions
Software engineering interview questionsSoftware engineering interview questions
Software engineering interview questions
 
Software engineering interview questions
Software engineering interview questionsSoftware engineering interview questions
Software engineering interview questions
 
Software lifecycle model report
Software lifecycle model reportSoftware lifecycle model report
Software lifecycle model report
 
Software lifecycle model report
Software lifecycle model reportSoftware lifecycle model report
Software lifecycle model report
 
Software Engineering Model Question Paper 5th sem (1) (1).pdf
Software Engineering Model Question Paper 5th sem (1) (1).pdfSoftware Engineering Model Question Paper 5th sem (1) (1).pdf
Software Engineering Model Question Paper 5th sem (1) (1).pdf
 
Software Engineering Model Question Paper 5th sem (1) (1).pdf
Software Engineering Model Question Paper 5th sem (1) (1).pdfSoftware Engineering Model Question Paper 5th sem (1) (1).pdf
Software Engineering Model Question Paper 5th sem (1) (1).pdf
 
Software Engineering in a Quick and Easy way - v1.pdf
Software Engineering in a Quick and Easy way - v1.pdfSoftware Engineering in a Quick and Easy way - v1.pdf
Software Engineering in a Quick and Easy way - v1.pdf
 
Software Engineering in a Quick and Easy way - v1.pdf
Software Engineering in a Quick and Easy way - v1.pdfSoftware Engineering in a Quick and Easy way - v1.pdf
Software Engineering in a Quick and Easy way - v1.pdf
 
Software Quality Measure
Software Quality MeasureSoftware Quality Measure
Software Quality Measure
 
Software Quality Measure
Software Quality MeasureSoftware Quality Measure
Software Quality Measure
 
Notes of Software engineering and Project Management
Notes of Software engineering and Project ManagementNotes of Software engineering and Project Management
Notes of Software engineering and Project Management
 
Notes of Software engineering and Project Management
Notes of Software engineering and Project ManagementNotes of Software engineering and Project Management
Notes of Software engineering and Project Management
 
Software Engineering Overview
Software Engineering OverviewSoftware Engineering Overview
Software Engineering Overview
 
Software Engineering Overview
Software Engineering OverviewSoftware Engineering Overview
Software Engineering Overview
 

Recently uploaded

Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 

Recently uploaded (20)

Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 

Software development life cycle model in OOSE

  • 2. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Software Development Life Cycle Models  When we decide to develop a software, many initial questions focusing on the need of the software come into our mind, such as o “Would it be better to electronically generate mark sheets?,” or o “Is there any market for the word processing system?,” or o Is it economically viable if we electronically generate payroll of an employee?”
  • 3. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Software Development Life Cycle Models  Once the needs are determined, the software goes through a series of phases of development.  These phases include analysis, design, implementation, testing, maintenance, and retirement.  The software remains useful between analysis and maintenance phases and ends with the retirement phase.  The period from which a software starts till the retirement is known as life cycle of a software.
  • 4. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Conventional Software Life Cycle Models Conventional software development life cycle Data flow diagrams Entity Relationship diagrams Data dictionary Structured chart Pseudocode Coding of modules/functions
  • 5. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra  Product is constructed without specifications or any attempt at design  Adhoc approach and not well defined  Simple two phase model Fix Build Code Build and Fix Model
  • 6. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra  Suitable for small programming exercises of 100 or 200 lines  Unsatisfactory for software for any reasonable size  Code soon becomes unfixable & unenhanceable  No room for structured design  Maintenance is practically not possible Build and Fix Model
  • 7. Waterfall Model Requirement analysis Design Implementation and unit testing Integration and testing Deployment and maintenance Preliminary design Detailed design Software Requirement Specification Document, Software project management plan Design Document, test plan Test plan, test cases, test results Operating manuals Source code listing
  • 8. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Waterfall Model  The phases are completed in sequential order and do not overlap with each other.  Each phase defines its own set of functions that are distinct from those of the other phases.  Each phase should be completed before the commencement of the next phase.
  • 9. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Waterfall Model  The advantages of waterfall model include its simplicity, ease of understandability, and distinct phases with their own set of functions.  It is highly suitable for the projects where requirements are completely known in the beginning of the project.
  • 10. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Waterfall Model Disadvantages  Large number of documents are produced. The customer may not understand the formal terminology and notations used in these documents. The software is built on the basis of written document that the customer may have partially understood.  It freezes the requirement at the end of requirement analysis phase. The requirements may not be well understood by the customer and the developer at the beginning. Thus, it is unrealistic to determine all the requirements at the start of the project itself.
  • 11. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Waterfall Model  Customer does not get the opportunity to see the working product until late after the implementation and testing is completed. The customer may find the software different than what they actually wanted  It may take years to complete the project and at that point technology may become old and obsolete or customer’s expectations may change.  Testing the system as a whole becomes difficult.  Real-life projects are rarely sequential.  This approach is particularly not useful in the case of interactive user application.
  • 12. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Object Oriented Software Life Cycle Models  The bases of object oriented methodology are objects incorporating attributes and functions that operate on these attributes.  The focus of object oriented software life cycle is on objects rather than on processes as in the case of traditional waterfall and other models.  The object oriented software life cycle models enables the designers and coders to properly design the objects and the interrelationships between these objects.  This allows to produce a simple to understand, modular, flexible and reusable design of the object oriented software under development.
  • 13. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Object Oriented Software Life Cycle Models Traditional approach Object oriented approach Methodology Functional and process driven Object driven Requirement analysis phase Data flow diagrams, data dictionary, ER diagrams. Use case approach for requirement capturing Analysis phase Object identification and description, attributes and functions that operate on those attributes are determined. Design phase Structured chart, flowchart, pseudo code Class diagram, object diagrams, sequence diagrams, collaboration diagrams Implementation and testing phase Implementing processes functions, unit, integration and system testing. Implementing objects and interactions amongst the objects. Unit, integration and system testing. Documentation Many documents are produced at end of each phase A document may or may not be produced at end of each phase.
  • 14. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Object Oriented Software Life Cycle Models Object oriented requirement analysis: In this phase use case approach is used for capturing requirements from the customer. The SRS document containing the use case description may be produce during this phase. Object oriented analysis: In this phase objects and the inter relationships between these objects are identified. The functions of the objects are determined. An ideal structure is created in order to build high quality maintainable software.
  • 15. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Object Oriented Software Life Cycle Models Object oriented design: In this phase the objects are defined in detail keeping in mind the implementation environment. All the objects identified during object oriented analysis phase must be traced to the design phase. Object oriented programming and testing: The objects, functions encapsulated in these objects and interaction amongst the objects are implemented in terms of source code. The existing developed and well tested components may be used and new components are created. This feature supports reusability of source code. The developed components are tested using object oriented testing techniques.
  • 16. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Fountain model  The fountain model provides a clear representation of iterations and overlapping phases.  The model emphasizes on reusability of source code.  The circles depict the overlapping phases and arrows within circles depict iterations within the phases.  The smallest circle represents the maintenance phase showing that the maintenance phase is smallest in fountain model.
  • 17. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Fountain model
  • 18. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Rational Unified Process  Rational Unified process (RUP) is maintained by Rational Software.  It provides a process framework that may be adapted by organizations according to their needs.  RUP supports iterative software development where the software goes through a series of short length mini projects called iterations.  RUP forms the basis for providing guidelines on the use of Unified Modeling Language (UML).
  • 19. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Rational Unified Process  UML is a popular standard for visually modeling elements of the system and is governed by Object Management Group (OMG).  UML is a language for creating, visualizing and documenting various diagrams that depict different aspects of the software.
  • 20. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Rational Unified Process Rational Unified Process Ensuring Quality of the Software Iterative Software Development Effective Requirement Capturing Visual modeling Use and Development of Reusable Components Change Control Management Automated Testing
  • 21. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Rational Unified Process RUP overview  Static structure: It provides the process description in terms of roles, activities, artifacts, disciplines and workflows.  Dynamic structure: the dynamic aspect of the process can be viewed in terms of iterative development.
  • 22. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Iterations & Workflow of Unified Process
  • 23. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Rational Unified Process Static structure of RUP  The static process of RUP describes who (Roles) does how (activities), what (artifacts) and when (workflows).  Five major elements form the static structure of RUP:  role,  activities,  artifacts,  disciplines and  workflows.
  • 24. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Rational Unified Process Identification of actors and use cases Definition of classes Preparation of test plan Review of requirement SRS Document Use case diagram Use case description Sequence diagram Designer Manager Analyst Tester Roles Activities Artifacts Produces Performs
  • 25. Roles and activities Mary Rita Ram Hary Designer Use case creator Requirement analyst Tester Class design Identification of attributes and functions Create use case model Describe use case model Prepare SRS Creation of test plan Execution of test cases Person Role Activities
  • 26. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Rational Unified Process  Activities are the work performed by a person in a specific role to produce the required result from the system. The following are examples of activities performed by persons in different roles:  Estimation of effort and schedule  Design of classes  Review of SRS document  Verify quality of system design  Creation of test plan and test cases
  • 27. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Rational Unified Process Artifacts  Artifacts are the outputs produced during development life cycle of the software.  An activity performed by a role to produce an artifact. The following are the examples of artifacts:  Software requirement specification  Use case model  Class model  Test plan  Source code  User manual
  • 28. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Rational Unified Process Disciplines  Disciplines are used to organize a set of activities.  RUP consists of six major disciplines: business modeling, requirements, analysis and design, implementation, testing and deployment. These disciplines are traced again and again throughout the software development life cycle. Workflows  Workflows consist of a series of activities to produce a relevant output.
  • 29. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Rational Unified Process Dynamic structure of RUP  The dynamic structure of RUP is organized along time. It consists of four phases :  inception,  elaboration,  construction, and  transition.
  • 30. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Rational Unified Process 0 10 20 30 40 50 60 70 Inception Elaboration Construction Transition Time Resources Effort (%) Schedule (%)
  • 31. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Rational Unified Process I: Inception E: Elaboration C: Construction D: Deployment Version 2 Version n Final Product I E C T I E C T I E C T I E C T Version 1 Iterations
  • 32. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Rational Unified Process The essential activities of inception phase are:  Establishment of scope and boundary of the project.  Determination of cost and schedule of the project.  Identification of actors and use cases.  Development of initial iteration plan.  Determination of high level risks.
  • 33. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Rational Unified Process The essential activities of elaboration phase are:  Establishment and validation of architectural baselines.  To address significant risks.  Design of use case model.  Selection of components and formation of policies for their purchase and usage.  Creation of detailed iteration plans.  Development of prototypes.
  • 34. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Rational Unified Process The essential activities of construction phase are:  Optimization of resources by avoiding rework and unnecessary coding.  Assessment and verification of quality.  Testing all the functionalities of the product. Testing activities include unit, integration, and system testing.
  • 35. ect Oriented Software Engineering by Yogesh Singh & Ruchika Malhotra Rational Unified Process  Transition phase includes delivering, training users and maintaining the software. Elaboration involves beta releases, bug fixes and enhancement releases.
  • 36. Vision document Business case Risk assessment Software development plan Iteration plan Tools Initial project glossary Initial use case model Project repository Prototypes Prototypes Updated risk list Development case Software architecture description document Design & data model Implementation model Use case model Detailed iteration plan Test plan Test automation architecture Software product Deployment plan Test outline Training materials Test suite Iteration plan Design model Implementation model Documentation manuals Product release Release notes Training material End user support material Beta test reports Artifacts Fish bone diagram showing the artifacts produced