Loading
Current section: Guides 6 exercises
Problem

Test data

Loading exercise

Transcript

00:00 The heart and soul of our application is that the users are able to create and manage their notes. So once the user is logged in, they are able to go to their notes and see the list of all the notes they have ever created. This is a pretty important functionality and also the one that you will be testing in this exercise. But to test that, you would need some test data. So not only authenticate as a particular user, but the one that has a list of nodes already created.

00:26 Similarly to how we've tackled authentication, here creating a note does not belong in a task that checks that the user with notes are able to see them. So follow the instructions to see how you would prepare and also clean up the test data for your tests, and at the end, have the test scenarios passing.