Being Great at testing



Being Great at testing

0 0


being-great-at-testing

reveal.js presentation

On Github danclaudiupop / being-great-at-testing

Being Great at testing

Testing and development are different
  • Developer “I want this code to succeed”
  • Tester “I want this code to fail”
Tester goal is to build stronger code
Quality is a team effort.

As a tester:
Learn to test creatively
Don't ignore weird stuff
Some might say that testing is so important, that everybody does it.

Test Early. Test Often. Test Automatically.:

  Tests that run > test plans that sit on a

 shelf.

PRAGMATIC BOOKSHELF

  Testability is visibility and control

Lesson 137 in Cem Kaner, James Bach, and Bret Pettichord’s Lessons Learned in Software Testing [KBP02]