Skip to content

Instantly share code, notes, and snippets.

@thiagoghisi
Last active April 20, 2016 21:24
Show Gist options
  • Save thiagoghisi/b6e77028a576f0fb640c to your computer and use it in GitHub Desktop.
Save thiagoghisi/b6e77028a576f0fb640c to your computer and use it in GitHub Desktop.
Livros sobre Estratégias de Testes, meus favoritos.
Livros sobre Estratégias de Testes, meus favoritos:
- The "A" Word, Under the Covers of Test Automation: https://leanpub.com/TheAWord
// Super recomendo também o blog do Alan Page (http://angryweasel.com/blog/) que tem muuuita coisa legal e o podcast que ele fez recentemente com o Joe Colantonio (basicamente e destila em 50 min grande parte das ideias dele sobre automação e QA): http://joecolantonio.com/testtalks/44-alan-page-testing-software-at-microsoft-lessons-learned/
- Working Effectively with Unit Tests: https://leanpub.com/wewut
// Esse livro me ajudou muuito!!! Os conceitos de Solitary and Sociable Tests que o cara descreve são super úteis para entender como usar mocks e como montar uma estratégia de testes automatizados eficientes.
- A Practitioner's Guide to Software Test Design: http://www.amazon.com/Practitioners-Guide-Software-Test-Design/dp/158053791X/
// Basicamente toda a base teórica necessária para "desenhar" casos de testes caixa branca e caixa preta eficientes. A "Section II - White Box Testing Techniques" tem a explicação perfeita sobre o que é necessário cobrir e como fazer casos de testes de unidade.
- Fifty Quick Ideas To Improve Your Tests: http://www.amazon.com/Fifty-Quick-Ideas-Improve-Tests/dp/0993088112/
// Muuuitas ideias legais! Umas das minhas preferidas, mas que eu não consegui aplicar ainda é a de organizar os testes usando a ACC matrix do livro do Google. O Gojko fez isso em um projeto no github: https://github.com/mindmup/mindmup/wiki/Attribute,-Component,-Capability-matrix
- Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation: http://www.amazon.com/Continuous-Delivery-Deployment-Automation-Addison-Wesley/dp/0321601912
// Capítulo 4 e 8 são sensacionais sobre como organizar uma estratégia de testes.
- The RSpec Book: Behaviour Driven Development with RSpec, Cucumber, and Friends: http://www.amazon.com/The-RSpec-Book-Behaviour-Development/dp/1934356379
// Basicamente o livro que introduziu Outside-in Development.
- Specification by Example: http://www.amazon.com/Specification-Example-Successful-Deliver-Software/dp/1617290084
// Capítulo 9 tem umas ideias bem legais.
- Growing Object-Oriented Software, Guided by Tests: http://www.amazon.com/Growing-Object-Oriented-Software-Guided-Tests/dp/0321503627
Ainda não lí, mas parecem que tem muita coisa legal:
- Experiences of Test Automation: Case Studies of Software Test Automation: http://www.amazon.com/gp/product/0321754069/
- Beautiful Testing: Leading Professionals Reveal How They Improve Software: http://www.amazon.com/Beautiful-Testing-Professionals-Software-Practice/dp/0596159811/
- Just Enough Software Test Automation: http://www.amazon.com/Just-Enough-Software-Test-Automation/dp/0130084689
- More Agile Testing: Learning Journeys for the Whole Team: http://www.amazon.com/More-Agile-Testing-Addison-Wesley-Signature/dp/0321967054
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment