SlideShare a Scribd company logo
1 of 16
Click to edit Master title style
1
Software Process Model’s
Click to edit Master title style
2
Content
• What is Software Model (Basics)?
• Life Cycle Model
• Classical Waterfall Model
• Iterative Waterfall Model
• Prototyping Model
• Evolutionary Model
• Spiral Model
2
Click to edit Master title style
3
What is Software Model?
3
Key Points of Software Process Model:-
Software process models are crucial in
the field of software development. They
provide a systematic approach to guide
the software development lifecycle,
ensuring the successful completion of
projects.
Or
Software process models are
frameworks that define the sequence of
activities, tasks, and deliverables
required to develop high-quality
software.
These models act as a roadmap,
providing a step-by-step guide for
software development teams.
• Requirements gathering and
analysis.
• Design and architecture.
• Coding and implementation.
• Testing and quality assurances.
• Deployment and maintenance.
Click to edit Master title style
4
Life Cycle Model
4
1). What is Life cycle Model? Why do we need to use a Life cycle Model in our Project?
o A life cycle model is a way of organizing and
visualizing the various stages that a project or
product goes through from its beginning to its
end.
o It provides a roadmap for the development
process, outlining the steps involved in
planning, designing, building, testing,
deploying, and maintaining the product or
project.
o Different life cycle models offer various
approaches to managing these stages, and
the choice of model depends on the nature of
the project and the goals of the development
team.
A life cycle model is needed because it helps us
plan, organize, and manage the different stages
of a project or product development. It provides a
structured framework to ensure that the work is
carried out in a systematic way, from the initial
idea to the final product.
Here are a few reasons why life cycle models are
essential:
i. Organization
ii. Planning
iii. Communication
iv. Risk management
v. Quality Assurances
vi. Flexibility
Click to edit Master title style
5 5
Life Cycle Model
Spiral
Model
Classical
Waterfall
Model
Iterative
Waterfall Model
Prototyping
Model
Evolutionary
Model
Click to edit Master title style
6
1. Classical Waterfall Model
6
What is Classic Waterfall Model Advantages of Classical Waterfall Model
The classic waterfall model is a linear and sequential approach
to software development. It divides the entire process into
distinct phases, and each phase must be completed before
moving on to the next. The phases typically include:
1. Requirements: Gathering and defining what the software
needs to do.
2. Design: Planning how the software will be structured and
function.
3. Implementation: Writing the actual code or creating the
software based on the design.
4. Testing: Verifying that the software works correctly and
meets the specified requirements.
5. Deployment: Introducing the software to users or a
production environment.
6. Maintenance: Addressing issues, making updates, and
ensuring the software continues to meet user needs.
• Clear Structure
• Well Defined Phases
• Documented Process
• Client Involvement
Disadvantages of Classical Waterfall Model
• Inflexibility
• Limited Client Interaction
• Late Detection of issues
• Long Delivery Time
• Lack of Adaptability
• Risk of Project Failure
Click to edit Master title style
7
1. Classical Waterfall Model
Design
Feasibility Study
Req. Analysis
Coding
Testing
Maintenance
Where do we use Classic Waterfall Model?
The classic waterfall model is best suited for
certain types of projects where the requirements
are well-defined, stable, and unlikely to change
significantly during the development process.
• Well-Understood Projects
• Predictable Environments
• Small to Medium-sized Projects
• Projects with Fixed Budgets and Timelines
We cannot use classical waterfall model when
we have a project that requires e dynamic and
evolving environments.
Click to edit Master title style
8
2. Iterative Waterfall Model
8
What is Iterative Waterfall Model ? Advantages of Iterative Waterfall Model
The Iterative Waterfall Model is a variation of the
classic waterfall model that allows for some flexibility
and revisiting of stages. Instead of progressing
linearly through each phase only once, the project
cycles through the stages in a repetitive manner, with
the opportunity to go back and make adjustments as
needed. Each iteration represents a complete cycle
through all the phases, allowing for feedback,
improvements, and adjustments before moving to the
next iteration. This approach acknowledges that
requirements and understanding can evolve, and it
provides a more adaptable framework compared to
the strict linearity of the classic waterfall model.
• Flexibility
• Feedback Incorporation
• Risk Management
• Progressive Refinement
Disadvantages of Iterative Waterfall Model
• Complexity
• Increased Cost
• Time-Consuming
• Documentation Overhead
• Frequent changes in project – Scope Creep
• Dependency on Initial Requirments
• Potential and Confusion
• Early Detection of
Problem
• Client Involvement
• Parallel Development
Click to edit Master title style
9
2. Iterative Waterfall Model
9
Design
Feasibility Study
Req. Analysis
Coding
Testing
Maintenance
Where do we use Iterative Waterfall Model?
The Iterative Waterfall Model is typically used in
projects where there is a need for some level of
flexibility and adaptation during the development
process, but a more structured and sequential
approach is still desired.
• Complex Projects
• Partial Client Involvement
• Incremental Development
• Parallel Development
Click to edit Master title style
10
3. Evolutionary Model
10
What is Evolutionary Model ? Advantages of Evolutionary Model
• The Evolutionary Model, in the context of software
development, is a type of software development
methodology that is iterative and incremental. It is
based on the idea of evolving the software product
over time through multiple cycles or iterations.
• In simple words, imagine building a software
product like growing a tree. Instead of trying to
create the entire tree at once, you start with a basic
structure (trunk) and then gradually add branches,
leaves, and other elements over time. Each cycle
or iteration improves and enhances the software
based on feedback and changing requirements,
allowing it to evolve and adapt to the needs of
users or the project.
• This model is flexible and can accommodate
changes easily, making it suitable for projects
where requirements may not be well-defined
initially or may change frequently during
• Adaptability
• Feedback Incorporation
• Risk Management
• Early Delivery of Basic
Functionality
Disadvantages of Evolutionary Model
• Complexity
• Dependency on User Invovlvement
• Uncertain Timeline
• Documentation Challenges
• Frequent changes in project – Scope Creep
• Initial Incomplete Product
• Early Detection of
Problem
• Client Involvement
• Parallel
Development
Click to edit Master title style
11
3. Evolutionary Model
11
A A
B
A
B
C
When do we need Evolutionary Model
The evolutionary model is a
software development
methodology that is based on
the idea of incremental
development and delivery of
small, functional parts of a
system. It involves continuous
refinement of the software based
on feedback and evolving
requirements. This model is
particularly suitable for projects
where the requirements are
expected to change frequently
and are not well understood in
the beginning.
Click to edit Master title style
12
4. Prototyping Model
12
What is Prototyping Model ? Advantages of Prototyping Model
The prototyping model in software development is like
creating a rough draft or a sample version of the
software before building the final product. Instead of
trying to define all the details upfront, developers and
users work together to build a basic version
(prototype) of the software. This prototype helps
everyone involved to see how the software might
work and look, gather feedback, and make
improvements before creating the complete, finished
software. It's like a trial version that helps in figuring
out what exactly is needed and how it should work.
• Early Understanding
• User Feedback
• Reduce Risk
• Improved Communication
Disadvantages of Prototyping Model
• Scope Creep
• Time Consuming
• Incomplete Functionality
• Miscommunication
• Overemphasis on Aesthetics
• Clearer
Requirements
Click to edit Master title style
13
4. Prototyping Model
13
Requirements
Gathering
Quick
Analysis
Build
Prototyp
e
Customer
Evaluation of
Prototype
Refine
Requirements
Customer
Satisfication
Design
Implementation
Test
Maintenance
Click to edit Master title style
14
5. Spiral Model
14
What is Spiral Model ? Advantages of Spiral Model
Spiral Model is a flexible and iterative approach to
software development that combines elements of
both waterfall (sequential) and iterative development
models. The process is represented as a spiral, and
each loop of the spiral represents a phase in the
software development life cycle. The key features of
the Spiral Model are risk assessment, regular
feedback from users, and the ability to make
adjustments as the project progresses.
• Flexibility
• Risk Management
• Incremental Development
• Regular Feedback
Disadvantages of Spiral Model
• Complexity
• Resources Intensive
• Time Consuming
• Not Suitable for Small Projects
• Potential for Scope Creep
• Accommodate
Changes
Click to edit Master title style
15
5. Spiral Model
Determine Objectives Identify & Resolve
Risks
Review and plan for
next phase
Develop Next Level of
Product
Click to edit Master title style
16
Thank You

More Related Content

Similar to Software Process Model’s__ by ayush.pptx

SDLC- concept and models
SDLC- concept and modelsSDLC- concept and models
SDLC- concept and models
Anjali Arora
 
4_25655_SE291_2020_1__2_1_Lecture 3 - Software Process Models.ppt
4_25655_SE291_2020_1__2_1_Lecture 3 - Software Process Models.ppt4_25655_SE291_2020_1__2_1_Lecture 3 - Software Process Models.ppt
4_25655_SE291_2020_1__2_1_Lecture 3 - Software Process Models.ppt
loloka1
 
Comparison of Software Engineering Models
Comparison of Software Engineering  ModelsComparison of Software Engineering  Models
Comparison of Software Engineering Models
tahir iqbal
 
Software Engg. process models
Software Engg. process modelsSoftware Engg. process models
Software Engg. process models
Tauseef Ahmad
 
SOFTWARE LIFECYLE MODELS
SOFTWARE LIFECYLE MODELSSOFTWARE LIFECYLE MODELS
SOFTWARE LIFECYLE MODELS
guest1c0da72
 

Similar to Software Process Model’s__ by ayush.pptx (20)

Chapter 2
Chapter 2 Chapter 2
Chapter 2
 
Effort Distribution on Waterfall and Agile
Effort Distribution on Waterfall and AgileEffort Distribution on Waterfall and Agile
Effort Distribution on Waterfall and Agile
 
softwaredevelopmentprocess
softwaredevelopmentprocesssoftwaredevelopmentprocess
softwaredevelopmentprocess
 
SDLC- concept and models
SDLC- concept and modelsSDLC- concept and models
SDLC- concept and models
 
Lecture 1. Software Process Models.pdf
Lecture 1. Software Process Models.pdfLecture 1. Software Process Models.pdf
Lecture 1. Software Process Models.pdf
 
what-is-devops.ppt
what-is-devops.pptwhat-is-devops.ppt
what-is-devops.ppt
 
Essential of SDLC: A Comprehensive Guide to Fundamentals, Phases, and Method...
Essential of  SDLC: A Comprehensive Guide to Fundamentals, Phases, and Method...Essential of  SDLC: A Comprehensive Guide to Fundamentals, Phases, and Method...
Essential of SDLC: A Comprehensive Guide to Fundamentals, Phases, and Method...
 
4_25655_SE291_2020_1__2_1_Lecture 3 - Software Process Models.ppt
4_25655_SE291_2020_1__2_1_Lecture 3 - Software Process Models.ppt4_25655_SE291_2020_1__2_1_Lecture 3 - Software Process Models.ppt
4_25655_SE291_2020_1__2_1_Lecture 3 - Software Process Models.ppt
 
Software Process Model
Software Process ModelSoftware Process Model
Software Process Model
 
Software process
Software processSoftware process
Software process
 
Comparison of Software Engineering Models
Comparison of Software Engineering  ModelsComparison of Software Engineering  Models
Comparison of Software Engineering Models
 
PPT (1).pptx
PPT (1).pptxPPT (1).pptx
PPT (1).pptx
 
MODELS USED IN SOFTWARE DEVELOPMENT
MODELS USED IN SOFTWARE DEVELOPMENTMODELS USED IN SOFTWARE DEVELOPMENT
MODELS USED IN SOFTWARE DEVELOPMENT
 
Software Engg. process models
Software Engg. process modelsSoftware Engg. process models
Software Engg. process models
 
Software development life cycle
Software development life cycleSoftware development life cycle
Software development life cycle
 
System Development Life Cycle Models
System Development Life Cycle ModelsSystem Development Life Cycle Models
System Development Life Cycle Models
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
SOFTWARE LIFECYLE MODELS
SOFTWARE LIFECYLE MODELSSOFTWARE LIFECYLE MODELS
SOFTWARE LIFECYLE MODELS
 
Process Model in Software Engineering.ppt
Process Model in Software Engineering.pptProcess Model in Software Engineering.ppt
Process Model in Software Engineering.ppt
 
SDLC Models
SDLC ModelsSDLC Models
SDLC Models
 

Recently uploaded

21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx
rahulmanepalli02
 
Final DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manualFinal DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manual
BalamuruganV28
 
Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..
MaherOthman7
 

Recently uploaded (20)

analog-vs-digital-communication (concept of analog and digital).pptx
analog-vs-digital-communication (concept of analog and digital).pptxanalog-vs-digital-communication (concept of analog and digital).pptx
analog-vs-digital-communication (concept of analog and digital).pptx
 
21scheme vtu syllabus of visveraya technological university
21scheme vtu syllabus of visveraya technological university21scheme vtu syllabus of visveraya technological university
21scheme vtu syllabus of visveraya technological university
 
CLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference ModalCLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference Modal
 
21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx
 
Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...
 
Research Methodolgy & Intellectual Property Rights Series 1
Research Methodolgy & Intellectual Property Rights Series 1Research Methodolgy & Intellectual Property Rights Series 1
Research Methodolgy & Intellectual Property Rights Series 1
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
 
Final DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manualFinal DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manual
 
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
 
Independent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging StationIndependent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging Station
 
5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...
 
UNIT-2 image enhancement.pdf Image Processing Unit 2 AKTU
UNIT-2 image enhancement.pdf Image Processing Unit 2 AKTUUNIT-2 image enhancement.pdf Image Processing Unit 2 AKTU
UNIT-2 image enhancement.pdf Image Processing Unit 2 AKTU
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
Filters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility ApplicationsFilters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility Applications
 
Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..
 
Interfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdfInterfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdf
 
Basics of Relay for Engineering Students
Basics of Relay for Engineering StudentsBasics of Relay for Engineering Students
Basics of Relay for Engineering Students
 
The Entity-Relationship Model(ER Diagram).pptx
The Entity-Relationship Model(ER Diagram).pptxThe Entity-Relationship Model(ER Diagram).pptx
The Entity-Relationship Model(ER Diagram).pptx
 
Autodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxAutodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptx
 

Software Process Model’s__ by ayush.pptx

  • 1. Click to edit Master title style 1 Software Process Model’s
  • 2. Click to edit Master title style 2 Content • What is Software Model (Basics)? • Life Cycle Model • Classical Waterfall Model • Iterative Waterfall Model • Prototyping Model • Evolutionary Model • Spiral Model 2
  • 3. Click to edit Master title style 3 What is Software Model? 3 Key Points of Software Process Model:- Software process models are crucial in the field of software development. They provide a systematic approach to guide the software development lifecycle, ensuring the successful completion of projects. Or Software process models are frameworks that define the sequence of activities, tasks, and deliverables required to develop high-quality software. These models act as a roadmap, providing a step-by-step guide for software development teams. • Requirements gathering and analysis. • Design and architecture. • Coding and implementation. • Testing and quality assurances. • Deployment and maintenance.
  • 4. Click to edit Master title style 4 Life Cycle Model 4 1). What is Life cycle Model? Why do we need to use a Life cycle Model in our Project? o A life cycle model is a way of organizing and visualizing the various stages that a project or product goes through from its beginning to its end. o It provides a roadmap for the development process, outlining the steps involved in planning, designing, building, testing, deploying, and maintaining the product or project. o Different life cycle models offer various approaches to managing these stages, and the choice of model depends on the nature of the project and the goals of the development team. A life cycle model is needed because it helps us plan, organize, and manage the different stages of a project or product development. It provides a structured framework to ensure that the work is carried out in a systematic way, from the initial idea to the final product. Here are a few reasons why life cycle models are essential: i. Organization ii. Planning iii. Communication iv. Risk management v. Quality Assurances vi. Flexibility
  • 5. Click to edit Master title style 5 5 Life Cycle Model Spiral Model Classical Waterfall Model Iterative Waterfall Model Prototyping Model Evolutionary Model
  • 6. Click to edit Master title style 6 1. Classical Waterfall Model 6 What is Classic Waterfall Model Advantages of Classical Waterfall Model The classic waterfall model is a linear and sequential approach to software development. It divides the entire process into distinct phases, and each phase must be completed before moving on to the next. The phases typically include: 1. Requirements: Gathering and defining what the software needs to do. 2. Design: Planning how the software will be structured and function. 3. Implementation: Writing the actual code or creating the software based on the design. 4. Testing: Verifying that the software works correctly and meets the specified requirements. 5. Deployment: Introducing the software to users or a production environment. 6. Maintenance: Addressing issues, making updates, and ensuring the software continues to meet user needs. • Clear Structure • Well Defined Phases • Documented Process • Client Involvement Disadvantages of Classical Waterfall Model • Inflexibility • Limited Client Interaction • Late Detection of issues • Long Delivery Time • Lack of Adaptability • Risk of Project Failure
  • 7. Click to edit Master title style 7 1. Classical Waterfall Model Design Feasibility Study Req. Analysis Coding Testing Maintenance Where do we use Classic Waterfall Model? The classic waterfall model is best suited for certain types of projects where the requirements are well-defined, stable, and unlikely to change significantly during the development process. • Well-Understood Projects • Predictable Environments • Small to Medium-sized Projects • Projects with Fixed Budgets and Timelines We cannot use classical waterfall model when we have a project that requires e dynamic and evolving environments.
  • 8. Click to edit Master title style 8 2. Iterative Waterfall Model 8 What is Iterative Waterfall Model ? Advantages of Iterative Waterfall Model The Iterative Waterfall Model is a variation of the classic waterfall model that allows for some flexibility and revisiting of stages. Instead of progressing linearly through each phase only once, the project cycles through the stages in a repetitive manner, with the opportunity to go back and make adjustments as needed. Each iteration represents a complete cycle through all the phases, allowing for feedback, improvements, and adjustments before moving to the next iteration. This approach acknowledges that requirements and understanding can evolve, and it provides a more adaptable framework compared to the strict linearity of the classic waterfall model. • Flexibility • Feedback Incorporation • Risk Management • Progressive Refinement Disadvantages of Iterative Waterfall Model • Complexity • Increased Cost • Time-Consuming • Documentation Overhead • Frequent changes in project – Scope Creep • Dependency on Initial Requirments • Potential and Confusion • Early Detection of Problem • Client Involvement • Parallel Development
  • 9. Click to edit Master title style 9 2. Iterative Waterfall Model 9 Design Feasibility Study Req. Analysis Coding Testing Maintenance Where do we use Iterative Waterfall Model? The Iterative Waterfall Model is typically used in projects where there is a need for some level of flexibility and adaptation during the development process, but a more structured and sequential approach is still desired. • Complex Projects • Partial Client Involvement • Incremental Development • Parallel Development
  • 10. Click to edit Master title style 10 3. Evolutionary Model 10 What is Evolutionary Model ? Advantages of Evolutionary Model • The Evolutionary Model, in the context of software development, is a type of software development methodology that is iterative and incremental. It is based on the idea of evolving the software product over time through multiple cycles or iterations. • In simple words, imagine building a software product like growing a tree. Instead of trying to create the entire tree at once, you start with a basic structure (trunk) and then gradually add branches, leaves, and other elements over time. Each cycle or iteration improves and enhances the software based on feedback and changing requirements, allowing it to evolve and adapt to the needs of users or the project. • This model is flexible and can accommodate changes easily, making it suitable for projects where requirements may not be well-defined initially or may change frequently during • Adaptability • Feedback Incorporation • Risk Management • Early Delivery of Basic Functionality Disadvantages of Evolutionary Model • Complexity • Dependency on User Invovlvement • Uncertain Timeline • Documentation Challenges • Frequent changes in project – Scope Creep • Initial Incomplete Product • Early Detection of Problem • Client Involvement • Parallel Development
  • 11. Click to edit Master title style 11 3. Evolutionary Model 11 A A B A B C When do we need Evolutionary Model The evolutionary model is a software development methodology that is based on the idea of incremental development and delivery of small, functional parts of a system. It involves continuous refinement of the software based on feedback and evolving requirements. This model is particularly suitable for projects where the requirements are expected to change frequently and are not well understood in the beginning.
  • 12. Click to edit Master title style 12 4. Prototyping Model 12 What is Prototyping Model ? Advantages of Prototyping Model The prototyping model in software development is like creating a rough draft or a sample version of the software before building the final product. Instead of trying to define all the details upfront, developers and users work together to build a basic version (prototype) of the software. This prototype helps everyone involved to see how the software might work and look, gather feedback, and make improvements before creating the complete, finished software. It's like a trial version that helps in figuring out what exactly is needed and how it should work. • Early Understanding • User Feedback • Reduce Risk • Improved Communication Disadvantages of Prototyping Model • Scope Creep • Time Consuming • Incomplete Functionality • Miscommunication • Overemphasis on Aesthetics • Clearer Requirements
  • 13. Click to edit Master title style 13 4. Prototyping Model 13 Requirements Gathering Quick Analysis Build Prototyp e Customer Evaluation of Prototype Refine Requirements Customer Satisfication Design Implementation Test Maintenance
  • 14. Click to edit Master title style 14 5. Spiral Model 14 What is Spiral Model ? Advantages of Spiral Model Spiral Model is a flexible and iterative approach to software development that combines elements of both waterfall (sequential) and iterative development models. The process is represented as a spiral, and each loop of the spiral represents a phase in the software development life cycle. The key features of the Spiral Model are risk assessment, regular feedback from users, and the ability to make adjustments as the project progresses. • Flexibility • Risk Management • Incremental Development • Regular Feedback Disadvantages of Spiral Model • Complexity • Resources Intensive • Time Consuming • Not Suitable for Small Projects • Potential for Scope Creep • Accommodate Changes
  • 15. Click to edit Master title style 15 5. Spiral Model Determine Objectives Identify & Resolve Risks Review and plan for next phase Develop Next Level of Product
  • 16. Click to edit Master title style 16 Thank You