Training:PhD Course on Computational Ontologies @ University of Bologna 2011/Ontology Testing/ArmirBujari
From Odp
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 |