Backend
How we tested our backend.
Last updated
Was this helpful?
How we tested our backend.
Last updated
Was this helpful?
We decided to use Postman to conduct unit testing on our API endpoints. The tests were written in a way where when ran sequentially, the API calls simulate how a Client/Personal trainer may interact with the application. Also, we made use of Postman's random variable generator to create new Users, recipes, meal plans, etc.
Please use this link to view the testing documentation.
Video Link - Client API test
Please use this link to view the testing documentation.
Video Link - Personal trainer and Client API test