Skip to content

Commit

Permalink
Update DeveloperGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nichee authored Apr 14, 2024
1 parent 462363e commit db99c8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -719,11 +719,12 @@ testers are expected to do more *exploratory* testing.

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

1. Test case: `delete 1` (no class selected)
Expected: Interface prompts you to `select` a class first

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 person is deleted. Error details shown in the status message. Status bar remains the same.


### Adding a description
Expand All @@ -739,7 +740,7 @@ testers are expected to do more *exploratory* testing.
Expected: Error message thrown. No description is added to any contact.

1. Other incorrect description commands: `description 1 Hello`, `description`, `description desc/Hello`, `description x desc/Hello` (Where x is larger than the list size)<br>
Expected: Similar to previous.
Expected: Error message thrown. No description is added to any contact.

1. Adding a description works in concurrence with add/edit commands as well. As long as their prerequisites are met, and description is following a prefix `desc/`, it should work effectively.

Expand Down

0 comments on commit db99c8d

Please sign in to comment.