youtube image
From YouTube: Test Driven Development

Description

Tutorial on how to do test driven development

- Find the bug
- Write the test case based on the bug (it should fail, since there is a bug)
- Fix the bug
- Check that the test case now passes