Skip to content
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

Merged
merged 17 commits into from
Apr 13, 2024

Conversation

Pughal77
Copy link

@Pughal77 Pughal77 commented Apr 13, 2024

We shoud remove usages of AddressBook and update it to references to our application, Avengers Assemble

@Pughal77 Pughal77 self-assigned this Apr 13, 2024
@Pughal77 Pughal77 added this to the v1.4 milestone Apr 13, 2024
@Pughal77 Pughal77 added type.Task Something that needs to be done, but not a story, bug, or an epic. e.g. Move testing code into a new priority.Medium Nice to have labels Apr 13, 2024
@@ -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.

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.

Copy link

@danielleloh danielleloh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo errors

<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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lsit -> list

Copy link

@danielleloh danielleloh left a 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


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

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
Copy link

@danielleloh danielleloh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor catches


<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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this mean ㅠㅠ

@Zer0Legion Zer0Legion merged commit cfbf0b3 into AY2324S2-CS2103T-T10-1:master Apr 13, 2024
3 checks passed
Copy link

@jayllo-c jayllo-c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@danielleloh
Copy link

LGTM too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.Medium Nice to have type.Task Something that needs to be done, but not a story, bug, or an epic. e.g. Move testing code into a new
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants