Archive for the 'TDD' Category

The Illusion Of High Test Coverage

Saturday, May 13th, 2006

There are many tools out there for checking your test coverage (in terms of tested code). Unit tests coverage is becoming as popular as unit tests themselves. And that is of course a step in the right direction.
Test coverage data helps developers identify missing test cases. It also helps development managers to get a […]

Some Pitfalls Of Test Driven Development

Saturday, March 25th, 2006

Everybody seems to love TDD (Test Driven Development). Writing unit tests can be a lot of fun, and a real productivity enhancer. Writing tests before writing a piece of code is also a great idea. It sure helps you shape your interfaces and think about their usability even before implementing them. It also has the […]