Integration testing with Spring Boot - 2

351 views 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.

#Java (Programming Language)
#Programming