SlideShare a Scribd company logo
1 of 52
Download to read offline
Shallow
               Depth of Test
                 Scalable TDD/BDD	
  




www.fabiopereira.me	
  
TDD
Call Centre	
  


          •  Slow
          •  Brittle
          •  Non-deterministic
          •  Difficult to maintain
          •  They do not scale
TDD Evolution	
  
                                ???????	
  

                    TODAY	
  

           No
          Tests
29 year old man wants:
-  Car insurance
-  Travel insurance


                   Quote
      Car $25      System	
  
      Travel $15
62 year old man wants:
-  Car insurance
-  Travel insurance


                   Quote
      Car $25      System	
  
      Travel (Too Old)
Can sell car insurance to people between 18 and 65.
Can sell travel insurance to people between 18 and 60




            Car         Travel
            17 L
            18 J
                        17 L
                        18 J
                                    Quote
            60 J       60 J
            61 J       61 L       System	
  
            65 J
            66 L
Internet

Quote
System	
  
JavaScript	
  
                 WebServer    ReverseProxies
      Authentication
                       JSON Services	
  


            Controller	
  
Repository	
  
                    Domain Model	
  
Error
  Handler	
  
                     Validations	
        Pricer	
  
                            JSON
                        Quote                                Mandatory
 Controller	
                                Validator	
  
                        Pricing	
                            Validator	
  


     Price                             BusRule               Domain
    Calculator	
                       Validator	
           Model	
  


                       	
                         	
  
Cover1    Cover2                BR1       BR2          BRN
                       …                          …
    Repository	
                           PRICING
                                            DATA
Error
  Handler	
  
                     Validations	
        Pricer	
  
                            JSON
                        Quote                                  Mandatory
 Controller	
                                Validator	
  
                        Pricing	
                              Validator	
  


     Price                             BusRule                 Domain
    Calculator	
                       Validator	
             Model	
  


                       	
                         	
  
Cover1    Cover2                BR1       BR2          BRN
                       …                          …
                                                             Age Restriction
    Repository	
                           PRICING
                                                                  Rule	
  
                                            DATA
Error
  Handler	
  
                     Validations	
        Pricer	
  
                            JSON
                        Quote                                Mandatory
 Controller	
                                Validator	
  
                        Pricing	
                            Validator	
  


     Price                             BusRule               Domain
    Calculator	
                       Validator	
           Model	
  


                       	
                         	
  
Cover1    Cover2                BR1       BR2          BRN
                       …                          …
    Repository	
                           PRICING
                                            DATA
Most	
  so6ware	
  organiza;ons	
  today	
  suffer	
  from	
  what	
  I	
  	
  
called	
  the	
  “Inverted	
  Tes+ng	
  Pyramid”	
  (…)	
  




                                                                                 h#p://blogs.agilefaqs.com/	
  
h#p://jamescrisp.org	
  
h#p://clipboarded.blogspot.com	
  
Error
  Handler	
  
                     Validations	
        Pricer	
  
                            JSON
                        Quote                                  Mandatory
 Controller	
                                Validator	
  
                        Pricing	
                              Validator	
  


     Price                             BusRule                 Domain
    Calculator	
                       Validator	
             Model	
  


                       	
                         	
  
Cover1    Cover2                BR1       BR2          BRN
                       …                          …
                                                             Age Restriction
    Repository	
                           PRICING
                                                                  Rule	
  
                                            DATA
Shallow Depth of Test	
  
Shallow Depth of Test	
  
MyTest	
  
                 Stimulate	
  
                 Operate	
  
 Mock/Stub	
     Simulate	
  
Error
  Handler	
  
                     Validations	
        Pricer	
  
                            JSON
                        Quote                                Mandatory
 Controller	
                                Validator	
  
                        Pricing	
                            Validator	
  


     Price                             BusRule               Domain
    Calculator	
                       Validator	
           Model	
  


                       	
                         	
  
Cover1    Cover2                BR1       BR2          BRN
                       …                          …
    Repository	
                           PRICING
                                            DATA
www.fabiopereira.me	
  
BDD    	
  




 Business	
      Devs	
  
 Broker	
         user	
  
Renewal	
         Edit	
  
   Risk	
       UBD_CD	
  
Address	
       TB_ADR	
  
 Insurer	
       en:ty	
  
    	
  
Given B
When D
Then D
BDD at the Unit Level	
  
Use Builders and Fixtures	
  




    h#p://en.wikipedia.org/wiki/Builder_pa#ern	
  
BDD	
  



          Concept   	
  




           Tools/
  Current Practices        	
  
web_steps.rb	
  




h#p://blog.carbonfive.com/2011/11/07/modern-­‐cucumber-­‐and-­‐rails-­‐no-­‐more-­‐training-­‐wheels/	
  
Simulate Http
	
  
Wiring
IN MEMORY
 DB (HSQL)
You can test Spring Config	
  
High level and Test Journeys at the UI Level
An authenticated insurance adviser	
should be able to sell insurance 	
to a customer who fulfills 	
all mandatory requirements	
Business rules should be applied to	
all customers who attempt to buy 	
insurance	
Customers should be given the right 	
insurance premium based on their 	
insurance requirements
High level and Test Journeys at the UI Level
An authenticated insurance adviser, 	
should be able to sell insurance 	
to a customer who fulfills 	
all mandatory requirements	
Business rules should be applied to	
all customers who attempt to buy 	
insurance	
Customers should be given the right 	
insurance premium based on their 	
insurance requirements
High level and Test Journeys at the UI Level
An authenticated insurance adviser, 	
should be able to sell insurance 	
to a customer who fulfills 	
all mandatory requirements	
Business rules should be applied to	
all customers who attempt to buy 	
insurance	
Customers should be given the right 	
insurance premium based on their 	
insurance requirements
TTDD – Tautological TDD	
  

     Tauto…
    WHAT?!
Tautology:	
  from	
  Greek:	
  
tauto:	
  the	
  same	
  	
  
logos:	
  word/idea	
  
	
  
	
  
	
  
	
  
Tautological:	
  
	
  
-­‐	
  needless,	
  redundant	
  repe;;on	
  of	
  an	
  idea	
  
-­‐	
  repe;;on	
  of	
  same	
  sense	
  in	
  different	
  words;	
  
-­‐	
  the	
  phrase	
  ”a	
  beginner	
  who	
  has	
  just	
  started”	
  is	
  tautological	
  
T	
  
A	
  
U	
  
T	
  
O	
  
L	
  
O	
  
G	
  
I	
  
C	
  
A	
  
L	
  
TTDD – Mocks	
  
    Setup Mocks

Call a method/function

    Assert that
 mocks were called
(Dependency Injection Code)
             	
  
             	
  
(Mocks Setup)	
  
     	
  
Shallow DoT
Let’s evolve…	
                    Test Pyramid
                                    Unit BDD
                                   UI Journeys
                                   Stop TTDD	
  
                   Slow,
                brittle, etc	
  

         No
        Tests
www.fabiopereira.me	
  
Thanks	
  

References
h#p://apcj.blogspot.com/2005_04_01_archive.html	
  
h#p://wa;rmelon.com	
  
h#p://jamescrisp.org	
  
h#p://clipboarded.blogspot.com	
  
h#p://anton.kovalyov.net/2011/02/20/why-­‐i-­‐forked-­‐jslint-­‐to-­‐jshint/	
  
h#p://en.wikipedia.org/wiki/Builder_pa#ern	
  
h#p://jawr.java.net/	
  
h#p://pivotal.github.com/jasmine/	
  
h#p://code.google.com/p/js-­‐test-­‐driver/	
  
h#p://blogs.agilefaqs.com/	
  
h#p://fabiopereira.me/blog/2012/03/18/introducing-­‐depth-­‐of-­‐test-­‐dot/	
  

Images	
                                                                           www.fabiopereira.me	
  
h#p://www.flickr.com/photos/nburrows	
  
h#p://www.luxury-­‐insider.com/uploads/news/2010/06/korean-­‐air-­‐first-­‐class-­‐award-­‐1.jpg	
  
h#p://one7.files.wordpress.com/2010/06/browsers.jpg	
  
h#p://www.luxury-­‐insider.com/uploads/news/2010/06/korean-­‐air-­‐first-­‐class-­‐award-­‐1.jpg	
  
h#p://www.digital-­‐photography-­‐student.com/wp-­‐content/uploads/2009/01/DOF-­‐Shallow-­‐Deep.png	
  
h#p://www.flickr.com/photos/bullgod/2604300680/	
  
h#p://www.whatsgo#ago.com/wp-­‐content/uploads/2007/12/angry_phone2.jpg	
  
	
  

More Related Content

More from fabiopereirame

Masterclass PUX GOTO Cph 2022.pdf
Masterclass PUX GOTO Cph 2022.pdfMasterclass PUX GOTO Cph 2022.pdf
Masterclass PUX GOTO Cph 2022.pdffabiopereirame
 
Consciência Digital Sebrae PB
Consciência Digital Sebrae PBConsciência Digital Sebrae PB
Consciência Digital Sebrae PBfabiopereirame
 
Keynote Agile Trends Floripa 2019 - Consciência Digital
Keynote Agile Trends Floripa 2019 - Consciência DigitalKeynote Agile Trends Floripa 2019 - Consciência Digital
Keynote Agile Trends Floripa 2019 - Consciência Digitalfabiopereirame
 
Agile Trends 2017 - #DigitalNudge – A psicologia do design digital
Agile Trends 2017 - #DigitalNudge – A psicologia do design digitalAgile Trends 2017 - #DigitalNudge – A psicologia do design digital
Agile Trends 2017 - #DigitalNudge – A psicologia do design digitalfabiopereirame
 
The Science of Agile Software Development
The Science of Agile Software DevelopmentThe Science of Agile Software Development
The Science of Agile Software Developmentfabiopereirame
 
Agile Brazil 2013 Psicologia Cognitiva Explicando Agile
Agile Brazil 2013 Psicologia Cognitiva Explicando AgileAgile Brazil 2013 Psicologia Cognitiva Explicando Agile
Agile Brazil 2013 Psicologia Cognitiva Explicando Agilefabiopereirame
 
JavaScript as a First Class Language
JavaScript as a First Class LanguageJavaScript as a First Class Language
JavaScript as a First Class Languagefabiopereirame
 
ThoughFerret Android Competition
ThoughFerret Android CompetitionThoughFerret Android Competition
ThoughFerret Android Competitionfabiopereirame
 
TW TeamHug2010 - Predictably and Irrationally Persuasive
TW TeamHug2010 - Predictably and Irrationally PersuasiveTW TeamHug2010 - Predictably and Irrationally Persuasive
TW TeamHug2010 - Predictably and Irrationally Persuasivefabiopereirame
 

More from fabiopereirame (10)

Masterclass PUX GOTO Cph 2022.pdf
Masterclass PUX GOTO Cph 2022.pdfMasterclass PUX GOTO Cph 2022.pdf
Masterclass PUX GOTO Cph 2022.pdf
 
Consciencia Digital
Consciencia DigitalConsciencia Digital
Consciencia Digital
 
Consciência Digital Sebrae PB
Consciência Digital Sebrae PBConsciência Digital Sebrae PB
Consciência Digital Sebrae PB
 
Keynote Agile Trends Floripa 2019 - Consciência Digital
Keynote Agile Trends Floripa 2019 - Consciência DigitalKeynote Agile Trends Floripa 2019 - Consciência Digital
Keynote Agile Trends Floripa 2019 - Consciência Digital
 
Agile Trends 2017 - #DigitalNudge – A psicologia do design digital
Agile Trends 2017 - #DigitalNudge – A psicologia do design digitalAgile Trends 2017 - #DigitalNudge – A psicologia do design digital
Agile Trends 2017 - #DigitalNudge – A psicologia do design digital
 
The Science of Agile Software Development
The Science of Agile Software DevelopmentThe Science of Agile Software Development
The Science of Agile Software Development
 
Agile Brazil 2013 Psicologia Cognitiva Explicando Agile
Agile Brazil 2013 Psicologia Cognitiva Explicando AgileAgile Brazil 2013 Psicologia Cognitiva Explicando Agile
Agile Brazil 2013 Psicologia Cognitiva Explicando Agile
 
JavaScript as a First Class Language
JavaScript as a First Class LanguageJavaScript as a First Class Language
JavaScript as a First Class Language
 
ThoughFerret Android Competition
ThoughFerret Android CompetitionThoughFerret Android Competition
ThoughFerret Android Competition
 
TW TeamHug2010 - Predictably and Irrationally Persuasive
TW TeamHug2010 - Predictably and Irrationally PersuasiveTW TeamHug2010 - Predictably and Irrationally Persuasive
TW TeamHug2010 - Predictably and Irrationally Persuasive
 

Recently uploaded

Booking open Available Pune Call Girls Talegaon Dabhade 6297143586 Call Hot ...
Booking open Available Pune Call Girls Talegaon Dabhade  6297143586 Call Hot ...Booking open Available Pune Call Girls Talegaon Dabhade  6297143586 Call Hot ...
Booking open Available Pune Call Girls Talegaon Dabhade 6297143586 Call Hot ...Call Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsHigh Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...dipikadinghjn ( Why You Choose Us? ) Escorts
 
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service NashikHigh Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual serviceanilsa9823
 
Indore Real Estate Market Trends Report.pdf
Indore Real Estate Market Trends Report.pdfIndore Real Estate Market Trends Report.pdf
Indore Real Estate Market Trends Report.pdfSaviRakhecha1
 
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...Pooja Nehwal
 
WhatsApp 📞 Call : 9892124323 ✅Call Girls In Chembur ( Mumbai ) secure service
WhatsApp 📞 Call : 9892124323  ✅Call Girls In Chembur ( Mumbai ) secure serviceWhatsApp 📞 Call : 9892124323  ✅Call Girls In Chembur ( Mumbai ) secure service
WhatsApp 📞 Call : 9892124323 ✅Call Girls In Chembur ( Mumbai ) secure servicePooja Nehwal
 
Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...
Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...
Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...ssifa0344
 
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...Call Girls in Nagpur High Profile
 
The Economic History of the U.S. Lecture 26.pdf
The Economic History of the U.S. Lecture 26.pdfThe Economic History of the U.S. Lecture 26.pdf
The Economic History of the U.S. Lecture 26.pdfGale Pooley
 
The Economic History of the U.S. Lecture 21.pdf
The Economic History of the U.S. Lecture 21.pdfThe Economic History of the U.S. Lecture 21.pdf
The Economic History of the U.S. Lecture 21.pdfGale Pooley
 
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...Pooja Nehwal
 
Basic concepts related to Financial modelling
Basic concepts related to Financial modellingBasic concepts related to Financial modelling
Basic concepts related to Financial modellingbaijup5
 
Gurley shaw Theory of Monetary Economics.
Gurley shaw Theory of Monetary Economics.Gurley shaw Theory of Monetary Economics.
Gurley shaw Theory of Monetary Economics.Vinodha Devi
 
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )Pooja Nehwal
 
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
The Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdfThe Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdfGale Pooley
 

Recently uploaded (20)

Booking open Available Pune Call Girls Talegaon Dabhade 6297143586 Call Hot ...
Booking open Available Pune Call Girls Talegaon Dabhade  6297143586 Call Hot ...Booking open Available Pune Call Girls Talegaon Dabhade  6297143586 Call Hot ...
Booking open Available Pune Call Girls Talegaon Dabhade 6297143586 Call Hot ...
 
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...
 
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsHigh Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
 
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service NashikHigh Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
 
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual service
 
Indore Real Estate Market Trends Report.pdf
Indore Real Estate Market Trends Report.pdfIndore Real Estate Market Trends Report.pdf
Indore Real Estate Market Trends Report.pdf
 
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
 
WhatsApp 📞 Call : 9892124323 ✅Call Girls In Chembur ( Mumbai ) secure service
WhatsApp 📞 Call : 9892124323  ✅Call Girls In Chembur ( Mumbai ) secure serviceWhatsApp 📞 Call : 9892124323  ✅Call Girls In Chembur ( Mumbai ) secure service
WhatsApp 📞 Call : 9892124323 ✅Call Girls In Chembur ( Mumbai ) secure service
 
Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...
Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...
Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...
 
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
 
The Economic History of the U.S. Lecture 26.pdf
The Economic History of the U.S. Lecture 26.pdfThe Economic History of the U.S. Lecture 26.pdf
The Economic History of the U.S. Lecture 26.pdf
 
The Economic History of the U.S. Lecture 21.pdf
The Economic History of the U.S. Lecture 21.pdfThe Economic History of the U.S. Lecture 21.pdf
The Economic History of the U.S. Lecture 21.pdf
 
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
 
Basic concepts related to Financial modelling
Basic concepts related to Financial modellingBasic concepts related to Financial modelling
Basic concepts related to Financial modelling
 
Gurley shaw Theory of Monetary Economics.
Gurley shaw Theory of Monetary Economics.Gurley shaw Theory of Monetary Economics.
Gurley shaw Theory of Monetary Economics.
 
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
 
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
 
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
The Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdfThe Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdf
 

Shallow Depth of Tests Scallable BDD and TDD

  • 1. Shallow Depth of Test Scalable TDD/BDD   www.fabiopereira.me  
  • 2. TDD Call Centre   •  Slow •  Brittle •  Non-deterministic •  Difficult to maintain •  They do not scale
  • 3. TDD Evolution   ???????   TODAY   No Tests
  • 4. 29 year old man wants: -  Car insurance -  Travel insurance Quote Car $25 System   Travel $15
  • 5. 62 year old man wants: -  Car insurance -  Travel insurance Quote Car $25 System   Travel (Too Old)
  • 6. Can sell car insurance to people between 18 and 65. Can sell travel insurance to people between 18 and 60 Car Travel 17 L 18 J 17 L 18 J Quote 60 J 60 J 61 J 61 L System   65 J 66 L
  • 8. JavaScript   WebServer ReverseProxies Authentication JSON Services   Controller   Repository   Domain Model  
  • 9. Error Handler   Validations   Pricer   JSON Quote Mandatory Controller   Validator   Pricing   Validator   Price BusRule Domain Calculator   Validator   Model       Cover1 Cover2 BR1 BR2 BRN … … Repository   PRICING DATA
  • 10. Error Handler   Validations   Pricer   JSON Quote Mandatory Controller   Validator   Pricing   Validator   Price BusRule Domain Calculator   Validator   Model       Cover1 Cover2 BR1 BR2 BRN … … Age Restriction Repository   PRICING Rule   DATA
  • 11. Error Handler   Validations   Pricer   JSON Quote Mandatory Controller   Validator   Pricing   Validator   Price BusRule Domain Calculator   Validator   Model       Cover1 Cover2 BR1 BR2 BRN … … Repository   PRICING DATA
  • 12.
  • 13.
  • 14.
  • 15. Most  so6ware  organiza;ons  today  suffer  from  what  I     called  the  “Inverted  Tes+ng  Pyramid”  (…)   h#p://blogs.agilefaqs.com/  
  • 17.
  • 19.
  • 20.
  • 21. Error Handler   Validations   Pricer   JSON Quote Mandatory Controller   Validator   Pricing   Validator   Price BusRule Domain Calculator   Validator   Model       Cover1 Cover2 BR1 BR2 BRN … … Age Restriction Repository   PRICING Rule   DATA
  • 22. Shallow Depth of Test  
  • 23. Shallow Depth of Test  
  • 24. MyTest   Stimulate   Operate   Mock/Stub   Simulate  
  • 25. Error Handler   Validations   Pricer   JSON Quote Mandatory Controller   Validator   Pricing   Validator   Price BusRule Domain Calculator   Validator   Model       Cover1 Cover2 BR1 BR2 BRN … … Repository   PRICING DATA
  • 27.
  • 28. BDD   Business   Devs   Broker   user   Renewal   Edit   Risk   UBD_CD   Address   TB_ADR   Insurer   en:ty    
  • 30. BDD at the Unit Level  
  • 31. Use Builders and Fixtures   h#p://en.wikipedia.org/wiki/Builder_pa#ern  
  • 32. BDD   Concept   Tools/ Current Practices  
  • 36. IN MEMORY DB (HSQL)
  • 37. You can test Spring Config  
  • 38. High level and Test Journeys at the UI Level An authenticated insurance adviser should be able to sell insurance to a customer who fulfills all mandatory requirements Business rules should be applied to all customers who attempt to buy insurance Customers should be given the right insurance premium based on their insurance requirements
  • 39. High level and Test Journeys at the UI Level An authenticated insurance adviser, should be able to sell insurance to a customer who fulfills all mandatory requirements Business rules should be applied to all customers who attempt to buy insurance Customers should be given the right insurance premium based on their insurance requirements
  • 40. High level and Test Journeys at the UI Level An authenticated insurance adviser, should be able to sell insurance to a customer who fulfills all mandatory requirements Business rules should be applied to all customers who attempt to buy insurance Customers should be given the right insurance premium based on their insurance requirements
  • 41.
  • 42. TTDD – Tautological TDD   Tauto… WHAT?!
  • 43. Tautology:  from  Greek:   tauto:  the  same     logos:  word/idea           Tautological:     -­‐  needless,  redundant  repe;;on  of  an  idea   -­‐  repe;;on  of  same  sense  in  different  words;   -­‐  the  phrase  ”a  beginner  who  has  just  started”  is  tautological  
  • 44. T   A   U   T   O   L   O   G   I   C   A   L  
  • 45.
  • 46. TTDD – Mocks   Setup Mocks Call a method/function Assert that mocks were called
  • 47.
  • 50. Shallow DoT Let’s evolve…   Test Pyramid Unit BDD UI Journeys Stop TTDD   Slow, brittle, etc   No Tests
  • 52. Thanks   References h#p://apcj.blogspot.com/2005_04_01_archive.html   h#p://wa;rmelon.com   h#p://jamescrisp.org   h#p://clipboarded.blogspot.com   h#p://anton.kovalyov.net/2011/02/20/why-­‐i-­‐forked-­‐jslint-­‐to-­‐jshint/   h#p://en.wikipedia.org/wiki/Builder_pa#ern   h#p://jawr.java.net/   h#p://pivotal.github.com/jasmine/   h#p://code.google.com/p/js-­‐test-­‐driver/   h#p://blogs.agilefaqs.com/   h#p://fabiopereira.me/blog/2012/03/18/introducing-­‐depth-­‐of-­‐test-­‐dot/   Images   www.fabiopereira.me   h#p://www.flickr.com/photos/nburrows   h#p://www.luxury-­‐insider.com/uploads/news/2010/06/korean-­‐air-­‐first-­‐class-­‐award-­‐1.jpg   h#p://one7.files.wordpress.com/2010/06/browsers.jpg   h#p://www.luxury-­‐insider.com/uploads/news/2010/06/korean-­‐air-­‐first-­‐class-­‐award-­‐1.jpg   h#p://www.digital-­‐photography-­‐student.com/wp-­‐content/uploads/2009/01/DOF-­‐Shallow-­‐Deep.png   h#p://www.flickr.com/photos/bullgod/2604300680/   h#p://www.whatsgo#ago.com/wp-­‐content/uploads/2007/12/angry_phone2.jpg