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

Unit Testing

cpdx
October 03, 2014

Unit Testing

CPDx #4
03/10/2014
Robson Peixoto
JusBrasil

cpdx

October 03, 2014
Tweet

More Decks by cpdx

Other Decks in Programming

Transcript

  1. WHY WE SHOULD TEST • Check if everything are working

    • Bug is very expensive • Fast feedback cycle • Accessibility
  2. REFERENCES • Test Driven Development: By Example - Kent Beck

    • When TDD doesn't work - Uncle Bob • Test Driven Development: Teste e design no mundo real com Java - Mauricio Aniche • Introdução à Arquitetura e Design de Software: Uma visão sobre a plataforma Java - Paulo Silveira, Guilherme Silveira, Sergio Lopes, Guilherme Moreira, Nico Steppat e Fabio Kung • Programando no Escuro [1,2,3]