Skip to content

Commit d404ec5

Browse files
committed
Update DG storage size.
Update DG testing instructions. Update DG UI diagram.
1 parent 1e17288 commit d404ec5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/DeveloperGuide.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,15 +610,19 @@ testers are expected to do more *exploratory* testing.
610610
### Adding a person
611611

612612
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.
614617
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>
615618
Expected: A new person is added to the list. The result panel shows the details of the new person.
616619
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>
617620
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.
618621
1. Test case: `create n/Charlie Tan ic/S1234567A`<br>
619622
Expected: A new person is not added to the list. The result panel shows an error message, indicating that the command format is invalid.
620623
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.
622626
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>
623627
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.
624628
### Deleting a person

0 commit comments

Comments
 (0)