-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add DG manual testing for Add and Edit musician #229
Conversation
Codecov Report
@@ 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 |
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.
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.
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 |
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.
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). |
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.
If possible, maybe you can insert a link to the test case to reduce ambiguity?
Added manual testing for Add and Edit Musician.
Do let me know if I missed out anything! :)