Peer Testing
Process Testing | |||
SDS Process Name | SDS Paragraph Ref | Pass/Fail | Notes / link to JIRA issue |
Code conforms to standards |
| Pass |
|
Code has adequate automatic tests |
| Pass |
|
Resources configurable to require authentication to access |
| Pass |
|
Access to resources are authorised with OAuth | Fail | see https://www.jira.is.ed.ac.uk/browse/COM027-9 (possibly temporary issue) | |
Booking controller /booking/ with valid booking id returns 200 and valid data | Pass | ||
Booking controller /booking/ with invalid booking id returns 404 | Pass | ||
Booking controller /bookings with valid uun returns 200 and valid data | Pass | ||
Booking controller /bookings with valid event id returns 200 and valid data | Pass | ||
Booking controller /bookings with invalid uun returns 404 | Pass | ||
Booking controller /bookings with invalid event id returns 404 | Pass | ||
Booking controller /bookings with no parameter returns 400 | Pass | ||
Provider controller /provider/ with valid provider-id returns 200 and valid data | Pass | ||
Provider controller /provider/ with invalid provider-id returns 404 | Pass | ||
Provider controller /providers returns 200 and valid data | Pass | ||
Event controller /event/ with valid event-id returns 200 and valid data | Pass | ||
Event controller /event/ with invalid event-id returns 404 | Pass | ||
Event controller /events with valid provider-id returns 200 and valid data | Pass | ||
Event controller /events with valid category string returns 200 and valid data | Pass | ||
Event controller /events with valid provider-id and category string returns 200 and valid data | Pass | ||
Event controller /events with invalid provider-id returns 404 | Fail | COM027-11 | |
Event controller /events with invalid category string returns 404 | Fail | COM027-10 | |