ЕСОЗ - публічна документація
Medical Program Tests
n/n | Description | Test Case Inputs | Expected Result | Step by Step Script | Actual Result |
---|---|---|---|---|---|
Create Medical Program | name = Valid | Response 200 Medical Program saved to DB |
| ||
Create Medical Program not by NHS Admin | name = Valid | Response 401 Authorization header is not set or doesn't contain Bearer token |
| ||
Get Medical Program list | Response 200 |
| |||
Get Medical program by ID | Response 200 |
| |||
Get Medical Program by name | Response 200 |
| |||
Get Active Medical Program | Response 200 |
| |||
Get Medical Program By wrong ID | Response 404 |
| |||
Create Medical Program without name | name = "" | Response 422 |
| ||
Get medical program not by NHS Admin | Response 403 Your scope does not allow to access this resource. Missing allowances: medical_program:read |
| |||
ЕСОЗ - публічна документація