SlideShare a Scribd company logo
Software Development Life Cycles
A look at Other Software Development Methodologies
Copyright
This material is primarily for the use of Orange and
Bronze Software Labs, Inc.


No part of this material may be reproduced or
transmitted in any form or by any means, electronic or
mechanical, including photocopying, recording, or by any
information storage and retrieval system, without
permission in writing from the publisher.



www.orangeandbronze.com
Overview
• Introduction to SDLC
• Types of Software Development Life Cycles
• Examples of Different Software Development Life
  Cycles




www.orangeandbronze.com
Introduction to SDLC

The Software Development Life Cycle is the process,
involving multiple stages (from establishing feasibility to
carrying out post-implementation reviews), used to
convert a management need into an application system,
which is custom-developed or purchased, or is a
combination of both.




 www.orangeandbronze.com
Introduction to SDLC
• SDLC is...
       → A model of a detailed plan on how to create, develop,
         implement and deliver software
       → A complete plan outlining how a software will be born,

         raised, and turned over to its eventual users




 www.orangeandbronze.com
Introduction to SDLC
• Basic Pattern of General Life Cycle Models:
       → Planning
       → Requirements Definition and Analysis

       → Design

       → Development

       → Integration and Testing

       → Implementation


• Each phase produces output (deliverables) that will be
  the input to the next phase.

 www.orangeandbronze.com
www.orangeandbronze.com
Software Development Life Cycle Phases
• Planning
      → Helps the project team establish a bird's eye view of the
        software to be built
      → Determines the basic project structure

      → Evaluates feasibility and risks involved in the project

      → Describes appropriate management and technical

        approach to be taken




www.orangeandbronze.com
Software Development Life Cycle Phases
• Outputs:
      → Goals and Objectives of the Project
      → Configuration Management Plan

      → Quality Assurance Plan

      → Project Plan and Schedule


               • High-level estimates




www.orangeandbronze.com
Software Development Life Cycle Phases
• Requirements Definition and Analysis
      →   Goals are translated into a group of one or more
          requirements
               • Major functions / features
               • Critical processes to be managed




www.orangeandbronze.com
Software Development Life Cycle Phases
• Outputs:
      → Requirements document
      → Requirements traceability document




www.orangeandbronze.com
Software Development Life Cycle Phases
• Design
      → Requirements identified are translated into design
      → Usually depicted or illustrated through the use of

        diagrams and other supporting documents
               • Ex. ERD, Activity Diagram, Tables of Business Rules




www.orangeandbronze.com
Software Development Life Cycle Phases
• Outputs:
      →   Design documents / diagrams




www.orangeandbronze.com
Software Development Life Cycle Phases
• Development
      → Where design is translated into software artifacts
      → Results in a functional software that is traceable to the

        requirements and design elements defined




www.orangeandbronze.com
Software Development Life Cycle Phases
• Outputs:
      → Functional software
      → Test Plans / Test Cases




www.orangeandbronze.com
Software Development Life Cycle Phases
• Integration and Testing
       → Software is migrated from development environment to
         test environment
       → Execution of test cases / test suites


                • Verify correctness and completeness of software
       →   Preparation of cutover to production




 www.orangeandbronze.com
Software Development Life Cycle Phases
• Outputs:
      → Integrated software
      → Implementation plan

      → Acceptance plan


               • UAT / Final suite of test cases




www.orangeandbronze.com
Software Development Life Cycle Phases
• Implementation
      → Software is migrated to production environment
      → Initial production data is loaded to production

        environment
      → All test cases are executed once again


               • Verify correctness and completeness of software in
                 production environment
      →   UAT must have satisfactory results before customer
          formally accepts delivery


www.orangeandbronze.com
Software Development Life Cycle Phases
• Outputs:
      → Production application
      → Completed acceptance test suite

      → UAT sign off between client and project team




www.orangeandbronze.com
Types of Software Development Life Cycles
• Sequential Development
• Iterative and/or Incremental Development




www.orangeandbronze.com
Types of Software Development Life Cycles
• Sequential Development
      → A development strategy wherein a strict set of
        development phases or stages is followed in a
        sequential or linear order.
      → Only when one phase or stage is completed can

        development move on to the succeeding phase or
        stage.
      → Sometimes referred to as a classical or traditional

        method of software development


www.orangeandbronze.com
Types of Software Development Life Cycles

Incremental development is distinctly different from
iterative development in its purpose and also from its
management implications. Teams get into trouble by
doing one and not the other, or by trying to manage
them the same way.


                             – Alistair Cockburn (2008)


www.orangeandbronze.com
Types of Software Development Life Cycles
Definition:
• Incremental development is a strategy for staging and
  scheduling the integration of the different parts of a
  system being developed. Each part of the system is
  developed at its own time or pace and are then
  integrated as they are completed.
      →   The word increment fundamentally means “add onto”




www.orangeandbronze.com
Types of Software Development Life Cycles
Definition:
• Iterative development is a strategy for scheduling a
  certain amount of time for rework or revisions in order
  to improve the quality of the different parts of the
  system being built.
      →   The word iterate fundamentally means “re-do”




www.orangeandbronze.com
SDLC Examples
• Waterfall Model
• Rapid Application Development (RAD)
• Spiral Model




www.orangeandbronze.com
Waterfall Model




www.orangeandbronze.com
Waterfall Model
• Characteristics
       → Phases are executed in sequential order
       → Each phase must be completed before proceeding to

         the next
       → A formal review is conducted at the end of each phase

         to determine completion
       → No overlap between phases

       → Software is not seen until the end of the project

       → Changes are limited and tightly controlled




 www.orangeandbronze.com
Waterfall Model
• Phases
      → Requirements Specification
      → Design

      → Construction / Implementation / Coding

      → Integration

      → Testing and Debugging / Verification

      → Installation

      → Maintenance




www.orangeandbronze.com
Waterfall Model
• Advantages
      → Puts emphasis on documentation
      → Straightforward and more disciplined approach

      → Provides a structured approach

      → Provides easily markable milestones

      → Generally suited for stable projects




www.orangeandbronze.com
Waterfall Model
• Criticism / Disadvantages
       → Rigid structure
       → Impossible to achieve perfection

       → “Measure twice, cut once” does not always work

       → Planning control and risk management are not covered

         within the model




 www.orangeandbronze.com
Waterfall Model
• Criticism / Disadvantages
       → Very specific skill sets required for each phase
       → High amounts of risk and uncertainty

       → Poor model for:


                • Complex and object-oriented projects
                • Long and ongoing projects
                • Projects where requirements are at a moderate to high
                  risk of changing



 www.orangeandbronze.com
Rapid Application Development (RAD)




www.orangeandbronze.com
Rapid Application Development (RAD)
• Characteristics
       → Iterative development through prototyping
       → Iterative and incremental

       → Aimed at speeding up application development

       → Compromises functionality and performance in

         exchange for faster development




 www.orangeandbronze.com
Rapid Application Development (RAD)
• Phases
      → Requirements Planning
      → User Design

      → Construction /

        Development
      → Cutover / Deployment

      → Learning




www.orangeandbronze.com
Rapid Application Development (RAD)
• Advantages
      → Fast and efficient way of delivering software
      → Generally improves:


               • User-Designer communication
               • User cooperation
               • User commitment




www.orangeandbronze.com
Rapid Application Development (RAD)
• Criticism / Disadvantages
       → The process may become so fast that proper testing
         (especially security testing) may not be done
       → Prototypes delivered may not always result in a

         production application
       → Quality indicators such as consistency, standardization,

         reusability, and reliability are easily overlooked




 www.orangeandbronze.com
Spiral Model




www.orangeandbronze.com
Spiral Model
• Characteristics
       → Iterative model with emphasis on risk analysis
       → Combines elements of design and prototyping-in-stages

       → Aims to combine advantages of top-down and bottom-

         up concepts
       → Intended for large, expensive and complex projects




 www.orangeandbronze.com
Spiral Model
• Phases
      →   Planning
               • Determine objectives, alternatives, and constraints
      →   Risk Analysis
               • Identify and resolve risks
               • Evaluate possible alternatives




www.orangeandbronze.com
Spiral Model
• Phases
      →   Engineering
               • Develop deliverables
      →   Evaluation
               • Verify that deliverables are correct
               • Plan the next iteration




www.orangeandbronze.com
Spiral Model
• Advantages
      → High amount of risk analysis
      → Good for large and mission-critical projects

      → Software is produced early




www.orangeandbronze.com
Spiral Model
• Criticism / Disadvantages
       → Can be costly
       → Risk analysis requires high expertise

       → Success is highly dependent on risk analysis

       → Does not work well with smaller projects




 www.orangeandbronze.com
References
• Lewallen, R. (2005, July 13). Software Development Life
  Cycle Models. Message posted to
  http://codebetter.com/blogs/raymond.lewallen/archive/20
• Becerra, G. (2004). Software Life Cycle: Theory and
  Summary. Retrieved from
  http://pages.cpsc.ucalgary.ca/~ayala/SENG/seng611/Assign
• Purcell, J. (2007). Comparison of Software
  Development Life Cycle Methodologies. Retrieved from
  http://www.giac.org/resources/whitepaper/application/21

www.orangeandbronze.com
References
• Davis, W. S., Yen, D. C. (1998). Rapid Application
  Development (RAD). In The Information Systems:
  Analysis and Design. Retrieved August 6, 2008, from
  http://www.hit.ac.il/staff/leonidM/information-systems/ch
• Cockburn, A. (2008). Using Both Incremental and
  Iterative Development. CrossTalk The Journal of
  Defense Software Engineering, May 2008 Issue.
  Retrieved April 11, 2008, from
  http://www.stsc.hill.af.mil/crosstalk/2008/05/0805Cockbur


www.orangeandbronze.com
References
• Steele, J. (2001). The Software Development Life Cycle
  (SDLC). Retrieved from
  http://www.elucidata.com/refs/sdlc.pdf
•




 www.orangeandbronze.com

More Related Content

What's hot

The Waterfall Model & RAD MODEL
 The Waterfall Model &  RAD MODEL The Waterfall Model &  RAD MODEL
The Waterfall Model & RAD MODEL
Daffodil International University
 
Rapid Application Development Model
Rapid Application Development ModelRapid Application Development Model
Rapid Application Development Model
Damian T. Gordon
 
Sohrab Waterfall Vs Rad
Sohrab Waterfall Vs RadSohrab Waterfall Vs Rad
Sohrab Waterfall Vs Rad
Federal Urdu University
 
Rapid application development model
Rapid application development modelRapid application development model
Rapid application development model
Vaibhav Dash
 
SDLC RAD model
SDLC RAD modelSDLC RAD model
SDLC RAD model
Jay Sharma
 
Rapid application development
Rapid application developmentRapid application development
Rapid application development
DhruvSamant1
 
Software Development Process
Software Development ProcessSoftware Development Process
Software Development Process
Amira Elsayed Ismail
 
Rapid Application Development Simplified
Rapid Application Development SimplifiedRapid Application Development Simplified
Rapid Application Development Simplified
Sanjay Patel
 
Spiral Model & Requirement Validation
Spiral Model & Requirement ValidationSpiral Model & Requirement Validation
Spiral Model & Requirement Validation
Abhijat Dhawal
 
Spiral Model - Software Development Life Cycle (SDLC)
Spiral Model - Software Development Life Cycle (SDLC)Spiral Model - Software Development Life Cycle (SDLC)
Spiral Model - Software Development Life Cycle (SDLC)
ACM-KU
 
SDLC MODEL
SDLC MODEL SDLC MODEL
SDLC MODEL
KOMAL DAHERIYA
 
SDLC- concept and models
SDLC- concept and modelsSDLC- concept and models
SDLC- concept and models
Anjali Arora
 
software engineering (spiral process model)
software engineering (spiral process model)software engineering (spiral process model)
software engineering (spiral process model)
Khushbu SaLeem
 
SDLC Models
SDLC ModelsSDLC Models
Software Development Model - Waterfall, RAD & Agile
Software Development Model - Waterfall, RAD & AgileSoftware Development Model - Waterfall, RAD & Agile
Software Development Model - Waterfall, RAD & Agile
Fakrudin Abu Bakar
 
waterfall model
waterfall modelwaterfall model
waterfall model
Shiva Krishna
 
Software Engineering - Spiral Model
Software Engineering - Spiral ModelSoftware Engineering - Spiral Model
Software Engineering - Spiral Model
BenedictArpon
 
Software Product Development - Simple Process flow
Software Product Development - Simple Process flowSoftware Product Development - Simple Process flow
Software Product Development - Simple Process flow
Sabina Siddiqi
 
Soft lifecycle
Soft lifecycleSoft lifecycle
Soft lifecycle
sathyakamsundher30
 

What's hot (19)

The Waterfall Model & RAD MODEL
 The Waterfall Model &  RAD MODEL The Waterfall Model &  RAD MODEL
The Waterfall Model & RAD MODEL
 
Rapid Application Development Model
Rapid Application Development ModelRapid Application Development Model
Rapid Application Development Model
 
Sohrab Waterfall Vs Rad
Sohrab Waterfall Vs RadSohrab Waterfall Vs Rad
Sohrab Waterfall Vs Rad
 
Rapid application development model
Rapid application development modelRapid application development model
Rapid application development model
 
SDLC RAD model
SDLC RAD modelSDLC RAD model
SDLC RAD model
 
Rapid application development
Rapid application developmentRapid application development
Rapid application development
 
Software Development Process
Software Development ProcessSoftware Development Process
Software Development Process
 
Rapid Application Development Simplified
Rapid Application Development SimplifiedRapid Application Development Simplified
Rapid Application Development Simplified
 
Spiral Model & Requirement Validation
Spiral Model & Requirement ValidationSpiral Model & Requirement Validation
Spiral Model & Requirement Validation
 
Spiral Model - Software Development Life Cycle (SDLC)
Spiral Model - Software Development Life Cycle (SDLC)Spiral Model - Software Development Life Cycle (SDLC)
Spiral Model - Software Development Life Cycle (SDLC)
 
SDLC MODEL
SDLC MODEL SDLC MODEL
SDLC MODEL
 
SDLC- concept and models
SDLC- concept and modelsSDLC- concept and models
SDLC- concept and models
 
software engineering (spiral process model)
software engineering (spiral process model)software engineering (spiral process model)
software engineering (spiral process model)
 
SDLC Models
SDLC ModelsSDLC Models
SDLC Models
 
Software Development Model - Waterfall, RAD & Agile
Software Development Model - Waterfall, RAD & AgileSoftware Development Model - Waterfall, RAD & Agile
Software Development Model - Waterfall, RAD & Agile
 
waterfall model
waterfall modelwaterfall model
waterfall model
 
Software Engineering - Spiral Model
Software Engineering - Spiral ModelSoftware Engineering - Spiral Model
Software Engineering - Spiral Model
 
Software Product Development - Simple Process flow
Software Product Development - Simple Process flowSoftware Product Development - Simple Process flow
Software Product Development - Simple Process flow
 
Soft lifecycle
Soft lifecycleSoft lifecycle
Soft lifecycle
 

Similar to Apt sdlc

Apt agile methodology
Apt agile methodologyApt agile methodology
Apt agile methodology
Indra
 
Software Design Architecture SDA SDLC DETAILS
Software Design Architecture  SDA SDLC DETAILSSoftware Design Architecture  SDA SDLC DETAILS
Software Design Architecture SDA SDLC DETAILS
MalikNaeemullah
 
Software Development Life Cycle
Software Development Life CycleSoftware Development Life Cycle
Software Development Life Cycle
nayanbanik
 
SDLC - Software Development Life Cycle
SDLC - Software Development Life CycleSDLC - Software Development Life Cycle
SDLC - Software Development Life Cycle
Saravanan Manoharan
 
Agile methodologiesvswaterfall
Agile methodologiesvswaterfallAgile methodologiesvswaterfall
Agile methodologiesvswaterfall
Muthu Natarajan
 
softwaredevelopmentprocess
softwaredevelopmentprocesssoftwaredevelopmentprocess
softwaredevelopmentprocess
AnilGhadge6
 
what-is-devops.ppt
what-is-devops.pptwhat-is-devops.ppt
what-is-devops.ppt
MohammadSamiuddin10
 
Software development life cycle
Software development life cycle Software development life cycle
Software development life cycle
ParikshitTaksande1
 
Introduction to computer programming.pdf
Introduction to computer programming.pdfIntroduction to computer programming.pdf
Introduction to computer programming.pdf
HasankaNayanjith
 
Software Development Process.pptx
Software Development Process.pptxSoftware Development Process.pptx
Software Development Process.pptx
JohnLagman3
 
From Sandbox to Production by Vadym Fedorov
From Sandbox to Production by Vadym FedorovFrom Sandbox to Production by Vadym Fedorov
From Sandbox to Production by Vadym Fedorov
SoftServe
 
Software engineering jwfiles 3
Software engineering jwfiles 3Software engineering jwfiles 3
Software engineering jwfiles 3
Azhar Shaik
 
From the sandbox to production
From the sandbox to productionFrom the sandbox to production
From the sandbox to production
Vadym Fedorov
 
SDLC
SDLCSDLC
SDLC
Fayis-QA
 
Session 03 - SDLC
Session 03 - SDLCSession 03 - SDLC
Session 03 - SDLC
PoojaLQA
 
Software Development Life Cycle - SDLC
Software Development Life Cycle - SDLCSoftware Development Life Cycle - SDLC
Software Development Life Cycle - SDLC
ANKUR-BA
 
SDLC
SDLCSDLC
SDLC
Vidya-QA
 
SDLC
SDLCSDLC
SDLC
Rajesh-QA
 
SDLC
SDLCSDLC
SDLC
Sachin-QA
 
Software Development Life Cycle – SDLC – Waterfall, Iterative, V, Spiral, and...
Software Development Life Cycle – SDLC – Waterfall, Iterative, V, Spiral, and...Software Development Life Cycle – SDLC – Waterfall, Iterative, V, Spiral, and...
Software Development Life Cycle – SDLC – Waterfall, Iterative, V, Spiral, and...
Murageppa-QA
 

Similar to Apt sdlc (20)

Apt agile methodology
Apt agile methodologyApt agile methodology
Apt agile methodology
 
Software Design Architecture SDA SDLC DETAILS
Software Design Architecture  SDA SDLC DETAILSSoftware Design Architecture  SDA SDLC DETAILS
Software Design Architecture SDA SDLC DETAILS
 
Software Development Life Cycle
Software Development Life CycleSoftware Development Life Cycle
Software Development Life Cycle
 
SDLC - Software Development Life Cycle
SDLC - Software Development Life CycleSDLC - Software Development Life Cycle
SDLC - Software Development Life Cycle
 
Agile methodologiesvswaterfall
Agile methodologiesvswaterfallAgile methodologiesvswaterfall
Agile methodologiesvswaterfall
 
softwaredevelopmentprocess
softwaredevelopmentprocesssoftwaredevelopmentprocess
softwaredevelopmentprocess
 
what-is-devops.ppt
what-is-devops.pptwhat-is-devops.ppt
what-is-devops.ppt
 
Software development life cycle
Software development life cycle Software development life cycle
Software development life cycle
 
Introduction to computer programming.pdf
Introduction to computer programming.pdfIntroduction to computer programming.pdf
Introduction to computer programming.pdf
 
Software Development Process.pptx
Software Development Process.pptxSoftware Development Process.pptx
Software Development Process.pptx
 
From Sandbox to Production by Vadym Fedorov
From Sandbox to Production by Vadym FedorovFrom Sandbox to Production by Vadym Fedorov
From Sandbox to Production by Vadym Fedorov
 
Software engineering jwfiles 3
Software engineering jwfiles 3Software engineering jwfiles 3
Software engineering jwfiles 3
 
From the sandbox to production
From the sandbox to productionFrom the sandbox to production
From the sandbox to production
 
SDLC
SDLCSDLC
SDLC
 
Session 03 - SDLC
Session 03 - SDLCSession 03 - SDLC
Session 03 - SDLC
 
Software Development Life Cycle - SDLC
Software Development Life Cycle - SDLCSoftware Development Life Cycle - SDLC
Software Development Life Cycle - SDLC
 
SDLC
SDLCSDLC
SDLC
 
SDLC
SDLCSDLC
SDLC
 
SDLC
SDLCSDLC
SDLC
 
Software Development Life Cycle – SDLC – Waterfall, Iterative, V, Spiral, and...
Software Development Life Cycle – SDLC – Waterfall, Iterative, V, Spiral, and...Software Development Life Cycle – SDLC – Waterfall, Iterative, V, Spiral, and...
Software Development Life Cycle – SDLC – Waterfall, Iterative, V, Spiral, and...
 

Recently uploaded

220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science
Kalna College
 
Diversity Quiz Prelims by Quiz Club, IIT Kanpur
Diversity Quiz Prelims by Quiz Club, IIT KanpurDiversity Quiz Prelims by Quiz Club, IIT Kanpur
Diversity Quiz Prelims by Quiz Club, IIT Kanpur
Quiz Club IIT Kanpur
 
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGHKHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
shreyassri1208
 
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptxContiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Kalna College
 
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
EduSkills OECD
 
FinalSD_MathematicsGrade7_Session2_Unida.pptx
FinalSD_MathematicsGrade7_Session2_Unida.pptxFinalSD_MathematicsGrade7_Session2_Unida.pptx
FinalSD_MathematicsGrade7_Session2_Unida.pptx
JennySularte1
 
Bonku-Babus-Friend by Sathyajith Ray (9)
Bonku-Babus-Friend by Sathyajith Ray  (9)Bonku-Babus-Friend by Sathyajith Ray  (9)
Bonku-Babus-Friend by Sathyajith Ray (9)
nitinpv4ai
 
220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx
Kalna College
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
nitinpv4ai
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
سمير بسيوني
 
CIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdfCIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdf
blueshagoo1
 
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
ShwetaGawande8
 
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
Payaamvohra1
 
欧洲杯下注-欧洲杯下注押注官网-欧洲杯下注押注网站|【​网址​🎉ac44.net🎉​】
欧洲杯下注-欧洲杯下注押注官网-欧洲杯下注押注网站|【​网址​🎉ac44.net🎉​】欧洲杯下注-欧洲杯下注押注官网-欧洲杯下注押注网站|【​网址​🎉ac44.net🎉​】
欧洲杯下注-欧洲杯下注押注官网-欧洲杯下注押注网站|【​网址​🎉ac44.net🎉​】
andagarcia212
 
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
220711130100 udita Chakraborty  Aims and objectives of national policy on inf...220711130100 udita Chakraborty  Aims and objectives of national policy on inf...
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
Kalna College
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
Iris Thiele Isip-Tan
 
Accounting for Restricted Grants When and How To Record Properly
Accounting for Restricted Grants  When and How To Record ProperlyAccounting for Restricted Grants  When and How To Record Properly
Accounting for Restricted Grants When and How To Record Properly
TechSoup
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
Steve Thomason
 
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
TechSoup
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
zuzanka
 

Recently uploaded (20)

220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science
 
Diversity Quiz Prelims by Quiz Club, IIT Kanpur
Diversity Quiz Prelims by Quiz Club, IIT KanpurDiversity Quiz Prelims by Quiz Club, IIT Kanpur
Diversity Quiz Prelims by Quiz Club, IIT Kanpur
 
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGHKHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
 
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptxContiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptx
 
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
 
FinalSD_MathematicsGrade7_Session2_Unida.pptx
FinalSD_MathematicsGrade7_Session2_Unida.pptxFinalSD_MathematicsGrade7_Session2_Unida.pptx
FinalSD_MathematicsGrade7_Session2_Unida.pptx
 
Bonku-Babus-Friend by Sathyajith Ray (9)
Bonku-Babus-Friend by Sathyajith Ray  (9)Bonku-Babus-Friend by Sathyajith Ray  (9)
Bonku-Babus-Friend by Sathyajith Ray (9)
 
220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
 
CIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdfCIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdf
 
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
 
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
 
欧洲杯下注-欧洲杯下注押注官网-欧洲杯下注押注网站|【​网址​🎉ac44.net🎉​】
欧洲杯下注-欧洲杯下注押注官网-欧洲杯下注押注网站|【​网址​🎉ac44.net🎉​】欧洲杯下注-欧洲杯下注押注官网-欧洲杯下注押注网站|【​网址​🎉ac44.net🎉​】
欧洲杯下注-欧洲杯下注押注官网-欧洲杯下注押注网站|【​网址​🎉ac44.net🎉​】
 
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
220711130100 udita Chakraborty  Aims and objectives of national policy on inf...220711130100 udita Chakraborty  Aims and objectives of national policy on inf...
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
 
Accounting for Restricted Grants When and How To Record Properly
Accounting for Restricted Grants  When and How To Record ProperlyAccounting for Restricted Grants  When and How To Record Properly
Accounting for Restricted Grants When and How To Record Properly
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
 
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
 

Apt sdlc

  • 1. Software Development Life Cycles A look at Other Software Development Methodologies
  • 2. Copyright This material is primarily for the use of Orange and Bronze Software Labs, Inc. No part of this material may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage and retrieval system, without permission in writing from the publisher. www.orangeandbronze.com
  • 3. Overview • Introduction to SDLC • Types of Software Development Life Cycles • Examples of Different Software Development Life Cycles www.orangeandbronze.com
  • 4. Introduction to SDLC The Software Development Life Cycle is the process, involving multiple stages (from establishing feasibility to carrying out post-implementation reviews), used to convert a management need into an application system, which is custom-developed or purchased, or is a combination of both. www.orangeandbronze.com
  • 5. Introduction to SDLC • SDLC is... → A model of a detailed plan on how to create, develop, implement and deliver software → A complete plan outlining how a software will be born, raised, and turned over to its eventual users www.orangeandbronze.com
  • 6. Introduction to SDLC • Basic Pattern of General Life Cycle Models: → Planning → Requirements Definition and Analysis → Design → Development → Integration and Testing → Implementation • Each phase produces output (deliverables) that will be the input to the next phase. www.orangeandbronze.com
  • 8. Software Development Life Cycle Phases • Planning → Helps the project team establish a bird's eye view of the software to be built → Determines the basic project structure → Evaluates feasibility and risks involved in the project → Describes appropriate management and technical approach to be taken www.orangeandbronze.com
  • 9. Software Development Life Cycle Phases • Outputs: → Goals and Objectives of the Project → Configuration Management Plan → Quality Assurance Plan → Project Plan and Schedule • High-level estimates www.orangeandbronze.com
  • 10. Software Development Life Cycle Phases • Requirements Definition and Analysis → Goals are translated into a group of one or more requirements • Major functions / features • Critical processes to be managed www.orangeandbronze.com
  • 11. Software Development Life Cycle Phases • Outputs: → Requirements document → Requirements traceability document www.orangeandbronze.com
  • 12. Software Development Life Cycle Phases • Design → Requirements identified are translated into design → Usually depicted or illustrated through the use of diagrams and other supporting documents • Ex. ERD, Activity Diagram, Tables of Business Rules www.orangeandbronze.com
  • 13. Software Development Life Cycle Phases • Outputs: → Design documents / diagrams www.orangeandbronze.com
  • 14. Software Development Life Cycle Phases • Development → Where design is translated into software artifacts → Results in a functional software that is traceable to the requirements and design elements defined www.orangeandbronze.com
  • 15. Software Development Life Cycle Phases • Outputs: → Functional software → Test Plans / Test Cases www.orangeandbronze.com
  • 16. Software Development Life Cycle Phases • Integration and Testing → Software is migrated from development environment to test environment → Execution of test cases / test suites • Verify correctness and completeness of software → Preparation of cutover to production www.orangeandbronze.com
  • 17. Software Development Life Cycle Phases • Outputs: → Integrated software → Implementation plan → Acceptance plan • UAT / Final suite of test cases www.orangeandbronze.com
  • 18. Software Development Life Cycle Phases • Implementation → Software is migrated to production environment → Initial production data is loaded to production environment → All test cases are executed once again • Verify correctness and completeness of software in production environment → UAT must have satisfactory results before customer formally accepts delivery www.orangeandbronze.com
  • 19. Software Development Life Cycle Phases • Outputs: → Production application → Completed acceptance test suite → UAT sign off between client and project team www.orangeandbronze.com
  • 20. Types of Software Development Life Cycles • Sequential Development • Iterative and/or Incremental Development www.orangeandbronze.com
  • 21. Types of Software Development Life Cycles • Sequential Development → A development strategy wherein a strict set of development phases or stages is followed in a sequential or linear order. → Only when one phase or stage is completed can development move on to the succeeding phase or stage. → Sometimes referred to as a classical or traditional method of software development www.orangeandbronze.com
  • 22. Types of Software Development Life Cycles Incremental development is distinctly different from iterative development in its purpose and also from its management implications. Teams get into trouble by doing one and not the other, or by trying to manage them the same way. – Alistair Cockburn (2008) www.orangeandbronze.com
  • 23. Types of Software Development Life Cycles Definition: • Incremental development is a strategy for staging and scheduling the integration of the different parts of a system being developed. Each part of the system is developed at its own time or pace and are then integrated as they are completed. → The word increment fundamentally means “add onto” www.orangeandbronze.com
  • 24. Types of Software Development Life Cycles Definition: • Iterative development is a strategy for scheduling a certain amount of time for rework or revisions in order to improve the quality of the different parts of the system being built. → The word iterate fundamentally means “re-do” www.orangeandbronze.com
  • 25. SDLC Examples • Waterfall Model • Rapid Application Development (RAD) • Spiral Model www.orangeandbronze.com
  • 27. Waterfall Model • Characteristics → Phases are executed in sequential order → Each phase must be completed before proceeding to the next → A formal review is conducted at the end of each phase to determine completion → No overlap between phases → Software is not seen until the end of the project → Changes are limited and tightly controlled www.orangeandbronze.com
  • 28. Waterfall Model • Phases → Requirements Specification → Design → Construction / Implementation / Coding → Integration → Testing and Debugging / Verification → Installation → Maintenance www.orangeandbronze.com
  • 29. Waterfall Model • Advantages → Puts emphasis on documentation → Straightforward and more disciplined approach → Provides a structured approach → Provides easily markable milestones → Generally suited for stable projects www.orangeandbronze.com
  • 30. Waterfall Model • Criticism / Disadvantages → Rigid structure → Impossible to achieve perfection → “Measure twice, cut once” does not always work → Planning control and risk management are not covered within the model www.orangeandbronze.com
  • 31. Waterfall Model • Criticism / Disadvantages → Very specific skill sets required for each phase → High amounts of risk and uncertainty → Poor model for: • Complex and object-oriented projects • Long and ongoing projects • Projects where requirements are at a moderate to high risk of changing www.orangeandbronze.com
  • 32. Rapid Application Development (RAD) www.orangeandbronze.com
  • 33. Rapid Application Development (RAD) • Characteristics → Iterative development through prototyping → Iterative and incremental → Aimed at speeding up application development → Compromises functionality and performance in exchange for faster development www.orangeandbronze.com
  • 34. Rapid Application Development (RAD) • Phases → Requirements Planning → User Design → Construction / Development → Cutover / Deployment → Learning www.orangeandbronze.com
  • 35. Rapid Application Development (RAD) • Advantages → Fast and efficient way of delivering software → Generally improves: • User-Designer communication • User cooperation • User commitment www.orangeandbronze.com
  • 36. Rapid Application Development (RAD) • Criticism / Disadvantages → The process may become so fast that proper testing (especially security testing) may not be done → Prototypes delivered may not always result in a production application → Quality indicators such as consistency, standardization, reusability, and reliability are easily overlooked www.orangeandbronze.com
  • 38. Spiral Model • Characteristics → Iterative model with emphasis on risk analysis → Combines elements of design and prototyping-in-stages → Aims to combine advantages of top-down and bottom- up concepts → Intended for large, expensive and complex projects www.orangeandbronze.com
  • 39. Spiral Model • Phases → Planning • Determine objectives, alternatives, and constraints → Risk Analysis • Identify and resolve risks • Evaluate possible alternatives www.orangeandbronze.com
  • 40. Spiral Model • Phases → Engineering • Develop deliverables → Evaluation • Verify that deliverables are correct • Plan the next iteration www.orangeandbronze.com
  • 41. Spiral Model • Advantages → High amount of risk analysis → Good for large and mission-critical projects → Software is produced early www.orangeandbronze.com
  • 42. Spiral Model • Criticism / Disadvantages → Can be costly → Risk analysis requires high expertise → Success is highly dependent on risk analysis → Does not work well with smaller projects www.orangeandbronze.com
  • 43. References • Lewallen, R. (2005, July 13). Software Development Life Cycle Models. Message posted to http://codebetter.com/blogs/raymond.lewallen/archive/20 • Becerra, G. (2004). Software Life Cycle: Theory and Summary. Retrieved from http://pages.cpsc.ucalgary.ca/~ayala/SENG/seng611/Assign • Purcell, J. (2007). Comparison of Software Development Life Cycle Methodologies. Retrieved from http://www.giac.org/resources/whitepaper/application/21 www.orangeandbronze.com
  • 44. References • Davis, W. S., Yen, D. C. (1998). Rapid Application Development (RAD). In The Information Systems: Analysis and Design. Retrieved August 6, 2008, from http://www.hit.ac.il/staff/leonidM/information-systems/ch • Cockburn, A. (2008). Using Both Incremental and Iterative Development. CrossTalk The Journal of Defense Software Engineering, May 2008 Issue. Retrieved April 11, 2008, from http://www.stsc.hill.af.mil/crosstalk/2008/05/0805Cockbur www.orangeandbronze.com
  • 45. References • Steele, J. (2001). The Software Development Life Cycle (SDLC). Retrieved from http://www.elucidata.com/refs/sdlc.pdf • www.orangeandbronze.com