Test Driven Development
In this lesson, we'll learn what Test Driven Development (TDD) is, the three categories of tests involved, what Unit Tests are and how to build and run them.
We'll cover the following...
Types of tests #
There are three broad categories of tests that can be automated in web apps.
- Unit tests
- These test individual functions. For