Tag: Testing


  1. The Rationale for Testing

    Recently I’ve been thinking why we should test. Too often testing is simply seen as a tick-box exercise, something to be done just to get meet some meaningless metric. Unit tests are used ostensibly to prove that your implementation behaves as expected. But equally important is the feedback…

    Unit test, TDD, Mocking, Testing, Integration