Archive for the ‘Testing’ Category

RCov: Must have development tool for TDDers

Although you are using a test driven development to create your latest app, how do you know that you tests are covering all your code? If done correctly it should, as you need to write tests, then when they fail, write the code to make them pass, but how many of us follow that religiously? [...]

Musing about test driven development

Over the last couple of weeks I have been writing the second report about my final year project. This is supposed to be about the design and spec of the system, however I have decided to do things differently.
Test driven development is one those topics I have thought ‘ooh that sounds good’, but have yet [...]