...

/

A Field Guide to Integration and System Tests

A Field Guide to Integration and System Tests

Learn about integration and system testing.

The last few chapters

We spent the last few chapters focusing on testing the models and business logic of the Rails application. A web application is more than just business logic, though. So for the next few chapters, we’ll discuss tests that tackle the parts of the application that either respond to user input or output data to the user.

Input and output tests

There are many different terminologies used to describe the various flavors of input and output tests we ...