1. Introduction to Unit Testing Spring Boot Application
2. Introduction to Integration Testing of Web Layer
3. Introduction to Integration Testing of Web Layer
4. Adding Testing Support to Spring Boot Application
5.1 UsersServiceSpringBoot.zip
5. Existing Project overview + Source code
6. New Test Class. @WebMvcTest & @AutoConfigureMockMvc.
7. RequestBuilder - Building and Performing HTTP Request
8. @MockBean - Mocking Service Layer
9. @MockBean annotation - Trying how it works.
10. Assert for BAD REQUEST
11. Practice exercise.html
12.1 userscontrollerweblayertest.zip
12. Practice exercise solution overview