Challenge: Test the Order of Display

Challenge yourself with a testing problem.

Problem

With this lesson, take the complexity of your tests up a notch. New variables, such as the number of meetups in the database, bring out numerous test cases that you need to consider. With multiple meetups in the database, you need to test the order displayed on the list page.

A simple test

In the first scenario, we test that the meetups show in the correct order. According to the user acceptance tests, the meetups must show in ascending order based on their start time.

Get hands-on with 1200+ tech skills courses.