Testing the Whole App

Testing the Whole App

In addition to testing small, specific functions of the web application, we also need to test that larger use cases are working properly, by writing higher level tests. We use these tests, called integration tests, to make sure common features like logging in and creating an account work for the user.

Extra Credit

Integration Tests

Now that we know how to write an integration test, why not try writing an integration test for the entire sign up and sign in processes.