SlideShare ist ein Scribd-Unternehmen logo
1 von 32
Downloaden Sie, um offline zu lesen
Agile Software Development
Goals/Objectives

 Gain an understanding of:
 ◦ Agile Software Development
 ◦ Solve problems experienced by Agile teams today
   and tomorrow

 Be able to … speak confidently and eloquently
 about Agile and provide solutions for the problems
 that exist within Agile teams



                                                      2
Agenda

 Introduction to Agile
 Principles of Agile (Agile Manifesto)
 The People Involved
 Product Manager vs. Product Owner
 Release vs. Sprint vs. Iteration
 Product Backlog vs. Sprint Backlog
 Agile Reports
 Agile Solution Providers
 Problems with Agile and how we can Help
 Resources
Introduction to Agile (video)

Get Agile: Agile vs Waterfall
http://www.youtube.com/watch?v=XokJLWp7icI
Introduction to Agile
Agile software development refers to a group of software development
methodologies that are based on similar principles. Agile methodologies generally
promote:
   A project management process that encourages frequent inspection and
   adaptation;
   a leadership philosophy that encourages team work, self-organization and
   accountability;
   a set of engineering best practices that allow for rapid delivery of high-quality
   software;
   and a business approach that aligns development with customer needs and
   company goals.


MYTH: No documentation
MYTH: Undisciplined
MYTH: Agile is a process
Manifesto for Agile Software Development

 Individuals and interactions over processes and tools

 Working software over comprehensive documentation

 Customer collaboration over contract negotiation

 Responding to change over following a plan
Principles of Agile
Some of the principles behind the Agile Manifesto are:
  Customer satisfaction by rapid, continuous delivery of useful software
  Working software is delivered frequently (weeks rather than months)
  Working software is the principal measure of progress
  Even late changes in requirements are welcomed
  Close, daily cooperation between business people and developers
  Face-to-face conversation is the best form of communication (Co-location)
  Projects are built around motivated individuals, who should be trusted
  Continuous attention to technical excellence and good design
  Simplicity
  Self-organizing teams
  Regular adaptation to changing circumstances
Waterfall
Agile
Introduction to Agile Methodologies
 SCRUM (most popular) is an iterative process of development used with agile
 software development. The roles in Scrum are the ScrumMaster, the Product
 Owner and the Team. During each sprint the team creates an increment of
 potential shippable software. The set of features that go into each sprint come
 from the product backlog. Which backlog items go into the sprint is
 determined during the sprint planning meeting. The team then determines
 how much of this they can commit to complete during the next sprint. During
 the sprint, no one is able to change the sprint backlog.
 Extreme Programming (XP) (third) is a traditional software engineering
 practices (daily interactions, working software, testing, etc.) taken to so-called
 "extreme" levels, leads to a process that is more responsive to customer
 needs ("agile“), while creating software of better quality.
 SCRUM/XP (2nd)
Introduction to Agile Methodologies (cont’d)
 Feature-driven Development (rare) an iterative development process. This
 practice is driven from a client-valued functionality (feature) perspective.


 Test-driven Development (rare) is a software development technique that
 uses short development iterations based on pre-written test cases that define
 desired improvements or new functions. Each iteration produces code
 necessary to pass that iteration's tests.


 Lean (rare) is a process designed to eliminate waste, amplify learning, make
 decisions late, fast delivery, empowered teams, product integrity and an fully
 understood system.


 Custom (rare)
Why They Move

 Projects too long to estimate accurately
 Increase short-term predictability
 Transparency
 Flexibility
 Agile builds empowered, motivated and self organizing teams
 Clear expectations are set and communicated
 Customers communicate directly with the team and provide
 timely feedback
 Teams feel a sense of accomplishment and recognition




                                                          12
The People Involved


• Pigs and Chickens
The People Involved (cont’d)

  The Agile Team
  ◦   Architects
  ◦   Developers, Analysts, Designers
  ◦   Quality Assurance, Testers
  ◦   Tech Writers
  Product Owners / Customer Representatives
  Project Managers / ScrumMasters

  Note: Teams are small (~7), preferably co-located, cross
  functional. Scale by adding teams, not more people
The “Other” People Involved

 Product Marketing
 Marketing Communications
 Directors
 Executives

 Note: Can attend dailies but cannot speak. Can participate
 in planning. Interact with team through Project Manager /
 ScrumMaster
Product Manager vs. Product Owner (video)

David Howard
Agile development isn't product management
 http://www.youtube.com/watch?v=sRWJF6o-jIQ
Product Manager vs. Product Owner
   Product Owner owns the message to the Agile team and the Sprint/Iteration
   Backlog


   Product Manager owns the Roadmap / Strategy / Vision / Product Backlog


   Often they are the same person and the problems with this are well
   documented


Note: Only SCRUM calls them Product Owners, other flavours reference
customer representative, visionary, business/domain experts


Resource: Scaling Software Agility (blog) by Dean Leffingwell
http://scalingsoftwareagility.wordpress.com/category/product-ownerproduct-manager/
Product Manager vs. Product Owner (cont’d)
Product Manager                          Product Owner

Market Sensing / Problem Statements      Tracks internal deliveries
Release Objectives                       Iteration Objectives
Strategic Direction                      Day-to-day tactical direction
Market Use Cases/Scenarios               System Use Cases/Scenarios
Understands overall solution             Understands architecture and design
Roadmaps                                 User acceptance tests
Manage Release Portfolios and Backlogs   Manage Iteration and Cross Project
                                         priorities
Provides Vision                          Provides Implementation
Messaging & Positioning                  Unblocks teams throughout iteration
Directs Product Owner                    Takes direction from Product Manager
Delivers the Release                     Delivers the Iteration


Agile Product Owner (.com) http://agileproductowner.com/?p=15
What is a backlog?

  A backlog is the master list of all functionality
  ◦ Features
  ◦ Epics
  ◦ Stories
  ◦ Requirements
  ◦ Bugs


  Item Attributes:
  ◦ Description
  ◦ Cost estimate (points or size)
  ◦ Business Value
  ◦ Priority
Product Backlogs vs. Sprint Backlogs

  A Product Backlog is the master list of all functionality for the product
  ◦ Features
  ◦ Epics
  ◦ Bugs


  The Sprint Backlog is the list of functionality that the team is
  committing that they will complete in the current iteration
  ◦ Storied
  ◦ Requirements
  ◦ Bugs


  Product Management / Owner owns the backlogs
Agile Planning
  Beginning of iteration
  Review vision and roadmap
  Review development status, architecture and previous iterations
  Determine velocity
  Review team availability & capacity
  Review definition of done
  Review product backlog & select items for iteration / sprint
  Identify tasks & estimates
  Identify challenges & risks
  Review capacity required


  COMMIT (planning not over until entire team commits to sprint plan)
Velocity

  Velocity is a method for measuring the rate at which teams
  consistently deliver business value.

  To calculate velocity, simply add up the estimates of the items
  successfully delivered an iteration.
Definition of Done

 Is a checklist of valuable activities required to produce software
 The team defines definition of done for each iteration, feature,
 requirement task, etc.
 Typically
  ◦ Software working?
  ◦ Unit tests written?
  ◦ Code review done?
  ◦ Functional tests written and passed?
  ◦ Non-functional tests written and passed?
  ◦ User documentation done and reviewed?
  ◦ Design documentation updated and reviewed?
  ◦ Release notes updated?
Agile Reports

 Product / Sprint / Iteration Backlog
 Release Burn-up chart (to show % complete)
 Defects – inflow, outflow, # of open defects per week
 Build quality per day/week
 Number of tests / tests passed per day/week
 Velocity over the last x sprint
 Action items, risks
 Burndown Charts (to show remaining effort)
Agile Reports (cont’d)

  Release Burn-up chart (to show % complete)
Agile Reports (cont’d)

  Build quality per day/week
Agile Reports (cont’d)

  Velocity over the last x sprint
Agile Reports (cont’d)

  Burndown Charts (to show remaining effort)
Agile Retrospectives
  Meeting after an increment of work to inspect and adapt their methods and
  teamwork
  ◦ What went well
  ◦ What could be improved

  Team learning
  Catalyst for change
  Generate action
  Sample Agenda
  ◦ Overview
  ◦ Gather data
  ◦ Prioritize
  ◦ Discuss
  ◦ Action Items
Agile Estimating

  Typically stories estimated twice
  1. High level estimate provided by team (for the product backlog)
  2. Iteration estimate provided by team (for the sprint)

  Story Points
  ◦ Used to quantify the difficulty, not to identify time
  ◦ Typically done in powers of 2 (1,2,4,8, 16…) or Fibonacci (1,2,3,5,8…)

  Everyone estimates often: at the beginning of the iteration, daily during
  the iteration to estimate the remaining effort
  The effort remaining (and not the effort already spent) is displayed
  publicly to enable collaborating teams that work together to meet the
  target of the iteration
Agile Solution Providers

  VersionOne, Inc. - V1: Agile Enterprise
  Rally Software Development Corp - Rally Enterprise
  Danube Technologies, Inc. - Scrumworks
  XPlanner (open source)
  ThoughtWorks Inc. – Mingle


These are primarily positions as Agile Project Management Solutions
Resources
BLOGS:
 Agile Advice (http://www.agileadvice.com/)
 Implementing Scrum (http://www.implementingscrum.com/)
 James Shore (http://jamesshore.com/)
 Mike Cohn's Blog Succeeding With Agile http://blog.mountaingoatsoftware.com/
BOOKS:
 *Anything* by Mike Cohn
 The Art of Agile Development by James Shore
 See http://www.mountaingoatsoftware.com/reviews for more
WEBINARS:
 All presentations on InfoQ about Agile
 http://www.infoq.com/bycategory/contentbycategory.action?idx=3&ct=5&alias=agile
 The Product Management View (Past Webinars – search for Agile)

Weitere ähnliche Inhalte

Was ist angesagt?

Project Management With Scrum
Project Management With ScrumProject Management With Scrum
Project Management With ScrumTommy Norman
 
ISTQB Agile Extension
ISTQB Agile ExtensionISTQB Agile Extension
ISTQB Agile ExtensionDavis Thomas
 
Agile introduction for dummies
Agile introduction for dummiesAgile introduction for dummies
Agile introduction for dummiesVinay Dixit
 
Agile Methodology PPT
Agile Methodology PPTAgile Methodology PPT
Agile Methodology PPTMohit Kumar
 
1×10 rola QA w tworzeniu Atlassian JIRA
 1×10 rola QA w tworzeniu Atlassian JIRA 1×10 rola QA w tworzeniu Atlassian JIRA
1×10 rola QA w tworzeniu Atlassian JIRA3camp
 
Between Scrum and Kanban - define test process for Agile methodologies
Between Scrum and Kanban - define test process for Agile methodologiesBetween Scrum and Kanban - define test process for Agile methodologies
Between Scrum and Kanban - define test process for Agile methodologiessuwalki24.pl
 
Agile software development
Agile software developmentAgile software development
Agile software developmentRajesh Piryani
 
Building an Agile framework that fits your organisation
Building an Agile framework that fits your organisationBuilding an Agile framework that fits your organisation
Building an Agile framework that fits your organisationKurt Solarte
 
Case Study on agile scrum methodology on shopping cart
Case Study on agile scrum methodology on shopping cartCase Study on agile scrum methodology on shopping cart
Case Study on agile scrum methodology on shopping cartAbdullah Raza
 
Agile Software Development at UPT DEGI | Nov, 2015
Agile Software Development at UPT DEGI | Nov, 2015Agile Software Development at UPT DEGI | Nov, 2015
Agile Software Development at UPT DEGI | Nov, 2015Eduardo Ribeiro
 
Agile Software Development With SCRUM
Agile Software Development With SCRUMAgile Software Development With SCRUM
Agile Software Development With SCRUMAlexey Krivitsky
 
Software Development with Agile Waterfall Hybrid Method
Software Development with Agile Waterfall Hybrid MethodSoftware Development with Agile Waterfall Hybrid Method
Software Development with Agile Waterfall Hybrid MethodIntland Software GmbH
 
Agile vs Iterative vs Waterfall models
Agile vs Iterative vs Waterfall models Agile vs Iterative vs Waterfall models
Agile vs Iterative vs Waterfall models Marraju Bollapragada V
 
Agile - Scrum Presentation
Agile - Scrum PresentationAgile - Scrum Presentation
Agile - Scrum Presentationgihanlsw
 
Agile Development Methodology: Best Practices and Use Cases
Agile Development Methodology: Best Practices and Use CasesAgile Development Methodology: Best Practices and Use Cases
Agile Development Methodology: Best Practices and Use CasesCelerity
 

Was ist angesagt? (20)

Project Management With Scrum
Project Management With ScrumProject Management With Scrum
Project Management With Scrum
 
ISTQB Agile Extension
ISTQB Agile ExtensionISTQB Agile Extension
ISTQB Agile Extension
 
Agile introduction for dummies
Agile introduction for dummiesAgile introduction for dummies
Agile introduction for dummies
 
Presentation on Agile Testing
Presentation on Agile TestingPresentation on Agile Testing
Presentation on Agile Testing
 
Introduction to Agile Testing
Introduction to Agile TestingIntroduction to Agile Testing
Introduction to Agile Testing
 
Agile Methodology PPT
Agile Methodology PPTAgile Methodology PPT
Agile Methodology PPT
 
1×10 rola QA w tworzeniu Atlassian JIRA
 1×10 rola QA w tworzeniu Atlassian JIRA 1×10 rola QA w tworzeniu Atlassian JIRA
1×10 rola QA w tworzeniu Atlassian JIRA
 
Between Scrum and Kanban - define test process for Agile methodologies
Between Scrum and Kanban - define test process for Agile methodologiesBetween Scrum and Kanban - define test process for Agile methodologies
Between Scrum and Kanban - define test process for Agile methodologies
 
Agile software development
Agile software developmentAgile software development
Agile software development
 
Agile Methodologies
Agile MethodologiesAgile Methodologies
Agile Methodologies
 
Building an Agile framework that fits your organisation
Building an Agile framework that fits your organisationBuilding an Agile framework that fits your organisation
Building an Agile framework that fits your organisation
 
Case Study on agile scrum methodology on shopping cart
Case Study on agile scrum methodology on shopping cartCase Study on agile scrum methodology on shopping cart
Case Study on agile scrum methodology on shopping cart
 
AGILE METHODOLOGY
AGILE METHODOLOGYAGILE METHODOLOGY
AGILE METHODOLOGY
 
Agile toolkit
Agile toolkitAgile toolkit
Agile toolkit
 
Agile Software Development at UPT DEGI | Nov, 2015
Agile Software Development at UPT DEGI | Nov, 2015Agile Software Development at UPT DEGI | Nov, 2015
Agile Software Development at UPT DEGI | Nov, 2015
 
Agile Software Development With SCRUM
Agile Software Development With SCRUMAgile Software Development With SCRUM
Agile Software Development With SCRUM
 
Software Development with Agile Waterfall Hybrid Method
Software Development with Agile Waterfall Hybrid MethodSoftware Development with Agile Waterfall Hybrid Method
Software Development with Agile Waterfall Hybrid Method
 
Agile vs Iterative vs Waterfall models
Agile vs Iterative vs Waterfall models Agile vs Iterative vs Waterfall models
Agile vs Iterative vs Waterfall models
 
Agile - Scrum Presentation
Agile - Scrum PresentationAgile - Scrum Presentation
Agile - Scrum Presentation
 
Agile Development Methodology: Best Practices and Use Cases
Agile Development Methodology: Best Practices and Use CasesAgile Development Methodology: Best Practices and Use Cases
Agile Development Methodology: Best Practices and Use Cases
 

Ähnlich wie Agile software-development-overview-1231560734008086-2

Agile Software Development Overview 1231560734008086 2
Agile Software Development Overview 1231560734008086 2Agile Software Development Overview 1231560734008086 2
Agile Software Development Overview 1231560734008086 2Guang Ying Yuan
 
Agile Development Overview
Agile Development OverviewAgile Development Overview
Agile Development OverviewMark Kovacevich
 
Agile software development
Agile software developmentAgile software development
Agile software developmentpradeeppatelpmp
 
Agile Process Introduction
Agile Process IntroductionAgile Process Introduction
Agile Process IntroductionNguyen Hai
 
Introduction to Agile Software Development Process
Introduction to Agile Software Development ProcessIntroduction to Agile Software Development Process
Introduction to Agile Software Development ProcessSoftware Park Thailand
 
Close to agile
Close to agileClose to agile
Close to agilephilywu
 
Agile Software Development Methodologies
Agile Software Development MethodologiesAgile Software Development Methodologies
Agile Software Development MethodologiesPradeep Patel, PMP®
 
Agile Methodology and Tools
Agile Methodology and ToolsAgile Methodology and Tools
Agile Methodology and ToolsNaresh Gajuveni
 
4.0 The Agile Core Practices
4.0 The Agile Core Practices4.0 The Agile Core Practices
4.0 The Agile Core PracticesDavidMcLachlan1
 
Agile Process Management and tools
Agile Process Management and toolsAgile Process Management and tools
Agile Process Management and toolsosama khalid
 
Agile Development unleashed
Agile Development unleashedAgile Development unleashed
Agile Development unleashedlivgeni
 
Agile project management using scrum
Agile project management using scrumAgile project management using scrum
Agile project management using scrumPrudentialSolutions
 
Introduction to Agile & scrum
Introduction to Agile & scrumIntroduction to Agile & scrum
Introduction to Agile & scrumElad Sofer
 
Margaret Menzies Intro & Scrum Overview
Margaret Menzies Intro & Scrum OverviewMargaret Menzies Intro & Scrum Overview
Margaret Menzies Intro & Scrum OverviewMargaretMenzies
 
Agile intro resources
Agile intro resourcesAgile intro resources
Agile intro resourcesAnwar Sadat
 
CAI - Agile Scrum Development Presentation
CAI - Agile Scrum Development PresentationCAI - Agile Scrum Development Presentation
CAI - Agile Scrum Development Presentationdeyoepw
 
Agile Software Development with Scrum_ A Complete Guide to The Steps in Agile...
Agile Software Development with Scrum_ A Complete Guide to The Steps in Agile...Agile Software Development with Scrum_ A Complete Guide to The Steps in Agile...
Agile Software Development with Scrum_ A Complete Guide to The Steps in Agile...Fibonalabs
 

Ähnlich wie Agile software-development-overview-1231560734008086-2 (20)

Agile Software Development Overview 1231560734008086 2
Agile Software Development Overview 1231560734008086 2Agile Software Development Overview 1231560734008086 2
Agile Software Development Overview 1231560734008086 2
 
Agile Development Overview
Agile Development OverviewAgile Development Overview
Agile Development Overview
 
Sdlc plan
Sdlc planSdlc plan
Sdlc plan
 
Agile software development
Agile software developmentAgile software development
Agile software development
 
Agile Process Introduction
Agile Process IntroductionAgile Process Introduction
Agile Process Introduction
 
Introduction to Agile Software Development Process
Introduction to Agile Software Development ProcessIntroduction to Agile Software Development Process
Introduction to Agile Software Development Process
 
Close to agile
Close to agileClose to agile
Close to agile
 
Agile Software Development Methodologies
Agile Software Development MethodologiesAgile Software Development Methodologies
Agile Software Development Methodologies
 
Agile Methodology and Tools
Agile Methodology and ToolsAgile Methodology and Tools
Agile Methodology and Tools
 
4.0 The Agile Core Practices
4.0 The Agile Core Practices4.0 The Agile Core Practices
4.0 The Agile Core Practices
 
What Is Agile Scrum
What Is Agile ScrumWhat Is Agile Scrum
What Is Agile Scrum
 
Agile Process Management and tools
Agile Process Management and toolsAgile Process Management and tools
Agile Process Management and tools
 
Agile Development unleashed
Agile Development unleashedAgile Development unleashed
Agile Development unleashed
 
Agile project management using scrum
Agile project management using scrumAgile project management using scrum
Agile project management using scrum
 
Agile scrum induction
Agile scrum inductionAgile scrum induction
Agile scrum induction
 
Introduction to Agile & scrum
Introduction to Agile & scrumIntroduction to Agile & scrum
Introduction to Agile & scrum
 
Margaret Menzies Intro & Scrum Overview
Margaret Menzies Intro & Scrum OverviewMargaret Menzies Intro & Scrum Overview
Margaret Menzies Intro & Scrum Overview
 
Agile intro resources
Agile intro resourcesAgile intro resources
Agile intro resources
 
CAI - Agile Scrum Development Presentation
CAI - Agile Scrum Development PresentationCAI - Agile Scrum Development Presentation
CAI - Agile Scrum Development Presentation
 
Agile Software Development with Scrum_ A Complete Guide to The Steps in Agile...
Agile Software Development with Scrum_ A Complete Guide to The Steps in Agile...Agile Software Development with Scrum_ A Complete Guide to The Steps in Agile...
Agile Software Development with Scrum_ A Complete Guide to The Steps in Agile...
 

Kürzlich hochgeladen

How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 

Kürzlich hochgeladen (20)

How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 

Agile software-development-overview-1231560734008086-2

  • 2. Goals/Objectives Gain an understanding of: ◦ Agile Software Development ◦ Solve problems experienced by Agile teams today and tomorrow Be able to … speak confidently and eloquently about Agile and provide solutions for the problems that exist within Agile teams 2
  • 3. Agenda Introduction to Agile Principles of Agile (Agile Manifesto) The People Involved Product Manager vs. Product Owner Release vs. Sprint vs. Iteration Product Backlog vs. Sprint Backlog Agile Reports Agile Solution Providers Problems with Agile and how we can Help Resources
  • 4. Introduction to Agile (video) Get Agile: Agile vs Waterfall http://www.youtube.com/watch?v=XokJLWp7icI
  • 5. Introduction to Agile Agile software development refers to a group of software development methodologies that are based on similar principles. Agile methodologies generally promote: A project management process that encourages frequent inspection and adaptation; a leadership philosophy that encourages team work, self-organization and accountability; a set of engineering best practices that allow for rapid delivery of high-quality software; and a business approach that aligns development with customer needs and company goals. MYTH: No documentation MYTH: Undisciplined MYTH: Agile is a process
  • 6. Manifesto for Agile Software Development Individuals and interactions over processes and tools Working software over comprehensive documentation Customer collaboration over contract negotiation Responding to change over following a plan
  • 7. Principles of Agile Some of the principles behind the Agile Manifesto are: Customer satisfaction by rapid, continuous delivery of useful software Working software is delivered frequently (weeks rather than months) Working software is the principal measure of progress Even late changes in requirements are welcomed Close, daily cooperation between business people and developers Face-to-face conversation is the best form of communication (Co-location) Projects are built around motivated individuals, who should be trusted Continuous attention to technical excellence and good design Simplicity Self-organizing teams Regular adaptation to changing circumstances
  • 10. Introduction to Agile Methodologies SCRUM (most popular) is an iterative process of development used with agile software development. The roles in Scrum are the ScrumMaster, the Product Owner and the Team. During each sprint the team creates an increment of potential shippable software. The set of features that go into each sprint come from the product backlog. Which backlog items go into the sprint is determined during the sprint planning meeting. The team then determines how much of this they can commit to complete during the next sprint. During the sprint, no one is able to change the sprint backlog. Extreme Programming (XP) (third) is a traditional software engineering practices (daily interactions, working software, testing, etc.) taken to so-called "extreme" levels, leads to a process that is more responsive to customer needs ("agile“), while creating software of better quality. SCRUM/XP (2nd)
  • 11. Introduction to Agile Methodologies (cont’d) Feature-driven Development (rare) an iterative development process. This practice is driven from a client-valued functionality (feature) perspective. Test-driven Development (rare) is a software development technique that uses short development iterations based on pre-written test cases that define desired improvements or new functions. Each iteration produces code necessary to pass that iteration's tests. Lean (rare) is a process designed to eliminate waste, amplify learning, make decisions late, fast delivery, empowered teams, product integrity and an fully understood system. Custom (rare)
  • 12. Why They Move Projects too long to estimate accurately Increase short-term predictability Transparency Flexibility Agile builds empowered, motivated and self organizing teams Clear expectations are set and communicated Customers communicate directly with the team and provide timely feedback Teams feel a sense of accomplishment and recognition 12
  • 13. The People Involved • Pigs and Chickens
  • 14. The People Involved (cont’d) The Agile Team ◦ Architects ◦ Developers, Analysts, Designers ◦ Quality Assurance, Testers ◦ Tech Writers Product Owners / Customer Representatives Project Managers / ScrumMasters Note: Teams are small (~7), preferably co-located, cross functional. Scale by adding teams, not more people
  • 15. The “Other” People Involved Product Marketing Marketing Communications Directors Executives Note: Can attend dailies but cannot speak. Can participate in planning. Interact with team through Project Manager / ScrumMaster
  • 16. Product Manager vs. Product Owner (video) David Howard Agile development isn't product management http://www.youtube.com/watch?v=sRWJF6o-jIQ
  • 17. Product Manager vs. Product Owner Product Owner owns the message to the Agile team and the Sprint/Iteration Backlog Product Manager owns the Roadmap / Strategy / Vision / Product Backlog Often they are the same person and the problems with this are well documented Note: Only SCRUM calls them Product Owners, other flavours reference customer representative, visionary, business/domain experts Resource: Scaling Software Agility (blog) by Dean Leffingwell http://scalingsoftwareagility.wordpress.com/category/product-ownerproduct-manager/
  • 18. Product Manager vs. Product Owner (cont’d) Product Manager Product Owner Market Sensing / Problem Statements Tracks internal deliveries Release Objectives Iteration Objectives Strategic Direction Day-to-day tactical direction Market Use Cases/Scenarios System Use Cases/Scenarios Understands overall solution Understands architecture and design Roadmaps User acceptance tests Manage Release Portfolios and Backlogs Manage Iteration and Cross Project priorities Provides Vision Provides Implementation Messaging & Positioning Unblocks teams throughout iteration Directs Product Owner Takes direction from Product Manager Delivers the Release Delivers the Iteration Agile Product Owner (.com) http://agileproductowner.com/?p=15
  • 19. What is a backlog? A backlog is the master list of all functionality ◦ Features ◦ Epics ◦ Stories ◦ Requirements ◦ Bugs Item Attributes: ◦ Description ◦ Cost estimate (points or size) ◦ Business Value ◦ Priority
  • 20. Product Backlogs vs. Sprint Backlogs A Product Backlog is the master list of all functionality for the product ◦ Features ◦ Epics ◦ Bugs The Sprint Backlog is the list of functionality that the team is committing that they will complete in the current iteration ◦ Storied ◦ Requirements ◦ Bugs Product Management / Owner owns the backlogs
  • 21. Agile Planning Beginning of iteration Review vision and roadmap Review development status, architecture and previous iterations Determine velocity Review team availability & capacity Review definition of done Review product backlog & select items for iteration / sprint Identify tasks & estimates Identify challenges & risks Review capacity required COMMIT (planning not over until entire team commits to sprint plan)
  • 22. Velocity Velocity is a method for measuring the rate at which teams consistently deliver business value. To calculate velocity, simply add up the estimates of the items successfully delivered an iteration.
  • 23. Definition of Done Is a checklist of valuable activities required to produce software The team defines definition of done for each iteration, feature, requirement task, etc. Typically ◦ Software working? ◦ Unit tests written? ◦ Code review done? ◦ Functional tests written and passed? ◦ Non-functional tests written and passed? ◦ User documentation done and reviewed? ◦ Design documentation updated and reviewed? ◦ Release notes updated?
  • 24. Agile Reports Product / Sprint / Iteration Backlog Release Burn-up chart (to show % complete) Defects – inflow, outflow, # of open defects per week Build quality per day/week Number of tests / tests passed per day/week Velocity over the last x sprint Action items, risks Burndown Charts (to show remaining effort)
  • 25. Agile Reports (cont’d) Release Burn-up chart (to show % complete)
  • 26. Agile Reports (cont’d) Build quality per day/week
  • 27. Agile Reports (cont’d) Velocity over the last x sprint
  • 28. Agile Reports (cont’d) Burndown Charts (to show remaining effort)
  • 29. Agile Retrospectives Meeting after an increment of work to inspect and adapt their methods and teamwork ◦ What went well ◦ What could be improved Team learning Catalyst for change Generate action Sample Agenda ◦ Overview ◦ Gather data ◦ Prioritize ◦ Discuss ◦ Action Items
  • 30. Agile Estimating Typically stories estimated twice 1. High level estimate provided by team (for the product backlog) 2. Iteration estimate provided by team (for the sprint) Story Points ◦ Used to quantify the difficulty, not to identify time ◦ Typically done in powers of 2 (1,2,4,8, 16…) or Fibonacci (1,2,3,5,8…) Everyone estimates often: at the beginning of the iteration, daily during the iteration to estimate the remaining effort The effort remaining (and not the effort already spent) is displayed publicly to enable collaborating teams that work together to meet the target of the iteration
  • 31. Agile Solution Providers VersionOne, Inc. - V1: Agile Enterprise Rally Software Development Corp - Rally Enterprise Danube Technologies, Inc. - Scrumworks XPlanner (open source) ThoughtWorks Inc. – Mingle These are primarily positions as Agile Project Management Solutions
  • 32. Resources BLOGS: Agile Advice (http://www.agileadvice.com/) Implementing Scrum (http://www.implementingscrum.com/) James Shore (http://jamesshore.com/) Mike Cohn's Blog Succeeding With Agile http://blog.mountaingoatsoftware.com/ BOOKS: *Anything* by Mike Cohn The Art of Agile Development by James Shore See http://www.mountaingoatsoftware.com/reviews for more WEBINARS: All presentations on InfoQ about Agile http://www.infoq.com/bycategory/contentbycategory.action?idx=3&ct=5&alias=agile The Product Management View (Past Webinars – search for Agile)