Controller Testing Activity

❮ Back Next ❯

Controller tests are automated tests to detect bugs in how our app processes and responds to HTTP requests.

Activity Goals

How to Start

We will write and run controller tests for a sample app, LimerIQ, a limerick (poem) authoring and sharing app (https://github.com/human-se/limeriq-f23).

To get started, perform the following steps:

git clone git@github.com:human-se/limeriq-f23.git testing-activity-app

❮ Back Next ❯