Backend

How we tested our backend.

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.

API testing for Client methods

Testing Documentation

Please use this link to view the testing documentation.

Video Link - Client API test

API testing for Personal Trainer and Client methods

Testing Documentation

Please use this link to view the testing documentation.

Video Link - Personal trainer and Client API test

Last updated