Posts Tagged ‘unittest’

Test driven programming

Posted in Programming on December 5th, 2010 by trenck – Comments Off

Test driven programming is a base of Extreme Programming.
But this could be a good practice for any method…


What is test driven programming ?

A strict methodology shall be applied:

  • Write a test that fails (ie

read more »