Integration Test Setup for REST Assured and Spring Boot

Опубликовано: 15 Март 2026
на канале: Philip Riecks
6,870
74

This is the third video of the REST Assured with Spring Boot testing mini-series. With this last episode, we'll write an integration test for our Spring Boot application.

Content:

0:00 Integration test setup
2:05 Configuration of the default Spring Security user
3:15 REST Assured book creation request setup
6:25 Extract the result of the first response
8:40 Summary of the integration test

Part I:    • MockMvc Test Setup With REST Assured and S...  
Part II:    • Test a Secured Endpoint with REST Assured ...  
Part III:    • Integration Test Setup for REST Assured an...  

The source code for this video is available on GitHub: https://github.com/rieckpil/blog-tuto...

» Never worry about testing your Spring Boot application again: https://rieckpil.de/testing-spring-bo...

#RESTAssured #SpringBoot #Setup