Skip to content

Commit

Permalink
Merge pull request #275
Browse files Browse the repository at this point in the history
Add instructions for manual testing for instruction testing
  • Loading branch information
CYX22222003 authored Nov 8, 2024
2 parents ee76f1f + 8236346 commit 320961a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,16 @@ testers are expected to do more *exploratory* testing.
1. Other incorrect delete commands to try: `delete`, `delete x`, `...` (where x is larger than the list size)<br>
Expected: Similar to previous.

### Undoing the last operation
1. Undoing an execution that modifies the CampusConnect data
1. Prerequisites: Perform any operation that modifies the state (all executions except for list and find) to ensure there is an action to undo.

1. Test case: undo
Expected: The last operation is undone, restoring the previous state. The list updates accordingly, and a status message confirms the undo action.

1. Test case: undo immediately after starting the application (with no operations performed)
Expected: No undo operation is performed. An error message appears in the status message, indicating there is no action to undo.

### Finding a person

1. Finding a person with tags
Expand Down

0 comments on commit 320961a

Please sign in to comment.