FR1: The system shall return the applicable status code when responding to the client.
Additional Requirement
User Stories
As a developer, I would like to have all endpoints verified before moving on to a more complex stage, so that no issues will take affect in the future.
Acceptance Criteria
[x] Postman test on GET all users
[x] Postman test on GET users by id
[x] Postman test on GET users by username
[x] Postman test on GET number of users liking a specific university
[x] Postman test on GET number of users liking a specific program
[x] Postman test on POST (login)
[x] Postman test on POST (register)
[x] Postman test on PATCH user by id
[x] #41
[x] Postman test on DELETE user by id
[x] Create Postman tests for the new endpoints
[x] Export and add tests to the PostmanCollection file
Related Requirements
Requirements related to the Quality
FR1: The system shall return the applicable status code when responding to the client.
Additional Requirement
User Stories
As a developer, I would like to have all endpoints verified before moving on to a more complex stage, so that no issues will take affect in the future.
Acceptance Criteria