Unit testing
Posted by Olga on April 28, 2010 in Development
No Comments
Real stupidity beats artificial intelligence every time. Terry Pratchett. Testing your application cannot be reduced to test that your application normal use would work, you have to test that every piece of code works at it should. Unit testing consist on identifying and consistently verifying each software unit, checking inputs, state and outputs of an [...]