Acceptance Tests

In this lesson, let's discuss what acceptance tests are and see one in practice

We'll cover the following...

Acceptance tests look a lot more different. Instead of having a set of inputs map to a set of expected outputs, acceptance tests typically look at the state of the world after a set of actions have been taken.

For example, to test the form’s ...