-
-
Notifications
You must be signed in to change notification settings - Fork 50
Music Testing Checklist
Nine edited this page Feb 16, 2018
·
2 revisions
in order to standardize the way we test our software I'm creating this QC checklist to be used when evaluating pull requests and while stabilising for release. This list is by no means exhaustive and I value further contributions - Nine-H
- can I play a file?
- can I seek?
- can I advance to the next track?
- can I play the previous track?
- can I create a playlist?
- can I add a file to the playlist?
- can I add multiple files to the playlist?
- can I create a smart playlist?
- do all smart playlist rules save correctly?
- are playlists being saved when I kill and restart the application?
- is art being loaded correctly?
- is art displayed correctly?
- does sorting work as expected?