Skip to content

Commit

Permalink
Merge pull request #283 from ChangruHenryQian/update-guide
Browse files Browse the repository at this point in the history
Update guide
  • Loading branch information
ChangruHenryQian authored Nov 14, 2023
2 parents 877b2fc + 0af3629 commit 4eb0531
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 @@ -1104,7 +1104,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 the Class Manager.
<br><br>
2. Delete a student with an invalid student number.
Expand All @@ -1117,7 +1117,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 Expand Up @@ -1211,7 +1211,7 @@ Testers are expected to do more *exploratory* testing.
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.
Expected: STUDENT_NUMBER is a valid Student Number that exists in the Class Manager. The student with STUDENT_NUMBER is marked as present for the first tutorial.
<br><br>
### Mark all displayed students as present
Expand Down

0 comments on commit 4eb0531

Please sign in to comment.