File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -610,15 +610,19 @@ testers are expected to do more *exploratory* testing.
610
610
### Adding a person
611
611
612
612
1 . Adding a person while all persons are being shown.
613
- 1 . Prerequisites: List all persons using the ` list ` command. Multiple persons in the list.
613
+ 1 . Prerequisites:
614
+ 2 . List all persons using the ` list ` command. Multiple persons in the list.
615
+ 2 . The person with NRIC ` S1234567A ` is not already created in the system.
616
+ 3 . The person with NRIC ` T0234567C ` is already created in the system.
614
617
1 . Test case: ` create n/Alice Tan ic/S1234567A dob/1990-01-01 hp/12345678 a/123, Jurong West Ave 6, #08-111 s/F st/PENDING ` <br >
615
618
Expected: A new person is added to the list. The result panel shows the details of the new person.
616
619
1 . Test case: ` create n/Bob Tan ic/T0234567C dob/1990-01-01 hp/12345678 a/123, Jurong West Ave 6, #08-111 s/M st/PENDING ` <br >
617
620
Expected: A new person is not added to the list. The result panel shows an error message, indicating that the person already exists in the system.
618
621
1 . Test case: ` create n/Charlie Tan ic/S1234567A ` <br >
619
622
Expected: A new person is not added to the list. The result panel shows an error message, indicating that the command format is invalid.
620
623
2 . Adding a person while only some persons are being shown
621
- 1 . Prerequisites: show only 1 person's details using the ` find n/alex ` command. One person is shown in the list.
624
+ 1 . Prerequisites:
625
+ 2 . Show only 1 person's details using the ` find n/alex ` command. One person is shown in the list.
622
626
1 . Test case: ` create n/Bob Tan ic/T0234567C dob/1990-01-01 hp/12345678 a/123, Jurong West Ave 6, #08-111 s/M st/PENDING ` <br >
623
627
Expected: A new person is not added to the list. The result panel shows an error message, indicating that the person already exists in the system.
624
628
### Deleting a person
You can’t perform that action at this time.
0 commit comments