Testing a List Page

Learn how to test a list page.

Let’s get to the crux of this course. We are going to test the home page of our application. According to our user acceptance tests, the following features should be present on this page:

  • Meetups should be ordered by their date in ascending order.

  • Past meetups should not be shown.

The demo application of the home page

By default, the application doesn’t include any meetups in its database, so the only way to test these scenarios is to create them manually. We can navigate to the create page on the /create path by clicking on the “Create a new meetup” button. Let’s run the application below and test if we can replicate the abovementioned scenarios.

Get hands-on with 1200+ tech skills courses.