Writing the Test
Learn to write tests in test-driven development.
We'll cover the following...
The TDD process consists of the following five steps:
- Write the test.
- Run the test.
- Write the actual code.
- Make all tests pass.