Integration testing with Spring Boot - 2
Oct 23, 2021
Spring Boot Integration testing - part 2
- Here we continue the integration testing
- use JSONPath expressions to assert the response body.
- Preload and clean up the database before and after a test using script files and annotations.
- Return relevant response codes upon exceptions.
Show More Show Less #Programming
#Java (Programming Language)
