Feature Crtieria
Verbs to be supported
- GET
- POST
- PUT
- DELETE (but only if the start date is in the future)
- User should be able to GET a list, and GET a single item.
- Employees who signed up for a training program should be included in the response
- Should be able to view only programs starting today, or in the future, with the
?completed=false query string parameter.
Testing Criteria
Write a testing class and test methods that validate the GET single, GET all, POST, PUT, and DELETE operations work as expected.
Feature Crtieria
Verbs to be supported
?completed=falsequery string parameter.Testing Criteria
Write a testing class and test methods that validate the GET single, GET all, POST, PUT, and DELETE operations work as expected.