SlideShare uma empresa Scribd logo
1 de 77
Baixar para ler offline
Using Behaviour Driven Development to
       Enhance Scrum Team Dynamics




John	
  Ferguson	
  Smart
Consulta
                    nt
            Trainer
           Mentor
           Author
          Speaker
          Coder
John Fer
         guson S
                 mar t
There are only two problems
  in software development

1) Building the software wrong

2) Building the wrong software
50-­‐80%	
  of	
  produc.on	
  code	
  is	
  never	
  or	
  rarely	
  used
Poor	
  quality	
  costs	
  money!
Payroll	
  System
Ini:al	
  Budget       $6	
  million

Cost	
  by	
  2012                     $416	
  million

Es:mated	
  cost	
  
  to	
  complete                                         $837	
  million
Payroll	
  System
Project success = right product + built right
Building the
             right thing



 Features aligned
 to business needs
                                                                  Right product,
                                                                   built right

Wasted effort
                              Doesn't
                                       do wha
                              the use         t
                                      r wants
                What




                                            e
                               Project lat




                                                             Hard to
                                                             change
                        Over bu
                                                 sive to

                                    dget
                                              aintain
                            le
                           Unstab




                                           Expen



    Misaligned
                                            m



   requirements
                                                                                       Building the
                                                                                        thing right
                                                       How
                       Poor craftsmanship                                 Quality
                                                               Bugs    craftsmanship
BDD
The Drive for Value
Behaviour Driven Development is...

               Conversation
                 Focused
Behaviour Driven Development is...




 Example-based
Behaviour Driven Development is...




                           i o n
           u m pt
A s s
Behaviour Driven Development is...

               Value Driven
Behaviour Driven Development is...




        Ou
          ts
                id
                  e
                            In
Behaviour Driven Development is...
                      Business Analyst




                  A Common
                  Language
       Business                          Developer




                         Tester
Behaviour Driven Development is...


                    Executable
                   Specifications
Behaviour Driven Development is...



                            31%	
  faster	
  delivery
         Delivery	
  Time


                            Tradi.onal


                                         Using	
  BDD




                                                        More value faster
Behaviour Driven Development is...



                          4	
  .mes	
  less	
  defects
         Defect	
  Rate


                          Tradi.onal


                                       Using	
  BDD




                                                         Higher Quality
BDD
A concrete example
I	
  want	
  to	
  sell	
  train	
  
5cket	
  bookings	
  online              OK.	
  How	
  will	
  that	
  
                                           benefit	
  you?
Travellers	
  won’t	
  have	
  to	
  waste	
  8me	
  
  queuing	
  at	
  the	
  sta8on	
  any	
  more

                                                                So	
  you	
  might	
  say:
         Yes                                            	
  	
  In	
  order	
  to	
  save	
  ,me	
  by	
  avoiding	
  the	
  queue	
  at	
  the	
  sta,on
                                                        	
  	
  As	
  a	
  traveller
                                                                 I	
  want	
  to	
  book	
  my	
  ,cket	
  online
So	
  why	
  do	
  we	
  care?

     People	
  hate	
  queueing.	
  More	
                                      Aha!	
  So	
  it’s	
  about	
  selling	
  
people	
  will	
  buy	
  train	
  8ckets	
  if	
  they	
  don't	
               more	
  8ckets!
                   have	
  to	
  queue.

            Yes
So	
  we	
  could	
  say	
  this:
                   	
  In	
  order	
  to	
  increase	
  ,cket	
  sales
I	
  guess	
  so   	
  As	
  a	
  rail	
  service
                    	
  I	
  want	
  travellers	
  to	
  be	
  able	
  to	
  save	
  ,me	
  by	
  booking	
  online
Can	
  you	
  give	
  me	
  an	
  example	
  of	
  how	
  someone	
  might	
  
                                                                     book	
  a	
  train	
  8cket	
  online?

Sure.	
  A	
  traveller	
  buys	
  a	
  8cket	
  
online	
  from	
  Dubbo	
  to	
  Sydney.
                                                                                                                Which	
  would	
  cost?
                                                          $25




                                          So	
  we	
  could	
  say:
                                          Given	
  Jane	
  wants	
  to	
  take	
  a	
  train	
  from	
  Dubbo	
  to	
  Sydney
                                          When	
  she	
  books	
  a	
  ,cket	
  online
                                          Then	
  she	
  should	
  be	
  charged	
  $25
Hmm.	
  So	
  every	
  traveller	
  pays	
  the	
  same	
  price?


    Of	
  course	
  not!	
  A	
  pensionner	
  
  would	
  only	
  pay	
  $20,	
  for	
  example.




     Ok.	
  So	
  let’s	
  add	
  that	
  example	
  too:
	
  	
  	
  	
  Given	
  Joe	
  wants	
  to	
  take	
  a	
  train	
  from	
  Dubbo	
  to	
  Sydney
	
  	
  	
  	
  And	
  Joe	
  has	
  a	
  pension	
  card	
  
	
  	
  	
  	
  When	
  he	
  books	
  a	
  ,cket	
  online
	
  	
  	
  	
  Then	
  he	
  should	
  be	
  charged	
  $20
     	
  	
  	
  And	
  he	
  should	
  be	
  issued	
  with	
  a	
  valid	
  ,cket
Can	
  you	
  give	
  me	
  any	
  other	
  examples	
  of	
  
                                                             people	
  who	
  don’t	
  pay	
  $25	
  for	
  this	
  trip?

Yes,	
  we	
  give	
  students	
  a	
  30%	
  
                discount




                                                                                     Let’s	
  put	
  this	
  in	
  a	
  table




                                     Trip base cost   Concession type                  Expected Price
                                     $25              Pensioner                        $20
                                     $25              Military                         $20
                                     $25              Student                          $17.50
                                     $25              Under 12                         $12.50
                                     $25              Under 3                          $0.00
So what did we just do?
I	
  want	
  to	
  sell	
  train	
  
  5cket	
  bookings	
  online




1) Identify a feature
I	
  want	
  to	
  sell	
  train	
  
 5cket	
  bookings	
  online

                                          To	
  increase	
  
                                          5cket	
  sales

2) Understand why
I	
  want	
  to	
  sell	
  train	
  
5cket	
  bookings	
  online

                                                        To	
  increase	
  
                                                        5cket	
  sales

3) Find examples
     Given	
  Jane	
  wants	
  to	
  take	
  a	
  train	
  from	
  Dubbo	
  to	
  Sydney
     When	
  she	
  books	
  a	
  ,cket	
  online
     Then	
  she	
  should	
  be	
  charged	
  $25
I	
  want	
  to	
  sell	
  train	
  
          5cket	
  bookings	
  online

                                                                              To	
  increase	
  
                                                                              5cket	
  sales

4) Challenge assumptions
                   Given	
  Jane	
  wants	
  to	
  take	
  a	
  train	
  from	
  Dubbo	
  to	
  Sydney
                   When	
  she	
  books	
  a	
  ,cket	
  online
                   Then	
  she	
  should	
  be	
  charged	
  $25

    	
  	
  	
  Given	
  Joe	
  wants	
  to	
  take	
  a	
  train	
  from	
  Dubbo	
  to	
  Sydney
   	
  	
  	
  	
  And	
  Joe	
  has	
  a	
  pension	
  card	
  
   	
  	
  	
  	
  When	
  he	
  books	
  a	
  ,cket	
  online
   	
  	
  	
  	
  Then	
  he	
  should	
  be	
  charged	
  $20
    	
  	
  	
  And	
  he	
  should	
  be	
  issued	
  with	
  a	
  valid	
  ,cket
I	
  want	
  to	
  sell	
  train	
  
                        5cket	
  bookings	
  online

                                                                                            To	
  increase	
  
                                                                                            5cket	
  sales

                 5) Extend our model
                          Given	
  Jane	
  wants	
  to	
  take	
  a	
  train	
  from	
  Dubbo	
  to	
  Sydney
                          When	
  she	
  books	
  a	
  ,cket	
  online
Trip base cost     Concession type should	
  Expected Price
                          Then	
  she	
           be	
  charged	
  $25
$25                        Pensioner                                   $20
                  	
  	
  	
  Given	
  Joe	
  wants	
  to	
  take	
  a	
  train	
  from	
  Dubbo	
  to	
  Sydney
$25                        Military                                    $20
                 	
  	
  	
  	
  And	
  Joe	
  has	
  a	
  pension	
  card	
  
$25              	
  	
  	
  Studente	
  books	
  a	
  ,cket	
  online
                             	
  When	
  h                             $17.50
$25              	
  	
  	
  Underh12 hould	
  be	
  charged	
  $20
                             	
  Then	
   e	
  s                       $12.50
                  	
  	
  	
  And	
  he	
  should	
  be	
  issued	
  with	
  a	
  valid	
  ,cket
$25                        Under 3                                     $0.00
And now we can automate
Now	
  we	
  can	
  automate	
  the	
  acceptance	
  criteria

   Trip base cost       Concession type      Expected Price
   $25                  Pensioner            $20
   $25                  Military             $20
   $25                  Student              $17.50
   $25                  Under 12             $12.50
   $25                  Under 3              $0.00



Acceptance criteria
Now	
  we	
  can	
  automate	
  the	
  acceptance	
  criteria

 Trip base cost        Concession type     Expected Price
 $25                   Pensioner           $20
 $25                   Military            $20
 $25                   Student             $17.50
 $25                   Under 12            $12.50
 $25                   Under 3             $0.00




Automated acceptance criteria
Now	
  we	
  can	
  automate	
  the	
  acceptance	
  criteria

   Trip base cost       Concession type      Expected Price
   $25                  Pensioner            $20
   $25                  Military             $20
   $25                  Student              $17.50
   $25                  Under 12             $12.50
   $25                  Under 3              $0.00




Living Documentation
BDD also applies to coding
We are always writing the
specifications for something
Low level specifications
                  Also act as technical documentation
High Level BDD
What features should we build?
Automated acceptance criteria
 Written for the whole team




                                             Spock



                                       Low Level BDD
                                      How do we build them?
                                 Low level specification and design
                                       Written for developers
BDD and the
Product Backlog
 A story of focus
What should we build next?
Backlog   Next Sprint




             ?
Backlog           Next Sprint




                     ?
 $$$$$$$

 $$$$$$$

   $$$$$$

    $$$$$

     $$$$

      $$$

       $$$

           $$$

            $$$

            $$$
But what about
Minimum Marketable Features?
Backlog            Next Sprint

             {
                                       ?
 Minimum           $$$$$$$
Marketable
Feature 1          $$$$$$$

                     $$$$$$

                      $$$$$



               {
   Minimum
                       $$$$
  Marketable
   Feature 2            $$$

                         $$$

                             $$$

                              $$$

                              $$$
Minimum Marketable Features
            or
  Minimum Viable Product?
How long would it take you to
  rewrite your last project?
“Ignorance is the constraint”
                       - Liz Keogh
"Ignorance more frequently begets
  confidence than does knowledge"
                 - Charles Darwin
Software development is a process of
   Continual Incremental Learning



     Known
    Unknowns

                      Unknown
                      Unknowns
"Scientia potentia est"
  Knowledge is power
   - Sir Francis Bacon
Learning has value


What stories will reduce our ignorance the most?
Backlog           Next Sprint




                     ?
 $$$$$$$

 $$$$$$$

   $$$$$$

    $$$$$

     $$$$

      $$$

       $$$

           $$$

            $$$

            $$$
Backlog               Next Sprint




                         ?
 ???????

 ???????

   ??????

    ?????

     ????

       ???

           ???

            ???

             ??

                  ?
Hunt	
  the	
  value!
What do you want to achieve?

                                 Vision           What will the business get out of it?


                                 Goals              What do users and stakeholders
                                                     need to deliver these goals?

                              Capabilities                  How can our application
                                                            help the users to do this?

    We can break a              Features
 feature up into stories

                                 Stories
Concrete examples are
easier to understand
                               Scenarios

   Are we
 there yet?                Acceptance Criteria



                                 Code
A business goal should
   1) Increase Revenue
      2) Reduce Costs
    3) Protect Revenue
   4) Avoid future costs
But who knows what the real goals are?
Chances	
  of	
  
  knowing


                    Senior	
  Management


                                           Product	
  Owners



                                                               Scrum	
  Masters


                                                                                  Business	
  Analysts


                                                                                                         Testers




                                                                                                                                          Developers
                                                                                                                   Role	
  in	
  the	
  organiza8on
Every story will provide value to
          the business




              What makes you so sure?
Can you map each story back to a
         business goal?
Requirements analysis is built on assumptions
                                           
                Goal
                                                              ti on
    To	
  increase	
  8cket	
  sale	
  
                                                 su mp
              revenue                      As

                                                                                      ti on
                                                                                  u mp
                                                                          ss
                                                Capability
                                          Sell	
  8ckets	
  online      A
   “Selling tickets
 online will increase
        sales”                                                                    Feature
                                                                     Pay	
  by	
  any	
  credit	
  card
                               “More credit card
                                  support will
                                increase online
                                     sales”
How can you validate your assumptions?                                                                   
               Goal
                                                            ti on
   To	
  increase	
  8cket	
  sale	
  
                                                su mp
             revenue                      As

                                                                                        ti on
                                                                Text
                                                                                    u mp
                                                                            ss
                                               Capability
                                         Sell	
  8ckets	
  online         A
  “Selling tickets
online will increase
       sales”                                                                       Feature
                                                                       Pay	
  by	
  any	
  credit	
  card
                              “More credit card
                                 support will
                               increase online
                                    sales”
                                         ...by measuring the outcomes
Impact Mapping
              a visual approach to identifying assumptions


    Why            Who              How              What

                                                                 concessions

                                                online booking

To increase      travellers   take the train
                                                                 credit card
ticket sale                     more often
                                                                  payment
  revenue


                               suggest taking   social network
                                the train to      integration
                                  friends
1)	
  Iden.fy	
  your	
  assump.ons

2)	
  Measure	
  the	
  outcomes

3)	
  Verify	
  your	
  assump.ons
BDD and team
   dynamics

Collaboration like you mean it
How do you build
                a feature?
Story

                  WASTE

                      bug	
  reports


        Working	
  
         code


                         boring	
  
                         manual	
  
                         tes5ng
How do you build
                                        a feature?
                  Story
                 Examples
                Automated	
  
                acceptance	
  
   Shared	
       criteria
understanding
                          Working	
  code	
  
                               and	
  
                        Working	
  Automated	
  
                         Acceptance	
  Tests
                                                   Exploratory	
  tes5ng,	
  
                                                    usability	
  tes5ng...
Tips and tricks

When the rubber hits the road
71
72

"Don't tell people how to do things, tell them what to
      do and let them surprise you with their results"
                                    - George S. Patton
73
74
75




Tailor
your
reporting
76


You	
  are	
  allowed	
  to	
  ask	
  ques.ons
John	
  Ferguson	
  Smart




Questions?

Mais conteúdo relacionado

Mais procurados

The Dark Side - Nov 2011
The Dark Side - Nov 2011The Dark Side - Nov 2011
The Dark Side - Nov 2011davidssg
 
An Introduction to Service Innovation
An Introduction to Service InnovationAn Introduction to Service Innovation
An Introduction to Service InnovationKatrine Rau
 
AIESEC UK Summer Opportunities
AIESEC UK Summer OpportunitiesAIESEC UK Summer Opportunities
AIESEC UK Summer OpportunitiesAdomas Baltagalvis
 
Household expenses converted into assets
Household expenses converted into assets Household expenses converted into assets
Household expenses converted into assets Pradipkumar Nath
 
Gift Cards India
Gift Cards IndiaGift Cards India
Gift Cards IndiaJoydeep Das
 
Digital Download 101 - The Communications Council 2012
Digital Download 101 - The Communications Council 2012Digital Download 101 - The Communications Council 2012
Digital Download 101 - The Communications Council 2012WiTH Collective
 
Outsourcing Do's and Don'ts
Outsourcing Do's and Don'tsOutsourcing Do's and Don'ts
Outsourcing Do's and Don'tsdonnfelker
 
Using Abstraction to Increase Clarity
Using Abstraction to Increase ClarityUsing Abstraction to Increase Clarity
Using Abstraction to Increase ClarityKaarin Hoff
 
lak/gd—Brand?
lak/gd—Brand?lak/gd—Brand?
lak/gd—Brand?lakgd
 
500 Startups Lean UX Bootcamp
500 Startups Lean UX Bootcamp500 Startups Lean UX Bootcamp
500 Startups Lean UX BootcampEnrique Allen
 
Samasource 2011 Annual Report
Samasource 2011 Annual ReportSamasource 2011 Annual Report
Samasource 2011 Annual ReportLeila Janah
 
[Challenge:Future] Demand Supply model for youth unemployment
[Challenge:Future] Demand Supply model for youth unemployment[Challenge:Future] Demand Supply model for youth unemployment
[Challenge:Future] Demand Supply model for youth unemploymentChallenge:Future
 

Mais procurados (17)

The Dark Side - Nov 2011
The Dark Side - Nov 2011The Dark Side - Nov 2011
The Dark Side - Nov 2011
 
An Introduction to Service Innovation
An Introduction to Service InnovationAn Introduction to Service Innovation
An Introduction to Service Innovation
 
AIESEC UK Summer Opportunities
AIESEC UK Summer OpportunitiesAIESEC UK Summer Opportunities
AIESEC UK Summer Opportunities
 
Household expenses converted into assets
Household expenses converted into assets Household expenses converted into assets
Household expenses converted into assets
 
Gift Cards India
Gift Cards IndiaGift Cards India
Gift Cards India
 
Digital Download 101 - The Communications Council 2012
Digital Download 101 - The Communications Council 2012Digital Download 101 - The Communications Council 2012
Digital Download 101 - The Communications Council 2012
 
Happiness machines
Happiness machinesHappiness machines
Happiness machines
 
Outsourcing Do's and Don'ts
Outsourcing Do's and Don'tsOutsourcing Do's and Don'ts
Outsourcing Do's and Don'ts
 
Using Abstraction to Increase Clarity
Using Abstraction to Increase ClarityUsing Abstraction to Increase Clarity
Using Abstraction to Increase Clarity
 
lak/gd—Brand?
lak/gd—Brand?lak/gd—Brand?
lak/gd—Brand?
 
500 Startups Lean UX Bootcamp
500 Startups Lean UX Bootcamp500 Startups Lean UX Bootcamp
500 Startups Lean UX Bootcamp
 
Samasource 2011 Annual Report
Samasource 2011 Annual ReportSamasource 2011 Annual Report
Samasource 2011 Annual Report
 
[Challenge:Future] Demand Supply model for youth unemployment
[Challenge:Future] Demand Supply model for youth unemployment[Challenge:Future] Demand Supply model for youth unemployment
[Challenge:Future] Demand Supply model for youth unemployment
 
Why vhelp
Why vhelpWhy vhelp
Why vhelp
 
Sfs17 3 bmg-design pdf
Sfs17 3 bmg-design pdfSfs17 3 bmg-design pdf
Sfs17 3 bmg-design pdf
 
Sfs17 1 bmg-canvas pdf
Sfs17 1 bmg-canvas pdfSfs17 1 bmg-canvas pdf
Sfs17 1 bmg-canvas pdf
 
Title Wise Newsletter
Title Wise NewsletterTitle Wise Newsletter
Title Wise Newsletter
 

Destaque

A secure and dynamic multi keyword ranked search scheme over encrypted cloud ...
A secure and dynamic multi keyword ranked search scheme over encrypted cloud ...A secure and dynamic multi keyword ranked search scheme over encrypted cloud ...
A secure and dynamic multi keyword ranked search scheme over encrypted cloud ...ieeepondy
 
Modelling and Analysis of User Behaviour in Online Communities
Modelling and Analysis of User Behaviour in Online CommunitiesModelling and Analysis of User Behaviour in Online Communities
Modelling and Analysis of User Behaviour in Online CommunitiesMatthew Rowe
 
Accurate and Efficient Secured Dynamic Multi-keyword Ranked Search
Accurate and Efficient Secured Dynamic Multi-keyword Ranked SearchAccurate and Efficient Secured Dynamic Multi-keyword Ranked Search
Accurate and Efficient Secured Dynamic Multi-keyword Ranked SearchDakshineshwar Swain
 
A secure and dynamic multi keyword ranked search scheme over encrypted cloud ...
A secure and dynamic multi keyword ranked search scheme over encrypted cloud ...A secure and dynamic multi keyword ranked search scheme over encrypted cloud ...
A secure and dynamic multi keyword ranked search scheme over encrypted cloud ...Shakas Technologies
 
Scrum + Behavior Driven Development (BDD) - Colombo
Scrum + Behavior Driven Development (BDD) - ColomboScrum + Behavior Driven Development (BDD) - Colombo
Scrum + Behavior Driven Development (BDD) - ColomboNaveen Kumar Singh
 
BDD: What's in it for me?
BDD: What's in it for me?BDD: What's in it for me?
BDD: What's in it for me?fuglylogic
 
A SECURE AND DYNAMIC MULTI-KEYWORD RANKED SEARCH SCHEME OVER ENCRYPTED CLOUD...
 A SECURE AND DYNAMIC MULTI-KEYWORD RANKED SEARCH SCHEME OVER ENCRYPTED CLOUD... A SECURE AND DYNAMIC MULTI-KEYWORD RANKED SEARCH SCHEME OVER ENCRYPTED CLOUD...
A SECURE AND DYNAMIC MULTI-KEYWORD RANKED SEARCH SCHEME OVER ENCRYPTED CLOUD...Nexgen Technology
 
Getting Comfortable with BDD
Getting Comfortable with BDDGetting Comfortable with BDD
Getting Comfortable with BDDAlex Sharp
 
Be Ready, Be Done: The Art of Slicing Stories
Be Ready, Be Done: The Art of Slicing StoriesBe Ready, Be Done: The Art of Slicing Stories
Be Ready, Be Done: The Art of Slicing StoriesRaj Indugula
 
The WHY behind TDD/BDD and the HOW with RSpec
The WHY behind TDD/BDD and the HOW with RSpecThe WHY behind TDD/BDD and the HOW with RSpec
The WHY behind TDD/BDD and the HOW with RSpecBen Mabey
 
BDD in Action: Building Software Right and Building the Right Software
BDD in Action: Building Software Right and Building the Right SoftwareBDD in Action: Building Software Right and Building the Right Software
BDD in Action: Building Software Right and Building the Right SoftwareJohn Ferguson Smart Limited
 
Outside In - Behaviour Driven Development (BDD)
Outside In - Behaviour Driven Development (BDD)Outside In - Behaviour Driven Development (BDD)
Outside In - Behaviour Driven Development (BDD)Naresh Jain
 
BDD in Action – principles, practices and real-world application
BDD in Action – principles, practices and real-world applicationBDD in Action – principles, practices and real-world application
BDD in Action – principles, practices and real-world applicationJohn Ferguson Smart Limited
 
Behavior Driven Development (BDD) and Agile Testing
Behavior Driven Development (BDD) and Agile TestingBehavior Driven Development (BDD) and Agile Testing
Behavior Driven Development (BDD) and Agile Testingdversaci
 
Introduction to BDD with Cucumber for Java
Introduction to BDD with Cucumber for JavaIntroduction to BDD with Cucumber for Java
Introduction to BDD with Cucumber for JavaSeb Rose
 

Destaque (20)

A secure and dynamic multi keyword ranked search scheme over encrypted cloud ...
A secure and dynamic multi keyword ranked search scheme over encrypted cloud ...A secure and dynamic multi keyword ranked search scheme over encrypted cloud ...
A secure and dynamic multi keyword ranked search scheme over encrypted cloud ...
 
Modelling and Analysis of User Behaviour in Online Communities
Modelling and Analysis of User Behaviour in Online CommunitiesModelling and Analysis of User Behaviour in Online Communities
Modelling and Analysis of User Behaviour in Online Communities
 
Accurate and Efficient Secured Dynamic Multi-keyword Ranked Search
Accurate and Efficient Secured Dynamic Multi-keyword Ranked SearchAccurate and Efficient Secured Dynamic Multi-keyword Ranked Search
Accurate and Efficient Secured Dynamic Multi-keyword Ranked Search
 
A secure and dynamic multi keyword ranked search scheme over encrypted cloud ...
A secure and dynamic multi keyword ranked search scheme over encrypted cloud ...A secure and dynamic multi keyword ranked search scheme over encrypted cloud ...
A secure and dynamic multi keyword ranked search scheme over encrypted cloud ...
 
Scrum + Behavior Driven Development (BDD) - Colombo
Scrum + Behavior Driven Development (BDD) - ColomboScrum + Behavior Driven Development (BDD) - Colombo
Scrum + Behavior Driven Development (BDD) - Colombo
 
Its testing-jim-but-not-as-we-know-it-devoxx
Its testing-jim-but-not-as-we-know-it-devoxxIts testing-jim-but-not-as-we-know-it-devoxx
Its testing-jim-but-not-as-we-know-it-devoxx
 
BDD: There's more to it than you think
BDD: There's more to it than you thinkBDD: There's more to it than you think
BDD: There's more to it than you think
 
BDD: What's in it for me?
BDD: What's in it for me?BDD: What's in it for me?
BDD: What's in it for me?
 
BDD in Action - Devoxx 2014
BDD in Action - Devoxx 2014BDD in Action - Devoxx 2014
BDD in Action - Devoxx 2014
 
A SECURE AND DYNAMIC MULTI-KEYWORD RANKED SEARCH SCHEME OVER ENCRYPTED CLOUD...
 A SECURE AND DYNAMIC MULTI-KEYWORD RANKED SEARCH SCHEME OVER ENCRYPTED CLOUD... A SECURE AND DYNAMIC MULTI-KEYWORD RANKED SEARCH SCHEME OVER ENCRYPTED CLOUD...
A SECURE AND DYNAMIC MULTI-KEYWORD RANKED SEARCH SCHEME OVER ENCRYPTED CLOUD...
 
BDD - Collaborate like you mean it!
BDD - Collaborate like you mean it!BDD - Collaborate like you mean it!
BDD - Collaborate like you mean it!
 
Getting Comfortable with BDD
Getting Comfortable with BDDGetting Comfortable with BDD
Getting Comfortable with BDD
 
Be Ready, Be Done: The Art of Slicing Stories
Be Ready, Be Done: The Art of Slicing StoriesBe Ready, Be Done: The Art of Slicing Stories
Be Ready, Be Done: The Art of Slicing Stories
 
The WHY behind TDD/BDD and the HOW with RSpec
The WHY behind TDD/BDD and the HOW with RSpecThe WHY behind TDD/BDD and the HOW with RSpec
The WHY behind TDD/BDD and the HOW with RSpec
 
BDD in Action: Building Software Right and Building the Right Software
BDD in Action: Building Software Right and Building the Right SoftwareBDD in Action: Building Software Right and Building the Right Software
BDD in Action: Building Software Right and Building the Right Software
 
Outside In - Behaviour Driven Development (BDD)
Outside In - Behaviour Driven Development (BDD)Outside In - Behaviour Driven Development (BDD)
Outside In - Behaviour Driven Development (BDD)
 
BDD Anti-patterns
BDD Anti-patternsBDD Anti-patterns
BDD Anti-patterns
 
BDD in Action – principles, practices and real-world application
BDD in Action – principles, practices and real-world applicationBDD in Action – principles, practices and real-world application
BDD in Action – principles, practices and real-world application
 
Behavior Driven Development (BDD) and Agile Testing
Behavior Driven Development (BDD) and Agile TestingBehavior Driven Development (BDD) and Agile Testing
Behavior Driven Development (BDD) and Agile Testing
 
Introduction to BDD with Cucumber for Java
Introduction to BDD with Cucumber for JavaIntroduction to BDD with Cucumber for Java
Introduction to BDD with Cucumber for Java
 

Semelhante a Bdd and Scrum Team Dynamics

How to Do Lean Planning (and what does that mean anyway)
How to Do Lean Planning (and what does that mean anyway)How to Do Lean Planning (and what does that mean anyway)
How to Do Lean Planning (and what does that mean anyway)The Difference Engine
 
15 Patterns for Agile Culture Success - Atlassian Summit 2012
15 Patterns for Agile Culture Success - Atlassian Summit 201215 Patterns for Agile Culture Success - Atlassian Summit 2012
15 Patterns for Agile Culture Success - Atlassian Summit 2012Atlassian
 
IT & ROI, BEP, and NPV Explained
IT & ROI, BEP, and NPV ExplainedIT & ROI, BEP, and NPV Explained
IT & ROI, BEP, and NPV ExplainedDeWayne Lehman
 
MeasureWorks - Velocity Conference Europe 2012 - a Web Performance dashboard ...
MeasureWorks - Velocity Conference Europe 2012 - a Web Performance dashboard ...MeasureWorks - Velocity Conference Europe 2012 - a Web Performance dashboard ...
MeasureWorks - Velocity Conference Europe 2012 - a Web Performance dashboard ...MeasureWorks
 
Killer Business Models
Killer Business ModelsKiller Business Models
Killer Business ModelsDavid Keener
 
Master Workshop Business Modeling - The Institute Mexico
Master Workshop Business Modeling - The Institute MexicoMaster Workshop Business Modeling - The Institute Mexico
Master Workshop Business Modeling - The Institute MexicoTheInstituteMexico
 
HORECA - Sleed - Future Hotel on the Web
HORECA - Sleed - Future Hotel on the WebHORECA - Sleed - Future Hotel on the Web
HORECA - Sleed - Future Hotel on the WebSleed
 
How to get to a Smartphone & Tablet Vision & Strategy....and execution
How to get to a Smartphone & Tablet Vision & Strategy....and executionHow to get to a Smartphone & Tablet Vision & Strategy....and execution
How to get to a Smartphone & Tablet Vision & Strategy....and executionJan-Joost Kraal
 
Insider story about line rental
Insider story about line rentalInsider story about line rental
Insider story about line rentalGreg Eicke
 
Mike Carter's Presentation
Mike Carter's PresentationMike Carter's Presentation
Mike Carter's PresentationPoppyD
 
Nomensa iof 110706
Nomensa iof 110706Nomensa iof 110706
Nomensa iof 110706Jason Potts
 
Engineering recruiting today
Engineering recruiting todayEngineering recruiting today
Engineering recruiting todayGeorge Babu
 
Visitors to Customers
Visitors to CustomersVisitors to Customers
Visitors to CustomersDreamsmiths
 
Communications e business
Communications e businessCommunications e business
Communications e businessRalph Paglia
 
Creativity As Iterative Process
Creativity As Iterative ProcessCreativity As Iterative Process
Creativity As Iterative ProcessYee Lee
 
TCC - Digital Download - January 2013
TCC - Digital Download - January 2013TCC - Digital Download - January 2013
TCC - Digital Download - January 2013WiTH Collective
 
Temple credentials for YPayCash
Temple credentials for YPayCashTemple credentials for YPayCash
Temple credentials for YPayCashsurajkollara
 

Semelhante a Bdd and Scrum Team Dynamics (20)

Getting to know us
Getting to know usGetting to know us
Getting to know us
 
How to Do Lean Planning (and what does that mean anyway)
How to Do Lean Planning (and what does that mean anyway)How to Do Lean Planning (and what does that mean anyway)
How to Do Lean Planning (and what does that mean anyway)
 
15 Patterns for Agile Culture Success - Atlassian Summit 2012
15 Patterns for Agile Culture Success - Atlassian Summit 201215 Patterns for Agile Culture Success - Atlassian Summit 2012
15 Patterns for Agile Culture Success - Atlassian Summit 2012
 
IT & ROI, BEP, and NPV Explained
IT & ROI, BEP, and NPV ExplainedIT & ROI, BEP, and NPV Explained
IT & ROI, BEP, and NPV Explained
 
MeasureWorks - Velocity Conference Europe 2012 - a Web Performance dashboard ...
MeasureWorks - Velocity Conference Europe 2012 - a Web Performance dashboard ...MeasureWorks - Velocity Conference Europe 2012 - a Web Performance dashboard ...
MeasureWorks - Velocity Conference Europe 2012 - a Web Performance dashboard ...
 
Killer Business Models
Killer Business ModelsKiller Business Models
Killer Business Models
 
Master Workshop Business Modeling - The Institute Mexico
Master Workshop Business Modeling - The Institute MexicoMaster Workshop Business Modeling - The Institute Mexico
Master Workshop Business Modeling - The Institute Mexico
 
HORECA - Sleed - Future Hotel on the Web
HORECA - Sleed - Future Hotel on the WebHORECA - Sleed - Future Hotel on the Web
HORECA - Sleed - Future Hotel on the Web
 
How to get to a Smartphone & Tablet Vision & Strategy....and execution
How to get to a Smartphone & Tablet Vision & Strategy....and executionHow to get to a Smartphone & Tablet Vision & Strategy....and execution
How to get to a Smartphone & Tablet Vision & Strategy....and execution
 
Insider story about line rental
Insider story about line rentalInsider story about line rental
Insider story about line rental
 
Mike Carter's Presentation
Mike Carter's PresentationMike Carter's Presentation
Mike Carter's Presentation
 
Nomensa iof 110706
Nomensa iof 110706Nomensa iof 110706
Nomensa iof 110706
 
Engineering recruiting today
Engineering recruiting todayEngineering recruiting today
Engineering recruiting today
 
Visitors to Customers
Visitors to CustomersVisitors to Customers
Visitors to Customers
 
Communications e business
Communications e businessCommunications e business
Communications e business
 
Creativity As Iterative Process
Creativity As Iterative ProcessCreativity As Iterative Process
Creativity As Iterative Process
 
TCC - Digital Download - January 2013
TCC - Digital Download - January 2013TCC - Digital Download - January 2013
TCC - Digital Download - January 2013
 
Aviva
AvivaAviva
Aviva
 
2012-11-26: User Experience Strategy
2012-11-26: User Experience Strategy2012-11-26: User Experience Strategy
2012-11-26: User Experience Strategy
 
Temple credentials for YPayCash
Temple credentials for YPayCashTemple credentials for YPayCash
Temple credentials for YPayCash
 

Mais de John Ferguson Smart Limited

My Reading Specs - Refactoring Patterns for Gherkin Scenarios
My Reading Specs - Refactoring Patterns for Gherkin ScenariosMy Reading Specs - Refactoring Patterns for Gherkin Scenarios
My Reading Specs - Refactoring Patterns for Gherkin ScenariosJohn Ferguson Smart Limited
 
Artisti e Condotierri - How can your team become artists of the 21st century ...
Artisti e Condotierri - How can your team become artists of the 21st century ...Artisti e Condotierri - How can your team become artists of the 21st century ...
Artisti e Condotierri - How can your team become artists of the 21st century ...John Ferguson Smart Limited
 
Engage! Bringing teams together to deliver software that makes a difference
Engage! Bringing teams together to deliver software that makes a differenceEngage! Bringing teams together to deliver software that makes a difference
Engage! Bringing teams together to deliver software that makes a differenceJohn Ferguson Smart Limited
 
Sustainable Test Automation with Serenity BDD and Screenplay
Sustainable Test Automation with Serenity BDD and ScreenplaySustainable Test Automation with Serenity BDD and Screenplay
Sustainable Test Automation with Serenity BDD and ScreenplayJohn Ferguson Smart Limited
 
Engage! Bringing teams together to deliver software that makes a difference
Engage! Bringing teams together to deliver software that makes a differenceEngage! Bringing teams together to deliver software that makes a difference
Engage! Bringing teams together to deliver software that makes a differenceJohn Ferguson Smart Limited
 
Beyond Given/When/Then - why diving into Cucumber is the wrong approach to ad...
Beyond Given/When/Then - why diving into Cucumber is the wrong approach to ad...Beyond Given/When/Then - why diving into Cucumber is the wrong approach to ad...
Beyond Given/When/Then - why diving into Cucumber is the wrong approach to ad...John Ferguson Smart Limited
 
Beyond Given/When/Then - why diving into Cucumber is the wrong approach to ad...
Beyond Given/When/Then - why diving into Cucumber is the wrong approach to ad...Beyond Given/When/Then - why diving into Cucumber is the wrong approach to ad...
Beyond Given/When/Then - why diving into Cucumber is the wrong approach to ad...John Ferguson Smart Limited
 
Screenplay - Next generation automated acceptance testing
Screenplay - Next generation automated acceptance testingScreenplay - Next generation automated acceptance testing
Screenplay - Next generation automated acceptance testingJohn Ferguson Smart Limited
 
All the world's a stage – the next step in automated testing practices
All the world's a stage – the next step in automated testing practicesAll the world's a stage – the next step in automated testing practices
All the world's a stage – the next step in automated testing practicesJohn Ferguson Smart Limited
 
It's Testing, Jim, but not as we know it - BDD for Testers
It's Testing, Jim, but not as we know it - BDD for TestersIt's Testing, Jim, but not as we know it - BDD for Testers
It's Testing, Jim, but not as we know it - BDD for TestersJohn Ferguson Smart Limited
 
BDD in Action - Automated Web Testing with WebDriver and Serenity
BDD in Action - Automated Web Testing with WebDriver and SerenityBDD in Action - Automated Web Testing with WebDriver and Serenity
BDD in Action - Automated Web Testing with WebDriver and SerenityJohn Ferguson Smart Limited
 

Mais de John Ferguson Smart Limited (20)

My Reading Specs - Refactoring Patterns for Gherkin Scenarios
My Reading Specs - Refactoring Patterns for Gherkin ScenariosMy Reading Specs - Refactoring Patterns for Gherkin Scenarios
My Reading Specs - Refactoring Patterns for Gherkin Scenarios
 
Artisti e Condotierri - How can your team become artists of the 21st century ...
Artisti e Condotierri - How can your team become artists of the 21st century ...Artisti e Condotierri - How can your team become artists of the 21st century ...
Artisti e Condotierri - How can your team become artists of the 21st century ...
 
Engage! Bringing teams together to deliver software that makes a difference
Engage! Bringing teams together to deliver software that makes a differenceEngage! Bringing teams together to deliver software that makes a difference
Engage! Bringing teams together to deliver software that makes a difference
 
BE A POD OF DOLPHINS, NOT A DANCING ELEPHANT
BE A POD OF DOLPHINS, NOT A DANCING ELEPHANTBE A POD OF DOLPHINS, NOT A DANCING ELEPHANT
BE A POD OF DOLPHINS, NOT A DANCING ELEPHANT
 
Sustainable Test Automation with Serenity BDD and Screenplay
Sustainable Test Automation with Serenity BDD and ScreenplaySustainable Test Automation with Serenity BDD and Screenplay
Sustainable Test Automation with Serenity BDD and Screenplay
 
Feature Mapping Workshop
Feature Mapping WorkshopFeature Mapping Workshop
Feature Mapping Workshop
 
Engage! Bringing teams together to deliver software that makes a difference
Engage! Bringing teams together to deliver software that makes a differenceEngage! Bringing teams together to deliver software that makes a difference
Engage! Bringing teams together to deliver software that makes a difference
 
Beyond Given/When/Then - why diving into Cucumber is the wrong approach to ad...
Beyond Given/When/Then - why diving into Cucumber is the wrong approach to ad...Beyond Given/When/Then - why diving into Cucumber is the wrong approach to ad...
Beyond Given/When/Then - why diving into Cucumber is the wrong approach to ad...
 
Beyond Given/When/Then - why diving into Cucumber is the wrong approach to ad...
Beyond Given/When/Then - why diving into Cucumber is the wrong approach to ad...Beyond Given/When/Then - why diving into Cucumber is the wrong approach to ad...
Beyond Given/When/Then - why diving into Cucumber is the wrong approach to ad...
 
Shift left-devoxx-pl
Shift left-devoxx-plShift left-devoxx-pl
Shift left-devoxx-pl
 
Screenplay - Next generation automated acceptance testing
Screenplay - Next generation automated acceptance testingScreenplay - Next generation automated acceptance testing
Screenplay - Next generation automated acceptance testing
 
Cucumber and Spock Primer
Cucumber and Spock PrimerCucumber and Spock Primer
Cucumber and Spock Primer
 
All the world's a stage – the next step in automated testing practices
All the world's a stage – the next step in automated testing practicesAll the world's a stage – the next step in automated testing practices
All the world's a stage – the next step in automated testing practices
 
CukeUp 2016 Agile Product Planning Workshop
CukeUp 2016 Agile Product Planning WorkshopCukeUp 2016 Agile Product Planning Workshop
CukeUp 2016 Agile Product Planning Workshop
 
Serenity and the Journey Pattern
Serenity and the Journey PatternSerenity and the Journey Pattern
Serenity and the Journey Pattern
 
BDD-Driven Microservices
BDD-Driven MicroservicesBDD-Driven Microservices
BDD-Driven Microservices
 
BDD Anti-patterns
BDD Anti-patternsBDD Anti-patterns
BDD Anti-patterns
 
It's Testing, Jim, but not as we know it - BDD for Testers
It's Testing, Jim, but not as we know it - BDD for TestersIt's Testing, Jim, but not as we know it - BDD for Testers
It's Testing, Jim, but not as we know it - BDD for Testers
 
BDD in Action - Automated Web Testing with WebDriver and Serenity
BDD in Action - Automated Web Testing with WebDriver and SerenityBDD in Action - Automated Web Testing with WebDriver and Serenity
BDD in Action - Automated Web Testing with WebDriver and Serenity
 
BDD: The unit test of the product owner
BDD: The unit test of the product ownerBDD: The unit test of the product owner
BDD: The unit test of the product owner
 

Último

Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
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
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
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
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
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
 
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
 
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
 
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
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
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
 
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
 
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
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 

Último (20)

Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
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
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
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...
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
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
 
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...
 
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
 
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
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
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
 
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...
 
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
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 

Bdd and Scrum Team Dynamics

  • 1. Using Behaviour Driven Development to Enhance Scrum Team Dynamics John  Ferguson  Smart
  • 2. Consulta nt Trainer Mentor Author Speaker Coder John Fer guson S mar t
  • 3. There are only two problems in software development 1) Building the software wrong 2) Building the wrong software
  • 4. 50-­‐80%  of  produc.on  code  is  never  or  rarely  used
  • 6. Payroll  System Ini:al  Budget $6  million Cost  by  2012 $416  million Es:mated  cost   to  complete $837  million
  • 8. Project success = right product + built right
  • 9. Building the right thing Features aligned to business needs Right product, built right Wasted effort Doesn't do wha the use t r wants What e Project lat Hard to change Over bu sive to dget aintain le Unstab Expen Misaligned m requirements Building the thing right How Poor craftsmanship Quality Bugs craftsmanship
  • 11. Behaviour Driven Development is... Conversation Focused
  • 12. Behaviour Driven Development is... Example-based
  • 13. Behaviour Driven Development is... i o n u m pt A s s
  • 14. Behaviour Driven Development is... Value Driven
  • 15. Behaviour Driven Development is... Ou ts id e In
  • 16. Behaviour Driven Development is... Business Analyst A Common Language Business Developer Tester
  • 17. Behaviour Driven Development is... Executable Specifications
  • 18. Behaviour Driven Development is... 31%  faster  delivery Delivery  Time Tradi.onal Using  BDD More value faster
  • 19. Behaviour Driven Development is... 4  .mes  less  defects Defect  Rate Tradi.onal Using  BDD Higher Quality
  • 21. I  want  to  sell  train   5cket  bookings  online OK.  How  will  that   benefit  you?
  • 22. Travellers  won’t  have  to  waste  8me   queuing  at  the  sta8on  any  more So  you  might  say: Yes    In  order  to  save  ,me  by  avoiding  the  queue  at  the  sta,on    As  a  traveller I  want  to  book  my  ,cket  online
  • 23. So  why  do  we  care? People  hate  queueing.  More   Aha!  So  it’s  about  selling   people  will  buy  train  8ckets  if  they  don't   more  8ckets! have  to  queue. Yes
  • 24. So  we  could  say  this:  In  order  to  increase  ,cket  sales I  guess  so  As  a  rail  service  I  want  travellers  to  be  able  to  save  ,me  by  booking  online
  • 25. Can  you  give  me  an  example  of  how  someone  might   book  a  train  8cket  online? Sure.  A  traveller  buys  a  8cket   online  from  Dubbo  to  Sydney. Which  would  cost? $25 So  we  could  say: Given  Jane  wants  to  take  a  train  from  Dubbo  to  Sydney When  she  books  a  ,cket  online Then  she  should  be  charged  $25
  • 26. Hmm.  So  every  traveller  pays  the  same  price? Of  course  not!  A  pensionner   would  only  pay  $20,  for  example. Ok.  So  let’s  add  that  example  too:        Given  Joe  wants  to  take  a  train  from  Dubbo  to  Sydney        And  Joe  has  a  pension  card          When  he  books  a  ,cket  online        Then  he  should  be  charged  $20      And  he  should  be  issued  with  a  valid  ,cket
  • 27. Can  you  give  me  any  other  examples  of   people  who  don’t  pay  $25  for  this  trip? Yes,  we  give  students  a  30%   discount Let’s  put  this  in  a  table Trip base cost Concession type Expected Price $25 Pensioner $20 $25 Military $20 $25 Student $17.50 $25 Under 12 $12.50 $25 Under 3 $0.00
  • 28. So what did we just do?
  • 29. I  want  to  sell  train   5cket  bookings  online 1) Identify a feature
  • 30. I  want  to  sell  train   5cket  bookings  online To  increase   5cket  sales 2) Understand why
  • 31. I  want  to  sell  train   5cket  bookings  online To  increase   5cket  sales 3) Find examples Given  Jane  wants  to  take  a  train  from  Dubbo  to  Sydney When  she  books  a  ,cket  online Then  she  should  be  charged  $25
  • 32. I  want  to  sell  train   5cket  bookings  online To  increase   5cket  sales 4) Challenge assumptions Given  Jane  wants  to  take  a  train  from  Dubbo  to  Sydney When  she  books  a  ,cket  online Then  she  should  be  charged  $25      Given  Joe  wants  to  take  a  train  from  Dubbo  to  Sydney        And  Joe  has  a  pension  card          When  he  books  a  ,cket  online        Then  he  should  be  charged  $20      And  he  should  be  issued  with  a  valid  ,cket
  • 33. I  want  to  sell  train   5cket  bookings  online To  increase   5cket  sales 5) Extend our model Given  Jane  wants  to  take  a  train  from  Dubbo  to  Sydney When  she  books  a  ,cket  online Trip base cost Concession type should  Expected Price Then  she   be  charged  $25 $25 Pensioner $20      Given  Joe  wants  to  take  a  train  from  Dubbo  to  Sydney $25 Military $20        And  Joe  has  a  pension  card   $25      Studente  books  a  ,cket  online  When  h $17.50 $25      Underh12 hould  be  charged  $20  Then   e  s $12.50      And  he  should  be  issued  with  a  valid  ,cket $25 Under 3 $0.00
  • 34. And now we can automate
  • 35. Now  we  can  automate  the  acceptance  criteria Trip base cost Concession type Expected Price $25 Pensioner $20 $25 Military $20 $25 Student $17.50 $25 Under 12 $12.50 $25 Under 3 $0.00 Acceptance criteria
  • 36. Now  we  can  automate  the  acceptance  criteria Trip base cost Concession type Expected Price $25 Pensioner $20 $25 Military $20 $25 Student $17.50 $25 Under 12 $12.50 $25 Under 3 $0.00 Automated acceptance criteria
  • 37. Now  we  can  automate  the  acceptance  criteria Trip base cost Concession type Expected Price $25 Pensioner $20 $25 Military $20 $25 Student $17.50 $25 Under 12 $12.50 $25 Under 3 $0.00 Living Documentation
  • 38. BDD also applies to coding
  • 39. We are always writing the specifications for something
  • 40. Low level specifications Also act as technical documentation
  • 41. High Level BDD What features should we build? Automated acceptance criteria Written for the whole team Spock Low Level BDD How do we build them? Low level specification and design Written for developers
  • 42. BDD and the Product Backlog A story of focus
  • 43. What should we build next?
  • 44. Backlog Next Sprint ?
  • 45. Backlog Next Sprint ? $$$$$$$ $$$$$$$ $$$$$$ $$$$$ $$$$ $$$ $$$ $$$ $$$ $$$
  • 46. But what about Minimum Marketable Features?
  • 47. Backlog Next Sprint { ? Minimum $$$$$$$ Marketable Feature 1 $$$$$$$ $$$$$$ $$$$$ { Minimum $$$$ Marketable Feature 2 $$$ $$$ $$$ $$$ $$$
  • 48. Minimum Marketable Features or Minimum Viable Product?
  • 49. How long would it take you to rewrite your last project?
  • 50. “Ignorance is the constraint” - Liz Keogh
  • 51. "Ignorance more frequently begets confidence than does knowledge" - Charles Darwin
  • 52. Software development is a process of Continual Incremental Learning Known Unknowns Unknown Unknowns
  • 53. "Scientia potentia est" Knowledge is power - Sir Francis Bacon
  • 54. Learning has value What stories will reduce our ignorance the most?
  • 55. Backlog Next Sprint ? $$$$$$$ $$$$$$$ $$$$$$ $$$$$ $$$$ $$$ $$$ $$$ $$$ $$$
  • 56. Backlog Next Sprint ? ??????? ??????? ?????? ????? ???? ??? ??? ??? ?? ?
  • 58. What do you want to achieve? Vision What will the business get out of it? Goals What do users and stakeholders need to deliver these goals? Capabilities How can our application help the users to do this? We can break a Features feature up into stories Stories Concrete examples are easier to understand Scenarios Are we there yet? Acceptance Criteria Code
  • 59. A business goal should 1) Increase Revenue 2) Reduce Costs 3) Protect Revenue 4) Avoid future costs
  • 60. But who knows what the real goals are? Chances  of   knowing Senior  Management Product  Owners Scrum  Masters Business  Analysts Testers Developers Role  in  the  organiza8on
  • 61. Every story will provide value to the business What makes you so sure?
  • 62. Can you map each story back to a business goal?
  • 63. Requirements analysis is built on assumptions Goal ti on To  increase  8cket  sale   su mp revenue As ti on u mp ss Capability Sell  8ckets  online A “Selling tickets online will increase sales” Feature Pay  by  any  credit  card “More credit card support will increase online sales”
  • 64. How can you validate your assumptions? Goal ti on To  increase  8cket  sale   su mp revenue As ti on Text u mp ss Capability Sell  8ckets  online A “Selling tickets online will increase sales” Feature Pay  by  any  credit  card “More credit card support will increase online sales” ...by measuring the outcomes
  • 65. Impact Mapping a visual approach to identifying assumptions Why Who How What concessions online booking To increase travellers take the train credit card ticket sale more often payment revenue suggest taking social network the train to integration friends
  • 66. 1)  Iden.fy  your  assump.ons 2)  Measure  the  outcomes 3)  Verify  your  assump.ons
  • 67. BDD and team dynamics Collaboration like you mean it
  • 68. How do you build a feature? Story WASTE bug  reports Working   code boring   manual   tes5ng
  • 69. How do you build a feature? Story Examples Automated   acceptance   Shared   criteria understanding Working  code   and   Working  Automated   Acceptance  Tests Exploratory  tes5ng,   usability  tes5ng...
  • 70. Tips and tricks When the rubber hits the road
  • 71. 71
  • 72. 72 "Don't tell people how to do things, tell them what to do and let them surprise you with their results" - George S. Patton
  • 73. 73
  • 74. 74
  • 76. 76 You  are  allowed  to  ask  ques.ons