Skip to content

Commit

Permalink
Merge pull request #326 from songfangyl/branch-DG-manual-testing
Browse files Browse the repository at this point in the history
Update manual testing for delete feature
  • Loading branch information
LamJiuFong authored Nov 13, 2023
2 parents a42339b + 8abd1e7 commit 9ecc4cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1499,20 +1499,20 @@ testers are expected to do more *exploratory* testing.
Expected: The most recent window size and location is retained.


## Deleting a person
## Deleting a customer

**Deleting a person while all persons are being shown**
**Deleting a customer while all customers are being shown**

Prerequisites: List all persons using the `list` command. Multiple persons in the list.
Prerequisites: List all customers using the `list` command. Multiple customers in the list.

1. Test case: `delete 1`<br>
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.
Expected: First customer is deleted from the list. Details of the deleted customer shown in the status message.

1. Test case: `delete 0`<br>
Expected: No person is deleted. Error details shown in the status message. Status bar remains the same.
Expected: No customer is deleted. Error details shown in the status message. Customer list remains the same.

1. Other incorrect delete commands to try: `delete`, `delete x`, `...` (where x is larger than the list size)<br>
Expected: Similar to previous.
Expected: No customer is deleted. Error details shown in the status message. Customer list remains the same.


## Updating tags of a customer
Expand Down

0 comments on commit 9ecc4cb

Please sign in to comment.