SlideShare a Scribd company logo
Unleashed
Contents
 Rationale
 Existing categories
 Why
 About Agile
 Agile Mothodologies
 The chosen one
 What’s next
Categories of Dev. methods
 Code and Fix
 No process at all
 Development is chaotic and unplanned
 Serial
 Software processes are well defined and detailed
 Developers are expected to follow in serial manner
 Waterfall Process / Big design up front (BDUF)
 Quarter length releases
 Iterative
 Software processes are well defined and detailed
 Developers are expected to follow in an iterative manner
 Short release cycles – weeks / months
 Agile
 Software processes are defined at high-level
 People oriented approach
 Enables people to respond effectively to change
 Short release cycles – weeks / moths
Why…
 Who are we
 Small team of programmers without Designers, Tester or full time project
manager
 In most cases the requirements are general and not fully defined
 Why not Serial or Iterative methods
 Often development of small IT software for which full scale design is too time
consuming
 Usually short TTM (Time to market) needed
 Why and when yes Code and Fix
 For the really small project when first and in short period of time a prototype
needed as a POC (Proof of Concept)
 When only one developer involved
 Why and when yes Agile
 High-level design is needed to begin developing
 When several team-members involved in development
 First prototype release version can be quickly presented to the client
 Adaptive to changes in clients requirements as the projects developes
About Agile – WTF?
 "Agile Development" is an umbrella term for several iterative and
incremental software development methodologies. The most popular agile
methodologies include
 Extreme Programming (XP)
 Scrum
 Crystal Clear
 Dynamic Systems Development Method (DSDM)
 Lean Development
 Feature-Driven Development (FDD)
 While each of the agile methods is unique in its specific approach, they all
share a common vision and core value (Agile Manifesto)
 They all fundamentally incorporate
 Iteration and continuous feedback
 Lightweight
 Rapid and flexible respond to change
 All focus on empowering people to collaborate and make decisions together
quickly and effectively
About Agile – WTF?
About Agile - Characteristics
 Agile methods break tasks into small increments with minimal planning
 Iterations are short time frames that typically last from one to four weeks
 Each iteration involves a team working through a full software
development cycle
 Multiple iterations might be required to release a product or new features.
 Team members decide individually how to meet an iteration's
requirements
 Agile methods emphasize face-to-face communication over written
documents
 Each agile team will contain a customer representative which
available for developers to answer mid-iteration questions
 Most agile implementations use a routine and formal daily face-to-face
communication among team members (Stand-ups)
 TDD - Test Driven Development
Agile Methodologies - XP
 Intended to improve software quality and responsiveness to
changing customer requirements
 Frequent "releases" in short development cycles
 Improve productivity and introduce checkpoints where new
customer requirements can be adopted
 Elements of XP:
 Programming in pairs
 Extensive code review
 Unit testing
 Avoiding programming of features until they are needed
 Flat management structure
 Simplicity and clarity in code
 Expecting changes in customer requirements
 Frequent communication with the customer and among
programmers
Extreme Programming Model
Agile Methodologies -
Scrum A product owner creates a prioritized wish list called a product
backlog.
 During sprint planning, the team pulls a small chunk from the top of
that wishlist, a sprint backlog, and decides how to implement those
pieces.
 The team has a certain amount of time, a sprint, to complete its work -
usually two to four weeks - but meets each day to assess its progress
(daily scrum).
 Along the way, the ScrumMaster keeps the team focused on its goal.
 At the end of the sprint, the work should be potentially shippable, as in
ready to hand to a customer, put on a store shelf, or show to a stakeholder.
 The sprint ends with a sprint review and retrospective.
 As the next sprint begins, the team chooses another chunk of the product
backlog and begins working again.
Scrum cycle
Agile Methodologies –
Crystal Clear
 One of the most lightweight, adaptable approaches to
software development
 Actually a family of methodologies (Crystal Clear, Crystal
Yellow, Crystal Orange, etc.) whose unique characteristics
are driven by several factors such as team size, system
criticality, and project priorities
 addresses the realization that each project may require a
slightly tailored set of policies, practices, and processes in
order to meet the project’s unique characteristics.
 Several of the key tenets of Crystal include teamwork,
communication, and simplicity, as well as reflection to
frequently adjust and improve the process
Alistair Cockburn
Agile Methodologies - DSDM
 Dynamic Systems Development Method
 Iterative and incremental approach that embraces
principles of Agile development
 Fixes cost, quality and time
 Uses MoSCoW prioritisation (musts, shoulds, coulds and
won't haves) to meet the stated time constraint
DSDM - Model
Agile Methodologies –
Lean Development (Kanban)
 The term "kanban" is Japanese (看板), derived from roots which literally
translate as "visual board".
 Borrowed from the Toyota Production System, where it designates a system to
control the inventory levels of various parts. It is analogous to (and in fact
inspired by) cards placed behind products on supermarket shelves to signal
"out of stock" items and trigger a resupply "just in time".
 The Toyota system affords a precise accounting of inventory or "work in
process", and strives for a reduction of inventory levels, considered wasteful
and harmful to performance.
 Approach to continuous improvement which relies on visualizing the current
system of work scheduling, managing "flow" as the primary measure of
performance, and whole-system optimization - as a process improvement
approach, it does not prescribe any particular practices.
 can be considered first for efforts involving maintenance or ongoing evolution
(In particular of more than one products.
 The boards must have WIP (Work in Progress) limits
Kanban Board Example
Agile Methodologies - FDD
 Develop overall model
 High-level walkthrough of the scope of the system and its context
 Then detailed domain walkthroughs for each modeling area
 Then merge into an overall model
 Build feature list
 Feature list derived from the model above
 Plan by feature
 Produce development plan by deviding feature sets to chief
programmers
 Design by feature
 Design package for each feature (Description, referenced reqs.,
sequence diagrams, design alternatives, object model, task list)
 Hold design inspections
 Build by feature
 Code for the designs above
 After unit-tests and code inspections the completed feature is to
be promoted to the main build
What’s next?
Comparing Methodologies
Comparing Methodologies
Comparing Methodologies
StrengthsWeaknesses
XP
•Strong technical practices.
•Customer ownership of feature priority, developer ownership of
estimates.
•Frequent feedback opportunities.
•Most widely known and adopted approach, at least in the U.S.
•Requires onsite customer.
•Documentation primarily through verbal
communication and code. For some teams these are
the only artifacts created, others create minimal design
and user documentation.
•Difficult for new adopters to determine how to
accommodate architectural and design concerns.
Scrum
•Complements existing practices.
•Self organizing teams and feedback.
•Customer participation and steering.
•Priorities based on business value.
•Only approach here that has a certification process.
•Only provides project management support, other
disciplines are out of scope.
•Does not specify technical practices.
•Can take some time to get the business to provide
unique priorities for each requirement.
Lean
•Complements existing practices.
•Focuses on project ROI.
•Eliminates all project waste.
•Cross-functional teams.
•Does not specify technical practices.
•Requires constant gathering of metrics which may be
difficult for some environments to accommodate.
•Theory of Constraints can be a complex and difficult
aspect to adopt.
FDD
•Supports multiple teams working in parallel.
•All aspects of a project tracked by feature.
•Design by feature and build by feature aspects are easy to
understand and adopt.
•Scales to large teams or projects well.
•Promotes individual code ownership as opposed to
shared/team ownership.
•Iterations are not as well defined by the process as
other Agile methodologies.
•The model-centric aspects can have huge impacts
when working on existing systems that have no
models.
Comparing Methodologies
StrengthsWeaknesses
AUP
•Robust methodology with many artifacts and disciplines to
choose from.
•Scales up very well.
•Documentation helps communicate in distributed environments.
•Priorities set based on highest risk. Risk can be a business or
technical risk.
•Higher levels of ceremony may be a hindrance in
smaller projects.
•Minimal attention to team dynamics.
•Documentation is much more formal than most
approaches mentioned here.
Crystal
•Family of methodologies designed to scale by project size and
criticality.
•Only methodology that specifically accounts for life critical
projects.
•As project size grows, cross-functional teams are utilized to
ensure consistency.
•The "human" component has been considered for every aspect
of the project support structure.
•An emphasis on testing is so strong that at least one tester is
expected to be on each project team.
•Expects all team members to be co-located. May not
work well for distributed teams.
•Adjustments are required from one project
size/structure to another in order to follow the
prescribed flavor of Crystal for that project
size/criticality.
•Moving from one flavor of Crystal to another in mid
project doesn't work, as Crystal was not designed to
be upward or downward compatible.
DSDM
•An emphasis on testing is so strong that at least one tester is
expected to be on each project team.
•Designed from the ground up by business people, so business
value is identified and expected to be the highest priority
deliverable.
•Has specific approach to determining how important each
requirement is to an iteration.
•Sets stakeholder expectations from the start of the project that
not all requirements will make it into the final deliverable.
•Probably the most heavyweight project compared in
this survey.
•Expects continuous user involvement.
•Defines several artifacts and work products for each
phase of the project; heavier documentation.
•Access to material is controlled by a Consortium, and
fees may be charged just to access the reference
material.
Scrum vs XP
 Scrum and Extreme Programming (XP) are definitely very
aligned:
 Short iterations
 Customer involvement
 Daily stand-up meetings
 The main conceptual differences
 scrum emphasizes the management side of a project and does not
define a detail engineering practice. XP specify the software
engineering practices such as test-driven development, refactoring,
pair programming, simple design, etc.
 Scrum does not allow requirements changes during the sprint
whilst XP supports any change at any stage.
 Most recommendations are to start with Scrum and as the teem
advances and gains agile experience – adopt practices from XP
 So…….
Scrum - Defined
 Roles
 Product owner: responsible for the business value of the project
 Scrum Master: ensures that the team is functional and productive
 Team: self-organizes to get the work done
 Artifacts
 Product backlog: prioritized list of desired project outcomes/features
 Sprint backlog: set of work from the product backlog that the team agrees to
complete in a sprint, broken into tasks
 Burndown chart: at-a-glance look at the work remaining (can have two charts: one
for the sprint and one for the overall project)
 Ceremonies
 Sprint planning: the team meets with the product owner to choose a set of work to
deliver during a sprint
 Daily scrum: the team meets each day to share struggles and progress (15 minutes)
 Sprint reviews: the team demonstrates to the product owner what it has completed
during the sprint
 Sprint retrospectives: the team looks for ways to improve the product and the
process.
Scrum – Order of things
Plan the project
 Build the project backlog
 Technical and learning tasks are also
part of the backlog (i.e explore
.net 4 cababilities, create the
development environment …)
 Determine team velocity – How many story points can be completed in one
iteration (sprint)
 Establish the release plan –
 Group user stories in groups that provide a releasable version
 Determine in which sprints those user stories will be completed
 Prepare for the first sprint – prepare the product backlog
 Break the user stories down into smaller stories
 Provide details about the user stories that the team will need to break the
stories down into tasks.
Backlog Example2
Scrum – Order of things
Plan a Sprint
 Sprint planning meeting - Team commits to completing the chosen
items from the backlog
 Choose user stories to be implemented in the sprint
 Tasks
 Identify the tasks
 Evaluate each task (hours)
Scrum – Order of things
Run a Sprint
 Complete selected user stories
 The sprint is of constant length – 2 to 4
weeks, the length of the sprint cannot be
changed
 Track sprint progress – burndown report
 Finish the sprint
 Make sure user stories completed
 After the customer review,
the team will hold a retrospective meeting to
improve the process
Scrum – Order of things
Track the project
 As sprints are advancing, customers develop a better
understanding of their remaining needs, and changes
in the backlog will happen.
 Prepare for the next sprint
 Update the user stories and their priorities as customers'
needs change.
 Break down user stories that are likely to be
implemented in the next sprint.
Scrum – Order of things
Track the project
 Track Release Progress
 As the project proceeds from sprint to sprint, your team
will track the overall progress toward the next release
 Finish the Release
 Hold review retrospective meetings with the customer
to examine the process
So what’s in our case
 Mercury Rod
 User stories exist
 Build the backlog
 Project planning meeting scheduled next week (Backlog
review, understand priorities, Estimate cost)
 Sprint planning meeting the on the next 2 days (Build
sprint backlog – including tasks)
 Will use visual studio ALM to manage the project
 DOCUMENT YOUT CODE
The END…..
Ponders
 Architectural aspects – in the backlog?
 Backlog examples
 Prepare the working environment
 Continuous integration
 Acceptance tests – Gute
 Multiple tasks management
 Code Reviews
Ad

More Related Content

What's hot (20)

The 12 Agile Principles
The 12 Agile PrinciplesThe 12 Agile Principles
The 12 Agile Principles
Agile201
 
Agile Methodology ppt
Agile Methodology pptAgile Methodology ppt
Agile Methodology ppt
OECLIB Odisha Electronics Control Library
 
Overview of Agile Methodology
Overview of Agile MethodologyOverview of Agile Methodology
Overview of Agile Methodology
Haresh Karkar
 
Agile-overview: Agile Manifesto, Agile principles and Agile Methodologies
Agile-overview: Agile Manifesto, Agile principles and Agile MethodologiesAgile-overview: Agile Manifesto, Agile principles and Agile Methodologies
Agile-overview: Agile Manifesto, Agile principles and Agile Methodologies
Balaji Sathram
 
Scrum 101: Introduction to Scrum
Scrum 101: Introduction to ScrumScrum 101: Introduction to Scrum
Scrum 101: Introduction to Scrum
Arrielle Mali
 
Kanban introduction
Kanban introductionKanban introduction
Kanban introduction
Ahmed Hammad
 
Agile scrum fundamentals
Agile scrum fundamentalsAgile scrum fundamentals
Agile scrum fundamentals
Deniz Gungor
 
Agile presentation
Agile presentationAgile presentation
Agile presentation
infolock
 
Agile Software Development Overview
Agile Software Development OverviewAgile Software Development Overview
Agile Software Development Overview
sunilkumar_
 
Spm tutorials
Spm tutorialsSpm tutorials
Spm tutorials
Vinod Kumar
 
Agile Methodology
Agile MethodologyAgile Methodology
Agile Methodology
Sapna Sood
 
Advantages and disadvantages of Agile approach for products and services deve...
Advantages and disadvantages of Agile approach for products and services deve...Advantages and disadvantages of Agile approach for products and services deve...
Advantages and disadvantages of Agile approach for products and services deve...
Svetlana Mukhina ICP, -ATF, -BVA, - ACC, PSM I, CSPO
 
Waterfall vs Agile : A Beginner's Guide in Project Management
Waterfall vs Agile : A Beginner's Guide in Project ManagementWaterfall vs Agile : A Beginner's Guide in Project Management
Waterfall vs Agile : A Beginner's Guide in Project Management
Jonathan Donado
 
What is agile model?Working of agile model
What is agile model?Working of agile modelWhat is agile model?Working of agile model
What is agile model?Working of agile model
zoomers
 
Agile Methodology and Tools
Agile Methodology and ToolsAgile Methodology and Tools
Agile Methodology and Tools
Naresh Gajuveni
 
Agile methodology
Agile methodologyAgile methodology
Agile methodology
Tyler Rose
 
Agile Software Development
Agile Software DevelopmentAgile Software Development
Agile Software Development
Dr. Tathagat Varma
 
Agile Methodology in Software Development
Agile Methodology in Software DevelopmentAgile Methodology in Software Development
Agile Methodology in Software Development
Raghav Seth
 
Scrum 101
Scrum 101 Scrum 101
Scrum 101
Ozgur Ertem
 
Rapid Application Development Model
Rapid Application Development ModelRapid Application Development Model
Rapid Application Development Model
Damian T. Gordon
 
The 12 Agile Principles
The 12 Agile PrinciplesThe 12 Agile Principles
The 12 Agile Principles
Agile201
 
Overview of Agile Methodology
Overview of Agile MethodologyOverview of Agile Methodology
Overview of Agile Methodology
Haresh Karkar
 
Agile-overview: Agile Manifesto, Agile principles and Agile Methodologies
Agile-overview: Agile Manifesto, Agile principles and Agile MethodologiesAgile-overview: Agile Manifesto, Agile principles and Agile Methodologies
Agile-overview: Agile Manifesto, Agile principles and Agile Methodologies
Balaji Sathram
 
Scrum 101: Introduction to Scrum
Scrum 101: Introduction to ScrumScrum 101: Introduction to Scrum
Scrum 101: Introduction to Scrum
Arrielle Mali
 
Kanban introduction
Kanban introductionKanban introduction
Kanban introduction
Ahmed Hammad
 
Agile scrum fundamentals
Agile scrum fundamentalsAgile scrum fundamentals
Agile scrum fundamentals
Deniz Gungor
 
Agile presentation
Agile presentationAgile presentation
Agile presentation
infolock
 
Agile Software Development Overview
Agile Software Development OverviewAgile Software Development Overview
Agile Software Development Overview
sunilkumar_
 
Agile Methodology
Agile MethodologyAgile Methodology
Agile Methodology
Sapna Sood
 
Waterfall vs Agile : A Beginner's Guide in Project Management
Waterfall vs Agile : A Beginner's Guide in Project ManagementWaterfall vs Agile : A Beginner's Guide in Project Management
Waterfall vs Agile : A Beginner's Guide in Project Management
Jonathan Donado
 
What is agile model?Working of agile model
What is agile model?Working of agile modelWhat is agile model?Working of agile model
What is agile model?Working of agile model
zoomers
 
Agile Methodology and Tools
Agile Methodology and ToolsAgile Methodology and Tools
Agile Methodology and Tools
Naresh Gajuveni
 
Agile methodology
Agile methodologyAgile methodology
Agile methodology
Tyler Rose
 
Agile Methodology in Software Development
Agile Methodology in Software DevelopmentAgile Methodology in Software Development
Agile Methodology in Software Development
Raghav Seth
 
Rapid Application Development Model
Rapid Application Development ModelRapid Application Development Model
Rapid Application Development Model
Damian T. Gordon
 

Viewers also liked (20)

Kanban VS Scrum
Kanban VS ScrumKanban VS Scrum
Kanban VS Scrum
Mikalai Alimenkou
 
Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)
Compare Infobase Limited
 
Being a Professional Software Developer
Being a Professional Software DeveloperBeing a Professional Software Developer
Being a Professional Software Developer
Anton Keks
 
Introducing Scrum a Collaboration Game
Introducing Scrum a Collaboration GameIntroducing Scrum a Collaboration Game
Introducing Scrum a Collaboration Game
Agile ME
 
Agile Methology Seminar Report
Agile Methology Seminar ReportAgile Methology Seminar Report
Agile Methology Seminar Report
Mohit Kumar
 
Agile methodologies in_project_management
Agile methodologies in_project_managementAgile methodologies in_project_management
Agile methodologies in_project_management
Pravin Asar
 
Agile Games - Playful approaches to agile principles
Agile Games - Playful approaches to agile principlesAgile Games - Playful approaches to agile principles
Agile Games - Playful approaches to agile principles
Robert Misch
 
Project Management Methodology
Project Management MethodologyProject Management Methodology
Project Management Methodology
Mohammed Al-Taee
 
Comparison Of Methodologies
Comparison Of MethodologiesComparison Of Methodologies
Comparison Of Methodologies
guestc990b6
 
Waterfall vs agile approach scrum framework and best practices in software d...
Waterfall vs agile approach  scrum framework and best practices in software d...Waterfall vs agile approach  scrum framework and best practices in software d...
Waterfall vs agile approach scrum framework and best practices in software d...
Tayfun Bilsel
 
Software Development Process
Software Development ProcessSoftware Development Process
Software Development Process
Amira Elsayed Ismail
 
System Development Life Cycle (SDLC)
System Development Life Cycle (SDLC)System Development Life Cycle (SDLC)
System Development Life Cycle (SDLC)
fentrekin
 
Lean Software Development Principles
Lean Software Development PrinciplesLean Software Development Principles
Lean Software Development Principles
John Vajda
 
Marketing mix development
Marketing mix developmentMarketing mix development
Marketing mix development
ugik sugiharto
 
Useful argumentative essay words and phrases
Useful argumentative essay words and phrasesUseful argumentative essay words and phrases
Useful argumentative essay words and phrases
englishbites
 
List of Software Development Model and Methods
List of Software Development Model and MethodsList of Software Development Model and Methods
List of Software Development Model and Methods
Riant Soft
 
Agile Software Development Overview
Agile Software Development OverviewAgile Software Development Overview
Agile Software Development Overview
Stewart Rogers
 
6 basic steps of software development process
6 basic steps of software development process6 basic steps of software development process
6 basic steps of software development process
Riant Soft
 
Project management
Project managementProject management
Project management
Satish Yadavalli
 
Introduction To Software Engineering
Introduction To Software EngineeringIntroduction To Software Engineering
Introduction To Software Engineering
Leyla Bonilla
 
Being a Professional Software Developer
Being a Professional Software DeveloperBeing a Professional Software Developer
Being a Professional Software Developer
Anton Keks
 
Introducing Scrum a Collaboration Game
Introducing Scrum a Collaboration GameIntroducing Scrum a Collaboration Game
Introducing Scrum a Collaboration Game
Agile ME
 
Agile Methology Seminar Report
Agile Methology Seminar ReportAgile Methology Seminar Report
Agile Methology Seminar Report
Mohit Kumar
 
Agile methodologies in_project_management
Agile methodologies in_project_managementAgile methodologies in_project_management
Agile methodologies in_project_management
Pravin Asar
 
Agile Games - Playful approaches to agile principles
Agile Games - Playful approaches to agile principlesAgile Games - Playful approaches to agile principles
Agile Games - Playful approaches to agile principles
Robert Misch
 
Project Management Methodology
Project Management MethodologyProject Management Methodology
Project Management Methodology
Mohammed Al-Taee
 
Comparison Of Methodologies
Comparison Of MethodologiesComparison Of Methodologies
Comparison Of Methodologies
guestc990b6
 
Waterfall vs agile approach scrum framework and best practices in software d...
Waterfall vs agile approach  scrum framework and best practices in software d...Waterfall vs agile approach  scrum framework and best practices in software d...
Waterfall vs agile approach scrum framework and best practices in software d...
Tayfun Bilsel
 
System Development Life Cycle (SDLC)
System Development Life Cycle (SDLC)System Development Life Cycle (SDLC)
System Development Life Cycle (SDLC)
fentrekin
 
Lean Software Development Principles
Lean Software Development PrinciplesLean Software Development Principles
Lean Software Development Principles
John Vajda
 
Marketing mix development
Marketing mix developmentMarketing mix development
Marketing mix development
ugik sugiharto
 
Useful argumentative essay words and phrases
Useful argumentative essay words and phrasesUseful argumentative essay words and phrases
Useful argumentative essay words and phrases
englishbites
 
List of Software Development Model and Methods
List of Software Development Model and MethodsList of Software Development Model and Methods
List of Software Development Model and Methods
Riant Soft
 
Agile Software Development Overview
Agile Software Development OverviewAgile Software Development Overview
Agile Software Development Overview
Stewart Rogers
 
6 basic steps of software development process
6 basic steps of software development process6 basic steps of software development process
6 basic steps of software development process
Riant Soft
 
Introduction To Software Engineering
Introduction To Software EngineeringIntroduction To Software Engineering
Introduction To Software Engineering
Leyla Bonilla
 
Ad

Similar to Agile Development unleashed (20)

Introduction to Software Engineering
Introduction to Software EngineeringIntroduction to Software Engineering
Introduction to Software Engineering
Saqib Raza
 
Agile Methodology - Software Engineering
Agile Methodology - Software EngineeringAgile Methodology - Software Engineering
Agile Methodology - Software Engineering
Purvik Rana
 
Agile Development Overview
Agile Development OverviewAgile Development Overview
Agile Development Overview
Mark Kovacevich
 
Agile Development Overview
Agile Development OverviewAgile Development Overview
Agile Development Overview
guestb4c770
 
Software engineering MODULE3__Agile.pptx
Software engineering MODULE3__Agile.pptxSoftware engineering MODULE3__Agile.pptx
Software engineering MODULE3__Agile.pptx
ssuser2801af1
 
Fundamentals of Agile
Fundamentals of AgileFundamentals of Agile
Fundamentals of Agile
Zülfikar Karakaya
 
Lect7
Lect7Lect7
Lect7
Sulman Ahmed
 
Lect7
Lect7Lect7
Lect7
Sulman Ahmed
 
agile modeling in project management.pptx
agile modeling in project management.pptxagile modeling in project management.pptx
agile modeling in project management.pptx
RahatUllah55
 
Agile project management using scrum
Agile project management using scrumAgile project management using scrum
Agile project management using scrum
PrudentialSolutions
 
Changing landscape of software project management
Changing landscape of software project managementChanging landscape of software project management
Changing landscape of software project management
Pramesh Vaidya
 
devops notes.docx LECTURE NOTE S OF 2025
devops notes.docx LECTURE NOTE S OF 2025devops notes.docx LECTURE NOTE S OF 2025
devops notes.docx LECTURE NOTE S OF 2025
alekyachowdarykonaka
 
L5555555555555555555555 Agile Scrum Framework.pdf
L5555555555555555555555 Agile Scrum Framework.pdfL5555555555555555555555 Agile Scrum Framework.pdf
L5555555555555555555555 Agile Scrum Framework.pdf
rahulprasad894389
 
Lect3
Lect3Lect3
Lect3
Sulman Ahmed
 
Unit_1_Agile development.pdf about the script of software
Unit_1_Agile development.pdf about the script of softwareUnit_1_Agile development.pdf about the script of software
Unit_1_Agile development.pdf about the script of software
zeelp3114
 
CAI - Agile Scrum Development Presentation
CAI - Agile Scrum Development PresentationCAI - Agile Scrum Development Presentation
CAI - Agile Scrum Development Presentation
deyoepw
 
Software Development Process Models (SCRUM Methodology)
Software Development Process Models (SCRUM Methodology)Software Development Process Models (SCRUM Methodology)
Software Development Process Models (SCRUM Methodology)
Muhammad Ahmed
 
Project Requriement Management Vs Agile software development
Project Requriement Management Vs  Agile software developmentProject Requriement Management Vs  Agile software development
Project Requriement Management Vs Agile software development
bizpresenter
 
Agile Software Development in Bachelor of Computer Applications.ppt
Agile Software Development in Bachelor of Computer Applications.pptAgile Software Development in Bachelor of Computer Applications.ppt
Agile Software Development in Bachelor of Computer Applications.ppt
JASVEERSINGHVU21CSCI
 
Scrum and Agile SDLC 101
Scrum and Agile SDLC 101Scrum and Agile SDLC 101
Scrum and Agile SDLC 101
Aniruddha Ray (Ani)
 
Introduction to Software Engineering
Introduction to Software EngineeringIntroduction to Software Engineering
Introduction to Software Engineering
Saqib Raza
 
Agile Methodology - Software Engineering
Agile Methodology - Software EngineeringAgile Methodology - Software Engineering
Agile Methodology - Software Engineering
Purvik Rana
 
Agile Development Overview
Agile Development OverviewAgile Development Overview
Agile Development Overview
Mark Kovacevich
 
Agile Development Overview
Agile Development OverviewAgile Development Overview
Agile Development Overview
guestb4c770
 
Software engineering MODULE3__Agile.pptx
Software engineering MODULE3__Agile.pptxSoftware engineering MODULE3__Agile.pptx
Software engineering MODULE3__Agile.pptx
ssuser2801af1
 
agile modeling in project management.pptx
agile modeling in project management.pptxagile modeling in project management.pptx
agile modeling in project management.pptx
RahatUllah55
 
Agile project management using scrum
Agile project management using scrumAgile project management using scrum
Agile project management using scrum
PrudentialSolutions
 
Changing landscape of software project management
Changing landscape of software project managementChanging landscape of software project management
Changing landscape of software project management
Pramesh Vaidya
 
devops notes.docx LECTURE NOTE S OF 2025
devops notes.docx LECTURE NOTE S OF 2025devops notes.docx LECTURE NOTE S OF 2025
devops notes.docx LECTURE NOTE S OF 2025
alekyachowdarykonaka
 
L5555555555555555555555 Agile Scrum Framework.pdf
L5555555555555555555555 Agile Scrum Framework.pdfL5555555555555555555555 Agile Scrum Framework.pdf
L5555555555555555555555 Agile Scrum Framework.pdf
rahulprasad894389
 
Unit_1_Agile development.pdf about the script of software
Unit_1_Agile development.pdf about the script of softwareUnit_1_Agile development.pdf about the script of software
Unit_1_Agile development.pdf about the script of software
zeelp3114
 
CAI - Agile Scrum Development Presentation
CAI - Agile Scrum Development PresentationCAI - Agile Scrum Development Presentation
CAI - Agile Scrum Development Presentation
deyoepw
 
Software Development Process Models (SCRUM Methodology)
Software Development Process Models (SCRUM Methodology)Software Development Process Models (SCRUM Methodology)
Software Development Process Models (SCRUM Methodology)
Muhammad Ahmed
 
Project Requriement Management Vs Agile software development
Project Requriement Management Vs  Agile software developmentProject Requriement Management Vs  Agile software development
Project Requriement Management Vs Agile software development
bizpresenter
 
Agile Software Development in Bachelor of Computer Applications.ppt
Agile Software Development in Bachelor of Computer Applications.pptAgile Software Development in Bachelor of Computer Applications.ppt
Agile Software Development in Bachelor of Computer Applications.ppt
JASVEERSINGHVU21CSCI
 
Ad

Recently uploaded (20)

Adobe Lightroom Classic Crack FREE Latest link 2025
Adobe Lightroom Classic Crack FREE Latest link 2025Adobe Lightroom Classic Crack FREE Latest link 2025
Adobe Lightroom Classic Crack FREE Latest link 2025
kashifyounis067
 
Adobe Illustrator Crack FREE Download 2025 Latest Version
Adobe Illustrator Crack FREE Download 2025 Latest VersionAdobe Illustrator Crack FREE Download 2025 Latest Version
Adobe Illustrator Crack FREE Download 2025 Latest Version
kashifyounis067
 
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Dele Amefo
 
Scaling GraphRAG: Efficient Knowledge Retrieval for Enterprise AI
Scaling GraphRAG:  Efficient Knowledge Retrieval for Enterprise AIScaling GraphRAG:  Efficient Knowledge Retrieval for Enterprise AI
Scaling GraphRAG: Efficient Knowledge Retrieval for Enterprise AI
danshalev
 
PDF Reader Pro Crack Latest Version FREE Download 2025
PDF Reader Pro Crack Latest Version FREE Download 2025PDF Reader Pro Crack Latest Version FREE Download 2025
PDF Reader Pro Crack Latest Version FREE Download 2025
mu394968
 
Download YouTube By Click 2025 Free Full Activated
Download YouTube By Click 2025 Free Full ActivatedDownload YouTube By Click 2025 Free Full Activated
Download YouTube By Click 2025 Free Full Activated
saniamalik72555
 
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Ranjan Baisak
 
Exploring Wayland: A Modern Display Server for the Future
Exploring Wayland: A Modern Display Server for the FutureExploring Wayland: A Modern Display Server for the Future
Exploring Wayland: A Modern Display Server for the Future
ICS
 
Meet the Agents: How AI Is Learning to Think, Plan, and Collaborate
Meet the Agents: How AI Is Learning to Think, Plan, and CollaborateMeet the Agents: How AI Is Learning to Think, Plan, and Collaborate
Meet the Agents: How AI Is Learning to Think, Plan, and Collaborate
Maxim Salnikov
 
F-Secure Freedome VPN 2025 Crack Plus Activation New Version
F-Secure Freedome VPN 2025 Crack Plus Activation  New VersionF-Secure Freedome VPN 2025 Crack Plus Activation  New Version
F-Secure Freedome VPN 2025 Crack Plus Activation New Version
saimabibi60507
 
How to Optimize Your AWS Environment for Improved Cloud Performance
How to Optimize Your AWS Environment for Improved Cloud PerformanceHow to Optimize Your AWS Environment for Improved Cloud Performance
How to Optimize Your AWS Environment for Improved Cloud Performance
ThousandEyes
 
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdfMicrosoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
TechSoup
 
Societal challenges of AI: biases, multilinguism and sustainability
Societal challenges of AI: biases, multilinguism and sustainabilitySocietal challenges of AI: biases, multilinguism and sustainability
Societal challenges of AI: biases, multilinguism and sustainability
Jordi Cabot
 
Not So Common Memory Leaks in Java Webinar
Not So Common Memory Leaks in Java WebinarNot So Common Memory Leaks in Java Webinar
Not So Common Memory Leaks in Java Webinar
Tier1 app
 
Avast Premium Security Crack FREE Latest Version 2025
Avast Premium Security Crack FREE Latest Version 2025Avast Premium Security Crack FREE Latest Version 2025
Avast Premium Security Crack FREE Latest Version 2025
mu394968
 
How Valletta helped healthcare SaaS to transform QA and compliance to grow wi...
How Valletta helped healthcare SaaS to transform QA and compliance to grow wi...How Valletta helped healthcare SaaS to transform QA and compliance to grow wi...
How Valletta helped healthcare SaaS to transform QA and compliance to grow wi...
Egor Kaleynik
 
The Significance of Hardware in Information Systems.pdf
The Significance of Hardware in Information Systems.pdfThe Significance of Hardware in Information Systems.pdf
The Significance of Hardware in Information Systems.pdf
drewplanas10
 
What Do Contribution Guidelines Say About Software Testing? (MSR 2025)
What Do Contribution Guidelines Say About Software Testing? (MSR 2025)What Do Contribution Guidelines Say About Software Testing? (MSR 2025)
What Do Contribution Guidelines Say About Software Testing? (MSR 2025)
Andre Hora
 
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage DashboardsAdobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
BradBedford3
 
Adobe Master Collection CC Crack Advance Version 2025
Adobe Master Collection CC Crack Advance Version 2025Adobe Master Collection CC Crack Advance Version 2025
Adobe Master Collection CC Crack Advance Version 2025
kashifyounis067
 
Adobe Lightroom Classic Crack FREE Latest link 2025
Adobe Lightroom Classic Crack FREE Latest link 2025Adobe Lightroom Classic Crack FREE Latest link 2025
Adobe Lightroom Classic Crack FREE Latest link 2025
kashifyounis067
 
Adobe Illustrator Crack FREE Download 2025 Latest Version
Adobe Illustrator Crack FREE Download 2025 Latest VersionAdobe Illustrator Crack FREE Download 2025 Latest Version
Adobe Illustrator Crack FREE Download 2025 Latest Version
kashifyounis067
 
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Dele Amefo
 
Scaling GraphRAG: Efficient Knowledge Retrieval for Enterprise AI
Scaling GraphRAG:  Efficient Knowledge Retrieval for Enterprise AIScaling GraphRAG:  Efficient Knowledge Retrieval for Enterprise AI
Scaling GraphRAG: Efficient Knowledge Retrieval for Enterprise AI
danshalev
 
PDF Reader Pro Crack Latest Version FREE Download 2025
PDF Reader Pro Crack Latest Version FREE Download 2025PDF Reader Pro Crack Latest Version FREE Download 2025
PDF Reader Pro Crack Latest Version FREE Download 2025
mu394968
 
Download YouTube By Click 2025 Free Full Activated
Download YouTube By Click 2025 Free Full ActivatedDownload YouTube By Click 2025 Free Full Activated
Download YouTube By Click 2025 Free Full Activated
saniamalik72555
 
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Ranjan Baisak
 
Exploring Wayland: A Modern Display Server for the Future
Exploring Wayland: A Modern Display Server for the FutureExploring Wayland: A Modern Display Server for the Future
Exploring Wayland: A Modern Display Server for the Future
ICS
 
Meet the Agents: How AI Is Learning to Think, Plan, and Collaborate
Meet the Agents: How AI Is Learning to Think, Plan, and CollaborateMeet the Agents: How AI Is Learning to Think, Plan, and Collaborate
Meet the Agents: How AI Is Learning to Think, Plan, and Collaborate
Maxim Salnikov
 
F-Secure Freedome VPN 2025 Crack Plus Activation New Version
F-Secure Freedome VPN 2025 Crack Plus Activation  New VersionF-Secure Freedome VPN 2025 Crack Plus Activation  New Version
F-Secure Freedome VPN 2025 Crack Plus Activation New Version
saimabibi60507
 
How to Optimize Your AWS Environment for Improved Cloud Performance
How to Optimize Your AWS Environment for Improved Cloud PerformanceHow to Optimize Your AWS Environment for Improved Cloud Performance
How to Optimize Your AWS Environment for Improved Cloud Performance
ThousandEyes
 
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdfMicrosoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
TechSoup
 
Societal challenges of AI: biases, multilinguism and sustainability
Societal challenges of AI: biases, multilinguism and sustainabilitySocietal challenges of AI: biases, multilinguism and sustainability
Societal challenges of AI: biases, multilinguism and sustainability
Jordi Cabot
 
Not So Common Memory Leaks in Java Webinar
Not So Common Memory Leaks in Java WebinarNot So Common Memory Leaks in Java Webinar
Not So Common Memory Leaks in Java Webinar
Tier1 app
 
Avast Premium Security Crack FREE Latest Version 2025
Avast Premium Security Crack FREE Latest Version 2025Avast Premium Security Crack FREE Latest Version 2025
Avast Premium Security Crack FREE Latest Version 2025
mu394968
 
How Valletta helped healthcare SaaS to transform QA and compliance to grow wi...
How Valletta helped healthcare SaaS to transform QA and compliance to grow wi...How Valletta helped healthcare SaaS to transform QA and compliance to grow wi...
How Valletta helped healthcare SaaS to transform QA and compliance to grow wi...
Egor Kaleynik
 
The Significance of Hardware in Information Systems.pdf
The Significance of Hardware in Information Systems.pdfThe Significance of Hardware in Information Systems.pdf
The Significance of Hardware in Information Systems.pdf
drewplanas10
 
What Do Contribution Guidelines Say About Software Testing? (MSR 2025)
What Do Contribution Guidelines Say About Software Testing? (MSR 2025)What Do Contribution Guidelines Say About Software Testing? (MSR 2025)
What Do Contribution Guidelines Say About Software Testing? (MSR 2025)
Andre Hora
 
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage DashboardsAdobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
BradBedford3
 
Adobe Master Collection CC Crack Advance Version 2025
Adobe Master Collection CC Crack Advance Version 2025Adobe Master Collection CC Crack Advance Version 2025
Adobe Master Collection CC Crack Advance Version 2025
kashifyounis067
 

Agile Development unleashed

  • 2. Contents  Rationale  Existing categories  Why  About Agile  Agile Mothodologies  The chosen one  What’s next
  • 3. Categories of Dev. methods  Code and Fix  No process at all  Development is chaotic and unplanned  Serial  Software processes are well defined and detailed  Developers are expected to follow in serial manner  Waterfall Process / Big design up front (BDUF)  Quarter length releases  Iterative  Software processes are well defined and detailed  Developers are expected to follow in an iterative manner  Short release cycles – weeks / months  Agile  Software processes are defined at high-level  People oriented approach  Enables people to respond effectively to change  Short release cycles – weeks / moths
  • 4. Why…  Who are we  Small team of programmers without Designers, Tester or full time project manager  In most cases the requirements are general and not fully defined  Why not Serial or Iterative methods  Often development of small IT software for which full scale design is too time consuming  Usually short TTM (Time to market) needed  Why and when yes Code and Fix  For the really small project when first and in short period of time a prototype needed as a POC (Proof of Concept)  When only one developer involved  Why and when yes Agile  High-level design is needed to begin developing  When several team-members involved in development  First prototype release version can be quickly presented to the client  Adaptive to changes in clients requirements as the projects developes
  • 5. About Agile – WTF?  "Agile Development" is an umbrella term for several iterative and incremental software development methodologies. The most popular agile methodologies include  Extreme Programming (XP)  Scrum  Crystal Clear  Dynamic Systems Development Method (DSDM)  Lean Development  Feature-Driven Development (FDD)  While each of the agile methods is unique in its specific approach, they all share a common vision and core value (Agile Manifesto)  They all fundamentally incorporate  Iteration and continuous feedback  Lightweight  Rapid and flexible respond to change  All focus on empowering people to collaborate and make decisions together quickly and effectively
  • 7. About Agile - Characteristics  Agile methods break tasks into small increments with minimal planning  Iterations are short time frames that typically last from one to four weeks  Each iteration involves a team working through a full software development cycle  Multiple iterations might be required to release a product or new features.  Team members decide individually how to meet an iteration's requirements  Agile methods emphasize face-to-face communication over written documents  Each agile team will contain a customer representative which available for developers to answer mid-iteration questions  Most agile implementations use a routine and formal daily face-to-face communication among team members (Stand-ups)  TDD - Test Driven Development
  • 8. Agile Methodologies - XP  Intended to improve software quality and responsiveness to changing customer requirements  Frequent "releases" in short development cycles  Improve productivity and introduce checkpoints where new customer requirements can be adopted  Elements of XP:  Programming in pairs  Extensive code review  Unit testing  Avoiding programming of features until they are needed  Flat management structure  Simplicity and clarity in code  Expecting changes in customer requirements  Frequent communication with the customer and among programmers
  • 10. Agile Methodologies - Scrum A product owner creates a prioritized wish list called a product backlog.  During sprint planning, the team pulls a small chunk from the top of that wishlist, a sprint backlog, and decides how to implement those pieces.  The team has a certain amount of time, a sprint, to complete its work - usually two to four weeks - but meets each day to assess its progress (daily scrum).  Along the way, the ScrumMaster keeps the team focused on its goal.  At the end of the sprint, the work should be potentially shippable, as in ready to hand to a customer, put on a store shelf, or show to a stakeholder.  The sprint ends with a sprint review and retrospective.  As the next sprint begins, the team chooses another chunk of the product backlog and begins working again.
  • 12. Agile Methodologies – Crystal Clear  One of the most lightweight, adaptable approaches to software development  Actually a family of methodologies (Crystal Clear, Crystal Yellow, Crystal Orange, etc.) whose unique characteristics are driven by several factors such as team size, system criticality, and project priorities  addresses the realization that each project may require a slightly tailored set of policies, practices, and processes in order to meet the project’s unique characteristics.  Several of the key tenets of Crystal include teamwork, communication, and simplicity, as well as reflection to frequently adjust and improve the process Alistair Cockburn
  • 13. Agile Methodologies - DSDM  Dynamic Systems Development Method  Iterative and incremental approach that embraces principles of Agile development  Fixes cost, quality and time  Uses MoSCoW prioritisation (musts, shoulds, coulds and won't haves) to meet the stated time constraint
  • 15. Agile Methodologies – Lean Development (Kanban)  The term "kanban" is Japanese (看板), derived from roots which literally translate as "visual board".  Borrowed from the Toyota Production System, where it designates a system to control the inventory levels of various parts. It is analogous to (and in fact inspired by) cards placed behind products on supermarket shelves to signal "out of stock" items and trigger a resupply "just in time".  The Toyota system affords a precise accounting of inventory or "work in process", and strives for a reduction of inventory levels, considered wasteful and harmful to performance.  Approach to continuous improvement which relies on visualizing the current system of work scheduling, managing "flow" as the primary measure of performance, and whole-system optimization - as a process improvement approach, it does not prescribe any particular practices.  can be considered first for efforts involving maintenance or ongoing evolution (In particular of more than one products.  The boards must have WIP (Work in Progress) limits
  • 17. Agile Methodologies - FDD  Develop overall model  High-level walkthrough of the scope of the system and its context  Then detailed domain walkthroughs for each modeling area  Then merge into an overall model  Build feature list  Feature list derived from the model above  Plan by feature  Produce development plan by deviding feature sets to chief programmers  Design by feature  Design package for each feature (Description, referenced reqs., sequence diagrams, design alternatives, object model, task list)  Hold design inspections  Build by feature  Code for the designs above  After unit-tests and code inspections the completed feature is to be promoted to the main build
  • 21. Comparing Methodologies StrengthsWeaknesses XP •Strong technical practices. •Customer ownership of feature priority, developer ownership of estimates. •Frequent feedback opportunities. •Most widely known and adopted approach, at least in the U.S. •Requires onsite customer. •Documentation primarily through verbal communication and code. For some teams these are the only artifacts created, others create minimal design and user documentation. •Difficult for new adopters to determine how to accommodate architectural and design concerns. Scrum •Complements existing practices. •Self organizing teams and feedback. •Customer participation and steering. •Priorities based on business value. •Only approach here that has a certification process. •Only provides project management support, other disciplines are out of scope. •Does not specify technical practices. •Can take some time to get the business to provide unique priorities for each requirement. Lean •Complements existing practices. •Focuses on project ROI. •Eliminates all project waste. •Cross-functional teams. •Does not specify technical practices. •Requires constant gathering of metrics which may be difficult for some environments to accommodate. •Theory of Constraints can be a complex and difficult aspect to adopt. FDD •Supports multiple teams working in parallel. •All aspects of a project tracked by feature. •Design by feature and build by feature aspects are easy to understand and adopt. •Scales to large teams or projects well. •Promotes individual code ownership as opposed to shared/team ownership. •Iterations are not as well defined by the process as other Agile methodologies. •The model-centric aspects can have huge impacts when working on existing systems that have no models.
  • 22. Comparing Methodologies StrengthsWeaknesses AUP •Robust methodology with many artifacts and disciplines to choose from. •Scales up very well. •Documentation helps communicate in distributed environments. •Priorities set based on highest risk. Risk can be a business or technical risk. •Higher levels of ceremony may be a hindrance in smaller projects. •Minimal attention to team dynamics. •Documentation is much more formal than most approaches mentioned here. Crystal •Family of methodologies designed to scale by project size and criticality. •Only methodology that specifically accounts for life critical projects. •As project size grows, cross-functional teams are utilized to ensure consistency. •The "human" component has been considered for every aspect of the project support structure. •An emphasis on testing is so strong that at least one tester is expected to be on each project team. •Expects all team members to be co-located. May not work well for distributed teams. •Adjustments are required from one project size/structure to another in order to follow the prescribed flavor of Crystal for that project size/criticality. •Moving from one flavor of Crystal to another in mid project doesn't work, as Crystal was not designed to be upward or downward compatible. DSDM •An emphasis on testing is so strong that at least one tester is expected to be on each project team. •Designed from the ground up by business people, so business value is identified and expected to be the highest priority deliverable. •Has specific approach to determining how important each requirement is to an iteration. •Sets stakeholder expectations from the start of the project that not all requirements will make it into the final deliverable. •Probably the most heavyweight project compared in this survey. •Expects continuous user involvement. •Defines several artifacts and work products for each phase of the project; heavier documentation. •Access to material is controlled by a Consortium, and fees may be charged just to access the reference material.
  • 23. Scrum vs XP  Scrum and Extreme Programming (XP) are definitely very aligned:  Short iterations  Customer involvement  Daily stand-up meetings  The main conceptual differences  scrum emphasizes the management side of a project and does not define a detail engineering practice. XP specify the software engineering practices such as test-driven development, refactoring, pair programming, simple design, etc.  Scrum does not allow requirements changes during the sprint whilst XP supports any change at any stage.  Most recommendations are to start with Scrum and as the teem advances and gains agile experience – adopt practices from XP  So…….
  • 24. Scrum - Defined  Roles  Product owner: responsible for the business value of the project  Scrum Master: ensures that the team is functional and productive  Team: self-organizes to get the work done  Artifacts  Product backlog: prioritized list of desired project outcomes/features  Sprint backlog: set of work from the product backlog that the team agrees to complete in a sprint, broken into tasks  Burndown chart: at-a-glance look at the work remaining (can have two charts: one for the sprint and one for the overall project)  Ceremonies  Sprint planning: the team meets with the product owner to choose a set of work to deliver during a sprint  Daily scrum: the team meets each day to share struggles and progress (15 minutes)  Sprint reviews: the team demonstrates to the product owner what it has completed during the sprint  Sprint retrospectives: the team looks for ways to improve the product and the process.
  • 25. Scrum – Order of things Plan the project  Build the project backlog  Technical and learning tasks are also part of the backlog (i.e explore .net 4 cababilities, create the development environment …)  Determine team velocity – How many story points can be completed in one iteration (sprint)  Establish the release plan –  Group user stories in groups that provide a releasable version  Determine in which sprints those user stories will be completed  Prepare for the first sprint – prepare the product backlog  Break the user stories down into smaller stories  Provide details about the user stories that the team will need to break the stories down into tasks. Backlog Example2
  • 26. Scrum – Order of things Plan a Sprint  Sprint planning meeting - Team commits to completing the chosen items from the backlog  Choose user stories to be implemented in the sprint  Tasks  Identify the tasks  Evaluate each task (hours)
  • 27. Scrum – Order of things Run a Sprint  Complete selected user stories  The sprint is of constant length – 2 to 4 weeks, the length of the sprint cannot be changed  Track sprint progress – burndown report  Finish the sprint  Make sure user stories completed  After the customer review, the team will hold a retrospective meeting to improve the process
  • 28. Scrum – Order of things Track the project  As sprints are advancing, customers develop a better understanding of their remaining needs, and changes in the backlog will happen.  Prepare for the next sprint  Update the user stories and their priorities as customers' needs change.  Break down user stories that are likely to be implemented in the next sprint.
  • 29. Scrum – Order of things Track the project  Track Release Progress  As the project proceeds from sprint to sprint, your team will track the overall progress toward the next release  Finish the Release  Hold review retrospective meetings with the customer to examine the process
  • 30. So what’s in our case  Mercury Rod  User stories exist  Build the backlog  Project planning meeting scheduled next week (Backlog review, understand priorities, Estimate cost)  Sprint planning meeting the on the next 2 days (Build sprint backlog – including tasks)  Will use visual studio ALM to manage the project  DOCUMENT YOUT CODE
  • 32. Ponders  Architectural aspects – in the backlog?  Backlog examples  Prepare the working environment  Continuous integration  Acceptance tests – Gute  Multiple tasks management  Code Reviews