Tests are King
12/33
Tests drive the development
Tests are written before the code
There is no code without tests
Test Suites
Contain tests that check whether the code does what it is supposed to do
Also cover things that should fail