Spring Boot Testing - Data Access Layer Integration Testing using Testcontainers

Published: 18 January 2022
on channel: Java Guides
6,617
112

In the previous video - Spring Boot Application Integration Testing using Testcontainers | REST API | Crash Course 2022 (   • Spring Boot Testing - REST API Integr...  ), I have shown how to create Integration Tests for REST APIs using Testcontainers.

In this video, we will write Integration Tests for the data access layer or repository layer using Testcontainers.

Spring Boot Application Integration Testing using Testcontainers | REST API | Crash Course 2022 at    • Spring Boot Testing - REST API Integr...  

#springboot #testing #testcontainers

GitHub repository at https://github.com/RameshMF/springboo...