Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Test Driven Development - In search of concrete and useful feedback

Test Driven Development - In search of concrete and useful feedback

Why does testing sounds so hard to be done? Don't you think that knowing what, and how to do something should be premisses to development? How TDD could help us? Let's meet with a concrete and useful feedback way to do things.

Hélio Medeiros

August 23, 2012
Tweet

More Decks by Hélio Medeiros

Other Decks in Programming

Transcript

  1. there is no such thing as BUG ZERO! while he’d

    explained to me that I had to click all the buttons SAID BY A TESTER...
  2. practices are vectors from where you are to where you

    can get -Vinícius Teles “ XP extreme programming
  3. TDD Test-driven Development XP extreme programming Depend on the practical

    situation, on the context. but they tend to bring MANY BENEFITS
  4. 1. Write your user story; 2. Detail acceptance criteria; 3.

    Copy the criteria for your test class; 4. Write the functional test for each criterion; 5. Stop when they are all going! [Lista de Ferramentas] Given... When... Then...
  5. 1. Write your user story; 2. Detail acceptance criteria; 3.

    Copy the criteria for your test class; 4. Write the functional test for each criterion; 5. Stop when they are all going! [Lista de Ferramentas] Given... When... Then...