SlideShare uma empresa Scribd logo
1 de 51
Software Process Models
Spring 2020
Shaukat Wasi
Some slides taken from Roddy
Level 1 – Ad
Hoc
Code & Fix
• The earliest approach
• Write code
• Fix it to eliminate any errors that have been
detected, to enhance existing functionality,
or to add new features
• Source of difficulties
and deficiencies
– impossible to predict
– impossible to manage
Models are needed
• Symptoms of inadequacy: the
software crisis
– scheduled time and cost exceeded
– user expectations not met
– poor quality
• The size and economic value of
software applications required
appropriate "process models"
Process model goals
(B. Boehm 1988)
“Determine the order of stages involved in
software development and evolution, and
to establish the transition criteria for
progressing from one stage to the next.
….
Thus a process model addresses the
following software project questions:
– What shall we do next?
– How long shall we continue to do it?"
Software Process Model
Attempt to organize the software life cycle by
• defining activities involved in software production
• order of activities and their relationships
Goals of a software process
– standardization, predictability, productivity, high
product quality, ability to plan time and budget
requirements
Software Process model with Umbrella
Activities
Choosing a Software Process Model
Process as a "black box"
Product
Informal
Requirements
Process
Process as a "white box"
Product
Informal
Requirements
Process
feedback
Waterfall Model
Waterfall model
• Invented in the late 1950s for large air
defense systems, popularized in the
1970s
• They organize activities in a sequential
flow
• Exist in many variants, all sharing
sequential flow style
Critical evaluation of the
waterfall model
+ software process subject to
discipline, planning, and
management
+ postpone implementation to
after understanding objectives
– linear, rigid, monolithic
– no feedback
– no parallelism
– a single delivery date
Problems with waterfall
• Estimates made when limited
knowledge available
• Difficult to gather all requirements once
and for all
– users may not know what they want
– requirements cannot be frozen
Best Suited for:
 Mission Critical Projects
 No choice for errors
 Well defined Requirements
 NOT Time critical
V Model
Waterfall model variation – V Model
V and V Combined
 Verification
 In the concept of verification in the V-Model, static analysis technique is carried
out without executing the code. This evaluation procedure is carried out at the
time of development to check whether specific requirements will meet or not.
 Validation
 This concept of V-Model comprises of dynamic analysis practice (both functional as
well as non-functional), and testing is done by code execution. The validation of a
product is done once the development is complete for determining if the software
meets up the customer hope needs.
 So both verification and validation are combined and work in parallel to make
the V-Model fully functional.
Incremental Model
Increment?
• Increment refers to the quantifiable outcome
of each iteration
• Increment has the obvious implication that
there should be more of something at the
end of an iteration than there was at the
start.
• Incremental development is a staging and
scheduling strategy ‘’in which the various
parts of the system are developed at
different times or rates, and integrated as
they are completed.’’
Iteration?
• Iteration refers to the cyclic nature of a
process in which activities are repeated
in a structured manner.
• Iterative development is a rework
scheduling strategy ‘’in which time is set
aside to revise and improve parts of the
system.’’
Iterative and
incremental
 Product vs Process:
• Incremental fundamentally
means add onto. Incremental
development helps you improve
your process.
• Iterative fundamentally means
re-do. Iterative development
helps you improve your
product.
In
Code:
while ( project.isRunning() ) {
project.bugsFixed++;
project.featuresComplete++;
}
Iterative VS
incremental
Incremental development
• Rather than deliver the system as a single
delivery, the development and delivery is
broken down into increments with each
increment delivering part of the required
functionality
• User requirements are prioritised and the
highest priority requirements are included in
early increments
• Once the development of an increment is
started, the requirements are frozen though
requirements for later increments can
continue to evolve
Evolutionary Models
Evolutionary Models
 Iterative + Incremental
 Usually a set of core product or system requirements is
well understood, but the details and extension have yet to
be defined.
 It is iterative that enables you to develop increasingly
more complete version of the software i.e. evolution of
software.
 Two Types: Prototyping and Spiral
Spiral
Model
Spiral Model
 Iterative (multiple passes over the circuits) + Incremental
(Each circuit adds next level to development) + Risk
Driven
 Based on Water fall model (Same steps in sequence)
 The first circuit in the clockwise direction might result
in the product specification; subsequent passes
 around the spiral might be used to develop a prototype
and then progressively more sophisticated versions
 of the software. Each pass results in adjustments to
the project plan. Cost and schedule are adjusted based
 on feedback. Also, the number of iterations will be
adjusted by project manager.
3 Concerns on Evolutionary Processes
1. Planning is at Risk in prototyping model due to uncertain
no: of cycles required to reach the final product.
2. Development speed is some what slow as the iterations
need time to cover the improvements. Hence being too
fast will bring the process to chaos and being too slow will
effect the productivity.
3. High Quality VS Timely delivery tradeoff. Iterations do
improve but to what extent iterations are to be added is a
question.
Unified Process Modeling (UPM)
Unified Process Model (UPM)
 Integrating two seemingly contradicting insights:
 Definitive activities and deliverables as in the Waterfall Model.
 Iterative and incremental processes.
 A project is split into several phases:
 Each phase is split into several iterations. 
 Each iteration consists of the traditional process activities, known
as workflow.
 Each workflow places different emphasis on the activities
depending on the current iteration.
AGILE Process Models
Remember waterfall?
Work together!
Agile Manifesto
“We are uncovering better ways of developing software by
doing it and helping others do it.
Through this work we have come to value:
•Individuals and interactions over processes and tools
•Working software over comprehensive documentation
•Customer collaboration over contract negotiation
•Responding to change over following a plan
That is, while there is value in the items on the right, we
value the items on the left more.”
Kent Beck et al
Scrum
• Focus on software development without
defining phases and workproducts, only
focus on increments through sprints
• “Getting things done”
• Roles:
– Scrum Master
– Product Owner
– Team member
• Especially useful for experienced developers
Scrum
Scrum
Kanban
Similar to Scrum but Priority Based instead of Time Based
SCRUM VS KANBAN
https://www.developmentthatpays.com/files/DevelopmentThatPays-ScrumVsKanban-
CheatSheet-1_6.pdf
Extreme Programming
Extreme Programming – Top Principles
XP vs SCRUM
https://www.visual-paradigm.com/scrum/extreme-programming-vs-scrum/
Selection criteria for lifecycle
models
Conclusion
When to
embrace Agile
Methodologies
Choosing a Software Process Model

Mais conteúdo relacionado

Mais procurados

Unified process,agile process,process assesment ppt
Unified process,agile process,process assesment pptUnified process,agile process,process assesment ppt
Unified process,agile process,process assesment ppt
Shweta Ghate
 
Sdlc models
Sdlc modelsSdlc models
Sdlc models
NickyWCT
 
Presentation - Rational Unified Process
Presentation - Rational Unified ProcessPresentation - Rational Unified Process
Presentation - Rational Unified Process
Sharad Srivastava
 

Mais procurados (20)

PMI Vs SDLC
PMI Vs SDLCPMI Vs SDLC
PMI Vs SDLC
 
HKG15-904: Scrum and Kanban 101
HKG15-904: Scrum and Kanban 101HKG15-904: Scrum and Kanban 101
HKG15-904: Scrum and Kanban 101
 
SDLC Models and Their Implementation
SDLC Models and Their ImplementationSDLC Models and Their Implementation
SDLC Models and Their Implementation
 
Generic process model
Generic process modelGeneric process model
Generic process model
 
sdlc or Software Development LifeCycle
sdlc or Software Development LifeCyclesdlc or Software Development LifeCycle
sdlc or Software Development LifeCycle
 
The unified process
The unified processThe unified process
The unified process
 
Agile method
Agile methodAgile method
Agile method
 
Pressman ch-3-prescriptive-process-models
Pressman ch-3-prescriptive-process-modelsPressman ch-3-prescriptive-process-models
Pressman ch-3-prescriptive-process-models
 
Sdlc overview
Sdlc overviewSdlc overview
Sdlc overview
 
SDLC or Software Development Life Cycle
SDLC or Software Development Life CycleSDLC or Software Development Life Cycle
SDLC or Software Development Life Cycle
 
SDLC
SDLCSDLC
SDLC
 
Agile Methodology PPT
Agile Methodology PPTAgile Methodology PPT
Agile Methodology PPT
 
Advanced Web Development in PHP - Understanding Project Development Methodolo...
Advanced Web Development in PHP - Understanding Project Development Methodolo...Advanced Web Development in PHP - Understanding Project Development Methodolo...
Advanced Web Development in PHP - Understanding Project Development Methodolo...
 
Unified process,agile process,process assesment ppt
Unified process,agile process,process assesment pptUnified process,agile process,process assesment ppt
Unified process,agile process,process assesment ppt
 
V model presentation
V model presentationV model presentation
V model presentation
 
Unified Process
Unified ProcessUnified Process
Unified Process
 
Sdlc models
Sdlc modelsSdlc models
Sdlc models
 
Rational Unified Process
Rational Unified ProcessRational Unified Process
Rational Unified Process
 
Presentation - Rational Unified Process
Presentation - Rational Unified ProcessPresentation - Rational Unified Process
Presentation - Rational Unified Process
 
Rational Unified Process
Rational Unified ProcessRational Unified Process
Rational Unified Process
 

Semelhante a Software process models shaukat wasi

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
 
process models- software engineering
process models- software engineeringprocess models- software engineering
process models- software engineering
Arun Nair
 
Software engineering lecture notes
Software engineering lecture notesSoftware engineering lecture notes
Software engineering lecture notes
Siva Ayyakutti
 

Semelhante a Software process models shaukat wasi (20)

what-is-devops.ppt
what-is-devops.pptwhat-is-devops.ppt
what-is-devops.ppt
 
Lect-4: Software Development Life Cycle Model - SPM
Lect-4: Software Development Life Cycle Model - SPMLect-4: Software Development Life Cycle Model - SPM
Lect-4: Software Development Life Cycle Model - SPM
 
SE_Unit 2.pdf it is a process model of it student
SE_Unit 2.pdf it is a process model of it studentSE_Unit 2.pdf it is a process model of it student
SE_Unit 2.pdf it is a process model of it student
 
Software Process Models
Software Process ModelsSoftware Process Models
Software Process Models
 
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 Models
Software Process ModelsSoftware Process Models
Software Process Models
 
process models- software engineering
process models- software engineeringprocess models- software engineering
process models- software engineering
 
Software process
Software processSoftware process
Software process
 
Chapter 1,2,3,4 notes
Chapter 1,2,3,4 notesChapter 1,2,3,4 notes
Chapter 1,2,3,4 notes
 
Intoduction to software engineering part 2
Intoduction to software engineering part 2Intoduction to software engineering part 2
Intoduction to software engineering part 2
 
SE-03.pptx
SE-03.pptxSE-03.pptx
SE-03.pptx
 
Software engineering jwfiles 3
Software engineering jwfiles 3Software engineering jwfiles 3
Software engineering jwfiles 3
 
Process models
Process modelsProcess models
Process models
 
Applying both of waterfall and iterative development
Applying both of waterfall and iterative developmentApplying both of waterfall and iterative development
Applying both of waterfall and iterative development
 
Software Development Life Cycle (SDLC )
Software Development Life Cycle (SDLC )Software Development Life Cycle (SDLC )
Software Development Life Cycle (SDLC )
 
Soft lifecycle
Soft lifecycleSoft lifecycle
Soft lifecycle
 
Software engineering lecture notes
Software engineering lecture notesSoftware engineering lecture notes
Software engineering lecture notes
 
ISE_Lecture Week 2-SW Process Models.ppt
ISE_Lecture Week 2-SW Process Models.pptISE_Lecture Week 2-SW Process Models.ppt
ISE_Lecture Week 2-SW Process Models.ppt
 
Chapter 2
Chapter 2 Chapter 2
Chapter 2
 
The Software Development Process
The Software Development ProcessThe Software Development Process
The Software Development Process
 

Último

%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 

Último (20)

%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptx
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the Situation
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 

Software process models shaukat wasi

  • 1. Software Process Models Spring 2020 Shaukat Wasi Some slides taken from Roddy
  • 2. Level 1 – Ad Hoc
  • 3. Code & Fix • The earliest approach • Write code • Fix it to eliminate any errors that have been detected, to enhance existing functionality, or to add new features • Source of difficulties and deficiencies – impossible to predict – impossible to manage
  • 4. Models are needed • Symptoms of inadequacy: the software crisis – scheduled time and cost exceeded – user expectations not met – poor quality • The size and economic value of software applications required appropriate "process models"
  • 5. Process model goals (B. Boehm 1988) “Determine the order of stages involved in software development and evolution, and to establish the transition criteria for progressing from one stage to the next. …. Thus a process model addresses the following software project questions: – What shall we do next? – How long shall we continue to do it?"
  • 6. Software Process Model Attempt to organize the software life cycle by • defining activities involved in software production • order of activities and their relationships Goals of a software process – standardization, predictability, productivity, high product quality, ability to plan time and budget requirements
  • 7. Software Process model with Umbrella Activities
  • 8. Choosing a Software Process Model
  • 9. Process as a "black box" Product Informal Requirements Process
  • 10. Process as a "white box" Product Informal Requirements Process feedback
  • 12. Waterfall model • Invented in the late 1950s for large air defense systems, popularized in the 1970s • They organize activities in a sequential flow • Exist in many variants, all sharing sequential flow style
  • 13.
  • 14. Critical evaluation of the waterfall model + software process subject to discipline, planning, and management + postpone implementation to after understanding objectives – linear, rigid, monolithic – no feedback – no parallelism – a single delivery date
  • 15. Problems with waterfall • Estimates made when limited knowledge available • Difficult to gather all requirements once and for all – users may not know what they want – requirements cannot be frozen
  • 16. Best Suited for:  Mission Critical Projects  No choice for errors  Well defined Requirements  NOT Time critical
  • 19. V and V Combined  Verification  In the concept of verification in the V-Model, static analysis technique is carried out without executing the code. This evaluation procedure is carried out at the time of development to check whether specific requirements will meet or not.  Validation  This concept of V-Model comprises of dynamic analysis practice (both functional as well as non-functional), and testing is done by code execution. The validation of a product is done once the development is complete for determining if the software meets up the customer hope needs.  So both verification and validation are combined and work in parallel to make the V-Model fully functional.
  • 21. Increment? • Increment refers to the quantifiable outcome of each iteration • Increment has the obvious implication that there should be more of something at the end of an iteration than there was at the start. • Incremental development is a staging and scheduling strategy ‘’in which the various parts of the system are developed at different times or rates, and integrated as they are completed.’’
  • 22. Iteration? • Iteration refers to the cyclic nature of a process in which activities are repeated in a structured manner. • Iterative development is a rework scheduling strategy ‘’in which time is set aside to revise and improve parts of the system.’’
  • 23. Iterative and incremental  Product vs Process: • Incremental fundamentally means add onto. Incremental development helps you improve your process. • Iterative fundamentally means re-do. Iterative development helps you improve your product. In Code: while ( project.isRunning() ) { project.bugsFixed++; project.featuresComplete++; }
  • 25. Incremental development • Rather than deliver the system as a single delivery, the development and delivery is broken down into increments with each increment delivering part of the required functionality • User requirements are prioritised and the highest priority requirements are included in early increments • Once the development of an increment is started, the requirements are frozen though requirements for later increments can continue to evolve
  • 27. Evolutionary Models  Iterative + Incremental  Usually a set of core product or system requirements is well understood, but the details and extension have yet to be defined.  It is iterative that enables you to develop increasingly more complete version of the software i.e. evolution of software.  Two Types: Prototyping and Spiral
  • 28.
  • 29.
  • 31. Spiral Model  Iterative (multiple passes over the circuits) + Incremental (Each circuit adds next level to development) + Risk Driven  Based on Water fall model (Same steps in sequence)  The first circuit in the clockwise direction might result in the product specification; subsequent passes  around the spiral might be used to develop a prototype and then progressively more sophisticated versions  of the software. Each pass results in adjustments to the project plan. Cost and schedule are adjusted based  on feedback. Also, the number of iterations will be adjusted by project manager.
  • 32. 3 Concerns on Evolutionary Processes 1. Planning is at Risk in prototyping model due to uncertain no: of cycles required to reach the final product. 2. Development speed is some what slow as the iterations need time to cover the improvements. Hence being too fast will bring the process to chaos and being too slow will effect the productivity. 3. High Quality VS Timely delivery tradeoff. Iterations do improve but to what extent iterations are to be added is a question.
  • 34. Unified Process Model (UPM)  Integrating two seemingly contradicting insights:  Definitive activities and deliverables as in the Waterfall Model.  Iterative and incremental processes.  A project is split into several phases:  Each phase is split into several iterations.  Each iteration consists of the traditional process activities, known as workflow.  Each workflow places different emphasis on the activities depending on the current iteration.
  • 35.
  • 39. Agile Manifesto “We are uncovering better ways of developing software by doing it and helping others do it. Through this work we have come to value: •Individuals and interactions over processes and tools •Working software over comprehensive documentation •Customer collaboration over contract negotiation •Responding to change over following a plan That is, while there is value in the items on the right, we value the items on the left more.” Kent Beck et al
  • 40. Scrum • Focus on software development without defining phases and workproducts, only focus on increments through sprints • “Getting things done” • Roles: – Scrum Master – Product Owner – Team member • Especially useful for experienced developers
  • 41. Scrum
  • 42. Scrum
  • 43. Kanban Similar to Scrum but Priority Based instead of Time Based
  • 46. Extreme Programming – Top Principles
  • 48. Selection criteria for lifecycle models
  • 51. Choosing a Software Process Model