SlideShare a Scribd company logo
Limbo Lower Now: An Agile
   Approach to Defect
      Management

             ACCU 2011
             Lisa Crispin
    With Material from Janet Gregory


                                       1
Introduction
My defect tracking background:
 As programmer – no DTS
 Tech support – DTS developed in-house
 Traditional QA – vendor DTS, customized
 Agile teams – variety of approaches




                                               2

                Copyright 2010: Lisa Crispin
Your Defect Tracking?
How about you?
 How many use a DTS?
 How many don’t use one?
 How low is your “defect limbo” bar?




                                                3

                 Copyright 2010: Lisa Crispin
Takeaways
   Defects and technical debt
   When to use a Defect Tracking System
   Alternatives
   Defect metrics
   Setting the bar lower




                                                 4

                  Copyright 2010: Lisa Crispin
Traditional View
   Bugs must be documented
       Especially those found in production
 Provide information for root cause analysis
 Knowledge base – did similar bug occur
  earlier?
 DTS provides useful metrics




                                                      5

                       Copyright 2010: Lisa Crispin
Lean Development / Agile View
 Defect queues are queues of rework –
  waste (Poppendieck)
 Find, fix test-first, and forget
 Better yet, prevent
       zero bug tolerance
   Bugs => Technical Debt
   Small experiments




                                                     6

                      Copyright 2010: Lisa Crispin
Choices
An agile approach:
 Understand the problem
 Do what works for your team
 Focus on goals: bug prevention
 Start simple, add as needed
 Explore alternatives




                                                7

                 Copyright 2010: Lisa Crispin
Why Log Bugs – or not

What are the advantages of using a DTS?

What are the downsides to using a DTS?




                                               8

                Copyright 2010: Lisa Crispin
Some Advantages of Using DTS
   Knowledge base
       Place to keep supplemental docs
   Prioritizing
   Traceability
   Distributed/large teams
   Customer ease, visibility, convenience
   Metrics
       Redundant with test-first, frequent releases



                                                       9

                       Copyright 2010: Lisa Crispin
Some Disadvantages of using DTS
   Overhead
   Duplicates test
   Impedes communication
   Waste
       Inaccurate or inadequate reports
       Caught during development
       Won’t get fixed
   Doesn't work towards goal
       zero defects, bug prevention


                                                     10

                      Copyright 2010: Lisa Crispin
Defect Metrics
   Traditionally, tell us state of quality, release
    readiness
   Using tests to drive incremental, iterative
    development tells us this
   Trends more important than numbers
   Who cares how many bugs found in
    development?
   May be useful for team goals
   Careful how you use metrics


                                                    11

                     Copyright 2010: Lisa Crispin
Some Other Perspectives
   What we can learn from bugs
   Alternatives to logging bugs
   When tracking defects makes sense




                                                 12

                  Copyright 2010: Lisa Crispin
Bugs as the “Hidden Backlog”
   Acceptance tests = desired behavior
   Defect reports = misbehavior (Antony
    Marcano)
   Ignored defects = missed features
       Misbehavior not addressed
   Defects prioritized over new features
       Misbehavior over desired features
   Information can get lost in DTS



                                                     13

                      Copyright 2010: Lisa Crispin
Choosing to Not Log a Bug
   Unit-level bugs
       Write a test, not a bug
   Higher-level regression failures
       Test usually enough
   Bugs found during development
       Fix immediately
       Log on task card




                                                      14

                       Copyright 2010: Lisa Crispin
Choosing to Log a Bug
   Found in later iteration
       Log if not fixed immediately
   Legacy bugs
       Write new story/feature
       Don't log if it won't be fixed
   Found in production
       Fix immediately or
       Prioritize, estimate, plan
   Non-bug production issues
       “production support requests”

                                                       15

                        Copyright 2010: Lisa Crispin
Other Approaches To Log or Not?
   How do you decide?




                                                16

                 Copyright 2010: Lisa Crispin
Alternative Ways to Track Bugs
   Cards
   DTS
   Tests




                                              17

               Copyright 2010: Lisa Crispin
Logging Bugs on Cards
Story, task or bug cards – physical or online
 Tangible
 Visible – color coding
 Attach screen prints
 Use when:
     Disciplined team
     Bugs need high visibility




                                                    18

                     Copyright 2010: Lisa Crispin
Logging Bugs in DTS
Use a DTS when
 Team is distributed
 Audit requirements
 Release notes
 Not all bugs will be fixed immediately
 Legacy system with lots of defects




                                                19

                 Copyright 2010: Lisa Crispin
Logging Bugs with Tests
Use the test written to reproduce the bug and
  verify the fix when:
 Everything learned from fixing bug is
  captured in test
 Test can be automated
 Team is disciplined and writes tests for
  every bug found




                                                20

                 Copyright 2010: Lisa Crispin
When to Fix Bugs
   Fix now
        cheaper
        prevents technical debt
   Estimate, prioritize and fix later
        complex, high effort
        legacy code, may destabilize
        customer decision
   Never fix
        about to be rewritten
        low risk
        don't pretend you'll fix if you won't!

                                                           21

                            Copyright 2010: Lisa Crispin
Lowering the Bar
   Exploring alternatives
   Preventing bugs in the first place




                                                   22

                    Copyright 2010: Lisa Crispin
Experiment !
   Start a new project with no DTS, and see
    what you need.
   Set rules - “no more than 10 bugs at once”
   Use color-coded cards and stickers
   Fix all bugs
   Treat bugs as stories




                                                   23

                    Copyright 2010: Lisa Crispin
Make It a Team Problem
   Understand your needs
   Choose solution by team consensus
       Cards and stickers (real or online)
       Story board
       Online DTS
       Combo: DTS and cards
   Ask other teams




                                                      24

                       Copyright 2010: Lisa Crispin
Focus On Preventing Defects
 Teams have achieved zero-defects goal
 Whole team collaborates on ways to
  improve quality
 Use retrospectives
 Try small experiments




                                               25

                Copyright 2010: Lisa Crispin
Let’s Try an Experiment: Part 1
 Pair up with the person next to you
 One of you take the “tester” role, the other
  is “programmer”. Stand back to back.
 Testers: Take the mini-schedule out of your
  badge & open to p. 10
 Programmers: take a piece of paper and
  pen. You cannot ask questions or turn
  around.
 Testers: Get the programmer to draw what
  you see on p. 10 – 11 only by describing
  the shapes & where they are. Do not turn
  around!
                                                26

                 Copyright 2010: Lisa Crispin
Let’s Try an Experiment: Part 2
 Programmer: Get a new piece of paper.
  This time, you are allowed to ask
  questions.
 Tester: You may now watch what the
  programmer draws
 Point out “defects” immediately, and
  answer questions.
    (Don’t show the actual pages, we’re
     trying to simulate real-life coding here!)


                                                  27

                  Copyright 2010: Lisa Crispin
Bug Prevention!
   Make testing integrated part of
    development
   Practice TDD and Specification by Example
   Gain domain expertise
   Exploratory testing by testing professionals
   Consider ripple effects of code changes
   Look at problem areas, experiment with
    solutions



                                                  28

                   Copyright 2010: Lisa Crispin
Action!
   Think of one thing your team can do to
    prevent defects, starting next week.
   Write it on an index card along with your
    email address.
   Exchange cards with the person next to
    you.
   Email each other every week for 4 weeks
    with encouragement, questions, support.
   Please let me know your results!
    lisa@lisacrispin.com

                                                  29

                   Copyright 2010: Lisa Crispin
How Low Can You Go?
   Experiment to find defect management
    approach that fits best
   Zero defects is achievable
      But go for baby steps
   Focus on bug prevention
   Do what works for your team
   Test/code together
   Use retrospectives



                                                 30

                  Copyright 2010: Lisa Crispin
Agile Testing

Agile Testing: A Practical Guide for Testers and Agile
Teams

By Lisa Crispin and Janet Gregory

www.agiletester.ca

Book signing after this session

at the bookstore



                             Copyright 2010: Lisa Crispin
                                  31
All Proceeds to Charity!

Beautiful Testing: Leading Professionals Reveal How
They Improve Software
Edited by Tim Riley, Adam Goucher

Includes chapter by yours truly




                                  Copyright 2010: Lisa Crispin
                                       32
Specification by Example
How successful teams deliver the right
software

Gojko Adzic

Case studies from > 50 teams




                                                              33

                       Copyright 2010: Lisa Crispin
                   Copyright 2008 Janet Gregory, DragonFire
Recommended
Bridging the Communication Gap:
Specification By Example and Acceptance
Testing

Gojko Adzic




                                                  34

                   Copyright 2010: Lisa Crispin
Recommended
The Agile Samurai

Jonathan Rasmussen


Great intro to agile
and agile testing




                                                      35

                       Copyright 2010: Lisa Crispin
Lean Development

Implementing Lean Development:
From Concept to Cash

Mary and Tom Poppendieck




                   Copyright 2010: Lisa Crispin
                        36
Some Agile Testing Resources
lisacrispin.com
janetgregory.ca
exampler.com
agile-testing@yahoogroups.com
testobsessed.com
testingreflections.com
dhemery.com




                                               37

                Copyright 2010: Lisa Crispin
Questions?




                                            38

             Copyright 2010: Lisa Crispin

More Related Content

PDF
The Whole Team Approach, Illustrated. Keynote from Turku Agile Days 2012
PPTX
Oredev pairing
PDF
What testers can learn to work more effectively with programmers
PDF
Belgium Testing Days - Making Test Automation Work in Agile Projects
PDF
Minding your own business - TestBash 2 talk
PDF
Build Your Agile Testing Skill Set
PPTX
Whole Team Approach to Testing, Illustrated
PDF
Atd agile automation
The Whole Team Approach, Illustrated. Keynote from Turku Agile Days 2012
Oredev pairing
What testers can learn to work more effectively with programmers
Belgium Testing Days - Making Test Automation Work in Agile Projects
Minding your own business - TestBash 2 talk
Build Your Agile Testing Skill Set
Whole Team Approach to Testing, Illustrated
Atd agile automation

What's hot (19)

PDF
ALN Houston - "Build Quality In: Guiding Development with Tests"
PDF
Do testers have to code... to be useful?
PPTX
Scrum plus – why scrum is not enough for successful delivery
PPTX
Demystifying DevOps - it's not Agile, but they're friends
PDF
Deliver Fast with Confidence
PPTX
2013 Scrum Gathering Keynote: Buy or build — where did your agile come from?
PDF
AgileTestingOverview
PPTX
Don't get blamed for your choices - Techorama 2019
PPTX
Secrets of Scrum
PPTX
What Does DevOps Culture Feel Like?
PPTX
Don't scale agile. Descale your organisation.
PPTX
It's XP Stupid (2019)
PDF
Henrik Kniberg - Essence of Agile
PDF
PMI ACP Prep Course
PPTX
DevOps: 6 Steps to Go Faster, Build Better and Avoid Disaster
PPTX
Refactoring workshop
PDF
It's XP, Stupid
PDF
'What is an Agile tester': Henrik Kniberg @ Colombo Agile Conference 2014
PPTX
Extreme Programming (XP): Revisted
ALN Houston - "Build Quality In: Guiding Development with Tests"
Do testers have to code... to be useful?
Scrum plus – why scrum is not enough for successful delivery
Demystifying DevOps - it's not Agile, but they're friends
Deliver Fast with Confidence
2013 Scrum Gathering Keynote: Buy or build — where did your agile come from?
AgileTestingOverview
Don't get blamed for your choices - Techorama 2019
Secrets of Scrum
What Does DevOps Culture Feel Like?
Don't scale agile. Descale your organisation.
It's XP Stupid (2019)
Henrik Kniberg - Essence of Agile
PMI ACP Prep Course
DevOps: 6 Steps to Go Faster, Build Better and Avoid Disaster
Refactoring workshop
It's XP, Stupid
'What is an Agile tester': Henrik Kniberg @ Colombo Agile Conference 2014
Extreme Programming (XP): Revisted
Ad

Viewers also liked (7)

PDF
Agile testing myths v5 final-
PDF
Testing Your Emotions
PPTX
Atd 2016-mapping-mashup
PDF
Agile Requirements Exploration: How Testers Add Value
PPT
Los nuevos desafíos del testing
PPTX
Agile Testing: The Role Of The Agile Tester
PPT
Agile Testing Process
Agile testing myths v5 final-
Testing Your Emotions
Atd 2016-mapping-mashup
Agile Requirements Exploration: How Testers Add Value
Los nuevos desafíos del testing
Agile Testing: The Role Of The Agile Tester
Agile Testing Process
Ad

Similar to ACCU Agile Approach to Defect Management (20)

PDF
Session17-Software Testing.pdf
PPTX
Supercharging your bug reports
PPTX
sri indu 1213 it
PDF
Belgium Testing Days: Shift your testing mindset
PPTX
The art of Bugging
PPTX
Session #3: "It Works on My Machine!" Closing the Loop Between Development & ...
PPTX
PHX Session #3 - "It Works on My Machine!" Closing the Loop Between Developme...
PDF
bug-advocacy
PPT
Bug best practice
PDF
Advanced Topics in Agile Testing - The Future - Agile Testing Days 2014
PDF
What Testers Can Learn to Collaborate Effectively with Programmers, others
DOCX
Istqb v.1.2
PPTX
ST UNIT-1.pptx
PPTX
SQuAD 2013: Team Collaboration for Testing
PDF
Technical Excellence Doesn't Just Happen--Igniting a Craftsmanship Culture
PPTX
Bug life cycle
PPT
introduction.ppt
PPT
Bug Advocacy
PDF
How Developer Communication Frequency Relates to Bug Introducing Changes
PDF
Tccc10 tooling testingci-vs2010teamcity
Session17-Software Testing.pdf
Supercharging your bug reports
sri indu 1213 it
Belgium Testing Days: Shift your testing mindset
The art of Bugging
Session #3: "It Works on My Machine!" Closing the Loop Between Development & ...
PHX Session #3 - "It Works on My Machine!" Closing the Loop Between Developme...
bug-advocacy
Bug best practice
Advanced Topics in Agile Testing - The Future - Agile Testing Days 2014
What Testers Can Learn to Collaborate Effectively with Programmers, others
Istqb v.1.2
ST UNIT-1.pptx
SQuAD 2013: Team Collaboration for Testing
Technical Excellence Doesn't Just Happen--Igniting a Craftsmanship Culture
Bug life cycle
introduction.ppt
Bug Advocacy
How Developer Communication Frequency Relates to Bug Introducing Changes
Tccc10 tooling testingci-vs2010teamcity

More from lisacrispin (19)

PDF
Exploring Requirements for Shared Understanding
PDF
Principles for Agile Testers and Modern Testing Principles
PDF
BDD and CD - better together
PDF
Get testing bottlenecks out of your pipelines
PDF
Thinking Outside the Box: Cognitive bias and testing
PDF
The Whole Team Approach to Quality in Continuous Delivery
PDF
DeliveryConf - Whole Team Approach to Testing in Continuous Delivery
PDF
Agile 20015 Boot Camp: Intro to Agile Testing - Everyone Owns Quality
PPTX
Build Quality In, workshop with Janet Gregory and Lisa Crispin at Agile Roots...
PPTX
Do testers have to code... to be useful? Janet Gregory and Lisa Crispin plena...
PDF
Advanced Topics in Agile Tsting: Focus on Automation
PDF
Do testers have to code... to be useful?
PDF
Making Test Automation Work in Agile Projects 2012
PDF
Welcome to the Future! Preparing for our agile testing journeys, Agile Testin...
PDF
Morph your mindset for Continuous Delivery, Agile Roots 2014
PDF
Changing Your Testing Mindset, Booster Conference, Bergen, Norway, 2014
PDF
Developers who grok testing: why I love them and how they mitigate risk
PDF
Code mashadvancedtopicsworkshop
PDF
Atd advanced topicsworkshop
Exploring Requirements for Shared Understanding
Principles for Agile Testers and Modern Testing Principles
BDD and CD - better together
Get testing bottlenecks out of your pipelines
Thinking Outside the Box: Cognitive bias and testing
The Whole Team Approach to Quality in Continuous Delivery
DeliveryConf - Whole Team Approach to Testing in Continuous Delivery
Agile 20015 Boot Camp: Intro to Agile Testing - Everyone Owns Quality
Build Quality In, workshop with Janet Gregory and Lisa Crispin at Agile Roots...
Do testers have to code... to be useful? Janet Gregory and Lisa Crispin plena...
Advanced Topics in Agile Tsting: Focus on Automation
Do testers have to code... to be useful?
Making Test Automation Work in Agile Projects 2012
Welcome to the Future! Preparing for our agile testing journeys, Agile Testin...
Morph your mindset for Continuous Delivery, Agile Roots 2014
Changing Your Testing Mindset, Booster Conference, Bergen, Norway, 2014
Developers who grok testing: why I love them and how they mitigate risk
Code mashadvancedtopicsworkshop
Atd advanced topicsworkshop

Recently uploaded (20)

PPT
Teaching material agriculture food technology
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Machine Learning_overview_presentation.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Electronic commerce courselecture one. Pdf
PPTX
Spectroscopy.pptx food analysis technology
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
sap open course for s4hana steps from ECC to s4
PDF
cuic standard and advanced reporting.pdf
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
A Presentation on Artificial Intelligence
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Machine learning based COVID-19 study performance prediction
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
Big Data Technologies - Introduction.pptx
Teaching material agriculture food technology
Dropbox Q2 2025 Financial Results & Investor Presentation
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Advanced methodologies resolving dimensionality complications for autism neur...
Machine Learning_overview_presentation.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Electronic commerce courselecture one. Pdf
Spectroscopy.pptx food analysis technology
NewMind AI Weekly Chronicles - August'25-Week II
The Rise and Fall of 3GPP – Time for a Sabbatical?
sap open course for s4hana steps from ECC to s4
cuic standard and advanced reporting.pdf
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
A Presentation on Artificial Intelligence
Digital-Transformation-Roadmap-for-Companies.pptx
Machine learning based COVID-19 study performance prediction
Reach Out and Touch Someone: Haptics and Empathic Computing
MIND Revenue Release Quarter 2 2025 Press Release
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Big Data Technologies - Introduction.pptx

ACCU Agile Approach to Defect Management

  • 1. Limbo Lower Now: An Agile Approach to Defect Management ACCU 2011 Lisa Crispin With Material from Janet Gregory 1
  • 2. Introduction My defect tracking background:  As programmer – no DTS  Tech support – DTS developed in-house  Traditional QA – vendor DTS, customized  Agile teams – variety of approaches 2 Copyright 2010: Lisa Crispin
  • 3. Your Defect Tracking? How about you?  How many use a DTS?  How many don’t use one?  How low is your “defect limbo” bar? 3 Copyright 2010: Lisa Crispin
  • 4. Takeaways  Defects and technical debt  When to use a Defect Tracking System  Alternatives  Defect metrics  Setting the bar lower 4 Copyright 2010: Lisa Crispin
  • 5. Traditional View  Bugs must be documented  Especially those found in production  Provide information for root cause analysis  Knowledge base – did similar bug occur earlier?  DTS provides useful metrics 5 Copyright 2010: Lisa Crispin
  • 6. Lean Development / Agile View  Defect queues are queues of rework – waste (Poppendieck)  Find, fix test-first, and forget  Better yet, prevent  zero bug tolerance  Bugs => Technical Debt  Small experiments 6 Copyright 2010: Lisa Crispin
  • 7. Choices An agile approach:  Understand the problem  Do what works for your team  Focus on goals: bug prevention  Start simple, add as needed  Explore alternatives 7 Copyright 2010: Lisa Crispin
  • 8. Why Log Bugs – or not What are the advantages of using a DTS? What are the downsides to using a DTS? 8 Copyright 2010: Lisa Crispin
  • 9. Some Advantages of Using DTS  Knowledge base  Place to keep supplemental docs  Prioritizing  Traceability  Distributed/large teams  Customer ease, visibility, convenience  Metrics  Redundant with test-first, frequent releases 9 Copyright 2010: Lisa Crispin
  • 10. Some Disadvantages of using DTS  Overhead  Duplicates test  Impedes communication  Waste  Inaccurate or inadequate reports  Caught during development  Won’t get fixed  Doesn't work towards goal  zero defects, bug prevention 10 Copyright 2010: Lisa Crispin
  • 11. Defect Metrics  Traditionally, tell us state of quality, release readiness  Using tests to drive incremental, iterative development tells us this  Trends more important than numbers  Who cares how many bugs found in development?  May be useful for team goals  Careful how you use metrics 11 Copyright 2010: Lisa Crispin
  • 12. Some Other Perspectives  What we can learn from bugs  Alternatives to logging bugs  When tracking defects makes sense 12 Copyright 2010: Lisa Crispin
  • 13. Bugs as the “Hidden Backlog”  Acceptance tests = desired behavior  Defect reports = misbehavior (Antony Marcano)  Ignored defects = missed features  Misbehavior not addressed  Defects prioritized over new features  Misbehavior over desired features  Information can get lost in DTS 13 Copyright 2010: Lisa Crispin
  • 14. Choosing to Not Log a Bug  Unit-level bugs  Write a test, not a bug  Higher-level regression failures  Test usually enough  Bugs found during development  Fix immediately  Log on task card 14 Copyright 2010: Lisa Crispin
  • 15. Choosing to Log a Bug  Found in later iteration  Log if not fixed immediately  Legacy bugs  Write new story/feature  Don't log if it won't be fixed  Found in production  Fix immediately or  Prioritize, estimate, plan  Non-bug production issues  “production support requests” 15 Copyright 2010: Lisa Crispin
  • 16. Other Approaches To Log or Not?  How do you decide? 16 Copyright 2010: Lisa Crispin
  • 17. Alternative Ways to Track Bugs  Cards  DTS  Tests 17 Copyright 2010: Lisa Crispin
  • 18. Logging Bugs on Cards Story, task or bug cards – physical or online  Tangible  Visible – color coding  Attach screen prints  Use when:  Disciplined team  Bugs need high visibility 18 Copyright 2010: Lisa Crispin
  • 19. Logging Bugs in DTS Use a DTS when  Team is distributed  Audit requirements  Release notes  Not all bugs will be fixed immediately  Legacy system with lots of defects 19 Copyright 2010: Lisa Crispin
  • 20. Logging Bugs with Tests Use the test written to reproduce the bug and verify the fix when:  Everything learned from fixing bug is captured in test  Test can be automated  Team is disciplined and writes tests for every bug found 20 Copyright 2010: Lisa Crispin
  • 21. When to Fix Bugs  Fix now  cheaper  prevents technical debt  Estimate, prioritize and fix later  complex, high effort  legacy code, may destabilize  customer decision  Never fix  about to be rewritten  low risk  don't pretend you'll fix if you won't! 21 Copyright 2010: Lisa Crispin
  • 22. Lowering the Bar  Exploring alternatives  Preventing bugs in the first place 22 Copyright 2010: Lisa Crispin
  • 23. Experiment !  Start a new project with no DTS, and see what you need.  Set rules - “no more than 10 bugs at once”  Use color-coded cards and stickers  Fix all bugs  Treat bugs as stories 23 Copyright 2010: Lisa Crispin
  • 24. Make It a Team Problem  Understand your needs  Choose solution by team consensus  Cards and stickers (real or online)  Story board  Online DTS  Combo: DTS and cards  Ask other teams 24 Copyright 2010: Lisa Crispin
  • 25. Focus On Preventing Defects  Teams have achieved zero-defects goal  Whole team collaborates on ways to improve quality  Use retrospectives  Try small experiments 25 Copyright 2010: Lisa Crispin
  • 26. Let’s Try an Experiment: Part 1  Pair up with the person next to you  One of you take the “tester” role, the other is “programmer”. Stand back to back.  Testers: Take the mini-schedule out of your badge & open to p. 10  Programmers: take a piece of paper and pen. You cannot ask questions or turn around.  Testers: Get the programmer to draw what you see on p. 10 – 11 only by describing the shapes & where they are. Do not turn around! 26 Copyright 2010: Lisa Crispin
  • 27. Let’s Try an Experiment: Part 2  Programmer: Get a new piece of paper. This time, you are allowed to ask questions.  Tester: You may now watch what the programmer draws  Point out “defects” immediately, and answer questions.  (Don’t show the actual pages, we’re trying to simulate real-life coding here!) 27 Copyright 2010: Lisa Crispin
  • 28. Bug Prevention!  Make testing integrated part of development  Practice TDD and Specification by Example  Gain domain expertise  Exploratory testing by testing professionals  Consider ripple effects of code changes  Look at problem areas, experiment with solutions 28 Copyright 2010: Lisa Crispin
  • 29. Action!  Think of one thing your team can do to prevent defects, starting next week.  Write it on an index card along with your email address.  Exchange cards with the person next to you.  Email each other every week for 4 weeks with encouragement, questions, support.  Please let me know your results! lisa@lisacrispin.com 29 Copyright 2010: Lisa Crispin
  • 30. How Low Can You Go?  Experiment to find defect management approach that fits best  Zero defects is achievable  But go for baby steps  Focus on bug prevention  Do what works for your team  Test/code together  Use retrospectives 30 Copyright 2010: Lisa Crispin
  • 31. Agile Testing Agile Testing: A Practical Guide for Testers and Agile Teams By Lisa Crispin and Janet Gregory www.agiletester.ca Book signing after this session at the bookstore Copyright 2010: Lisa Crispin 31
  • 32. All Proceeds to Charity! Beautiful Testing: Leading Professionals Reveal How They Improve Software Edited by Tim Riley, Adam Goucher Includes chapter by yours truly Copyright 2010: Lisa Crispin 32
  • 33. Specification by Example How successful teams deliver the right software Gojko Adzic Case studies from > 50 teams 33 Copyright 2010: Lisa Crispin Copyright 2008 Janet Gregory, DragonFire
  • 34. Recommended Bridging the Communication Gap: Specification By Example and Acceptance Testing Gojko Adzic 34 Copyright 2010: Lisa Crispin
  • 35. Recommended The Agile Samurai Jonathan Rasmussen Great intro to agile and agile testing 35 Copyright 2010: Lisa Crispin
  • 36. Lean Development Implementing Lean Development: From Concept to Cash Mary and Tom Poppendieck Copyright 2010: Lisa Crispin 36
  • 37. Some Agile Testing Resources lisacrispin.com janetgregory.ca exampler.com agile-testing@yahoogroups.com testobsessed.com testingreflections.com dhemery.com 37 Copyright 2010: Lisa Crispin
  • 38. Questions? 38 Copyright 2010: Lisa Crispin