Challenge: The DELETE Operation

Test yourself by writing a positive and a negative test case for testing the DELETE function.

This lesson is a challenge for you to test the DELETE operation.

Problem statement

Write at least two test cases for deleting authorized and unauthorized users:

  • Test 1: This will be a test in which a mock user attempts to
...