Test Driven Development

Modified on 06/03/2013 23:58 by Administrator — Categorized as: Test Type

What is test driven development?
Simple put,it is writing unit tests first then write the code that can pass the test. It was discovered by Kent Beck, a good friend of Ward Cunningham, so again we can go to Wards Wiki to see multiple points of view. It get's a bit technical at times and the bullet list below is an excerpt from Test Driven Development on Ward's Wiki.