Title: Write another DELETE check and/or add SetUp to another check
Time: 15-45 minutes
Purpose: To practice writing DELETE checks; and/or practice adding SetUp features to checks
Introduction: At the end of Lesson 10 I challenged you to either add another DELETE check, and/or add the SetUp feature to another check that was already written.
Activity:
- Choose one or both activities below to do:
- Write another DELETE check
- Idea: a scenario that doesnβt send the token for authentication
- Add the SetUp feature to another check
- Idea: the PUT check is a good candidate for this
- Note that you need to create a new class for that check to use SetUp properly
- Write another DELETE check
- Write/modify your check(s), and verify they pass
- Be sure to run your checks multiple times!
- Share on this thread:
- What scenario(s) did you try?
- Are you stuck anywhere?