| Number | Requirement tested | Method used | Test applied | Error(s) found | Suggestions/ideas for solution | Additional notes |
| A track has only one genre| | Unit testing (track, genre)
Query: SELECT ?p ?y WHERE { ?p a :Track . ?p :genre ?y } |
The track name can have more than one genre associated |
||||
|
A track realizes only one song |
Unit testing (track, associatedSong) Query: SELECT ?p ?y WHERE { ?p a :Track . ?p :recordingOf ?y } |
The track name can have more than one genre associated |
||||
| 2 | ||||||
| 3 | ||||||
| 4 |