Testing the Create Page
Learn to test a create page.
We'll cover the following
Let’s begin testing the create page of the meetup application. According to our user acceptance tests, the following features should be available:
Users should be able to create a meetup by filling out the form with the following information:
Name
Location
Date and time
Description (optional)
After submitting the form successfully, users must be given a message that the meetup creation was successful.
A unique identifying slug should be created automatically based on the meetup’s name.
The meetup should be instantly available on the home page and the meetup detail page.
Let’s run the code below to see how this page works.
The create page
Get hands-on with 1200+ tech skills courses.