The Testing Layers

Let’s learn about the three layers of the testing wheel in more depth.

We want to spend the least amount of time getting the most coverage from our tests.

The feature layer

The user stories we’ve learned about thus far translate perfectly to this particular type of test, the feature test. It’s the outer layer of the testing wheel.

We need to start with this ...