Answer the following questions or work through the problems to solidify your understanding. For some of these, you need to work through the external documentation of Postman:
- What is the fundamental difference between unit tests and functional tests?
- How can unit tests and functional tests work together?
- Write Postman tests for all endpoints of the user service.
- Write more sophisticated tests when verifying the responses (for example, check that the token contains the correct information).
- Write unit tests verifying the JWT functions in the user service are working correctly.