Skip to content

Commit

Permalink
Merge pull request #282 from ChangruHenryQian/update-guide
Browse files Browse the repository at this point in the history
Update guide
  • Loading branch information
Cikguseven authored Nov 14, 2023
2 parents 0a82e9f + fb3a3e1 commit 877b2fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ Testers are expected to do more *exploratory* testing.

### Delete a student

1. Delete a student from Class Manager.
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.
Expand All @@ -1114,7 +1114,7 @@ Testers are expected to do more *exploratory* testing.

### Edit a student

1. Edit a student's details in Class Manager.
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.
Expand Down Expand Up @@ -1208,7 +1208,7 @@ Testers are expected to do more *exploratory* testing.

</box>

1. Mark a student as present in Class Manager.
1. Mark an existing student as present in Class Manager.

1. Test case: `present s/STUDENT_NUMBER tut/1`<br>
Expected: The student with STUDENT_NUMBER is marked as present for the first tutorial.
Expand Down

0 comments on commit 877b2fc

Please sign in to comment.