@@ -264,32 +264,8 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
264264
265265### Use cases
266266
267- (For all use cases below, the ** System** is the ` AddressBook ` and the ** Actor** is the ` user ` , unless specified otherwise)
267+ (For all use cases below, the ** System** is the ` RemindMe ` and the ** Actor** is the ` user ` , unless specified otherwise)
268268
269- ** Use case: Delete a person**
270-
271- ** MSS**
272-
273- 1 . User requests to list persons
274- 2 . AddressBook shows a list of persons
275- 3 . User requests to delete a specific person in the list
276- 4 . AddressBook deletes the person
277-
278- Use case ends.
279-
280- ** Extensions**
281-
282- * 2a. The list is empty.
283-
284- Use case ends.
285-
286- * 3a. The given index is invalid.
287-
288- * 3a1. AddressBook shows an error message.
289-
290- Use case resumes at step 2.
291-
292- ---
293269
294270### Use Case: ` UC01 ` - add assignment
295271
@@ -467,22 +443,7 @@ testers are expected to do more *exploratory* testing.
467443
4684441 . _ { more test cases … }_
469445
470- ### Deleting a person
471-
472- 1 . Deleting a person while all persons are being shown
473-
474- 1 . Prerequisites: List all persons using the ` list ` command. Multiple persons in the list.
475446
476- 1 . Test case: ` delete 1 ` <br >
477- Expected: First contact is deleted from the list. Details of the deleted contact shown in the status message. Timestamp in the status bar is updated.
478-
479- 1 . Test case: ` delete 0 ` <br >
480- Expected: No person is deleted. Error details shown in the status message. Status bar remains the same.
481-
482- 1 . Other incorrect delete commands to try: ` delete ` , ` delete x ` , ` ... ` (where x is larger than the list size)<br >
483- Expected: Similar to previous.
484-
485- 1 . _ { more test cases … }_
486447
487448### Saving data
488449
0 commit comments