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

Add DG manual testing for Add and Edit musician #229

Conversation

DeltonCheng
Copy link

@DeltonCheng DeltonCheng commented Nov 13, 2023

Added manual testing for Add and Edit Musician.

Do let me know if I missed out anything! :)

@DeltonCheng DeltonCheng added this to the v1.4 milestone Nov 13, 2023
@DeltonCheng DeltonCheng reopened this Nov 13, 2023
@DeltonCheng DeltonCheng changed the title Add DG manual testing for Edit musician Add DG manual testing for Add and Edit musician Nov 13, 2023
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Merging #229 (5e34f1f) into master (ede1252) will not change coverage.
Report is 7 commits behind head on master.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #229   +/-   ##
=========================================
  Coverage     77.24%   77.24%           
  Complexity      669      669           
=========================================
  Files           102      102           
  Lines          2118     2118           
  Branches        230      230           
=========================================
  Hits           1636     1636           
  Misses          411      411           
  Partials         71       71           

Copy link

@yytan25 yytan25 left a comment

Choose a reason for hiding this comment

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

Apart from the minor issues that I found, LGTM.

Also, as @tanyyyming mentioned, you may wish to reduce the number of test cases, as there is some overlap with what's already mentioned in the UG.

image

1. Test case: `add n/Alexis Tan p/98766789 e/AlexisT@music.com g/gazz`
**Expected:** Error message saying instrument should be a valid genre name and to use `tags` function for the list of valid genres.

5. Adding a duplicate musician
Copy link

Choose a reason for hiding this comment

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

Nit: Should be 6.

**Expected:** Error message saying instrument should be a valid genre name and to use `tags` function for the list of valid genres.

5. Adding a duplicate musician
**Prerequisite:** Ensure that you have completed the first test (Adding a musician with only compulsory fields).
Copy link

Choose a reason for hiding this comment

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

If possible, maybe you can insert a link to the test case to reduce ambiguity?

@tanyyyming tanyyyming merged commit 852d054 into AY2324S1-CS2103T-W11-3:master Nov 13, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants