-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small changes to manual testing #422
Small changes to manual testing #422
Conversation
@@ -1540,24 +1540,24 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli | |||
**MSS:** | |||
|
|||
1. User requests to edit a specific person with updated details. | |||
2. AddressBook saves the updated details. | |||
3. AddressBook confirms the successful update. | |||
2. AvengersAssemble saves the updated details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good spot. We should remove references to address book.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo errors
docs/DeveloperGuide.md
Outdated
<br><br> | ||
* **Test case (missing score):** `addExam n|Final`<br> | ||
**Expected:** Error message shown in the error report. No change in the address book. | ||
**Expected:** Error message shown in the error report. No change in the exams lsit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lsit -> list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think you should capitalise CSV
docs/DeveloperGuide.md
Outdated
|
||
Use case ends. | ||
|
||
* 2b. The file to be imported is not a csv file. | ||
|
||
* 2b1. AddressBook displays an error message indicating that the file type is not recognised and should be a csv file | ||
* 2b1. AvengersAssemble displays an error message indicating that the file type is not recognised and should be a csv file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
csv -> CSV
…into branch-FinaliseDG # Conflicts: # docs/DeveloperGuide.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor catches
docs/DeveloperGuide.md
Outdated
|
||
<br> | ||
|
||
* **Test case:** `import i|C:\file.csv`<br> | ||
* **Test case:** `import i|C:\path\to\file.csv`<br> | ||
**Expected:** Error message shown in the error report. No change in list of persons. | ||
|
||
<br> | ||
|
||
3. Importing Data from a CSV File that is not a CSV File |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does this mean ㅠㅠ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LGTM too |
We shoud remove usages of AddressBook and update it to references to our application, Avengers Assemble