Tag Archives: haikudeck

How to convince developers and managers to do TDD

Questions and answers when introducing test driven development Continue reading

Posted in Test | Tagged , , | Leave a comment

Art of unit testing

I want to share a basic principle about unit testing I’ve adopted from Roy. Make unit tests:

  • Readable
  • Trustworthy
  • Fast
  • Maintainable

Continue reading

Posted in Test | Tagged , , , | 1 Comment