Skip to content

Commit

Permalink
Update DG
Browse files Browse the repository at this point in the history
  • Loading branch information
QianChangru committed Nov 14, 2023
1 parent fb3a3e1 commit 77c2609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ Testers are expected to do more *exploratory* testing.
1. Delete an existing student from Class Manager.
1. Test case: `delete s/STUDENT_NUMBER`<br>
Expected: STUDENT_NUMBER is a valid Student Number that exists in the Class Manager. The student with STUDENT_NUMBER is deleted from the list. Details of the deleted student are shown in the Result Display Box.
Expected: STUDENT_NUMBER is a valid Student Number that exists in the Class Manager. The student with STUDENT_NUMBER is deleted from Class Manager. Details of the deleted student are shown in the Result Display Box.
<br><br>
2. Delete a student with an invalid student number.
Expand All @@ -1116,7 +1116,7 @@ Testers are expected to do more *exploratory* testing.
1. Edit an existing student's details in Class Manager.
1. Test case: `edit STUDENT_NUMBER n/NAME`<br>
Expected: The student with STUDENT_NUMBER is edited to have the new NAME.
Expected: STUDENT_NUMBER is a valid Student Number that exists in the Class Manager. The student with STUDENT_NUMBER is edited to have the new NAME.
2. Test case: `edit STUDENT_NUMBER s/NEW_STUDENT_NUMBER`<br>
Expected: The student with STUDENT_NUMBER is edited to have the NEW_STUDENT_NUMBER.
<br><br>
Expand Down

0 comments on commit 77c2609

Please sign in to comment.