Completed
Why integration testing?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Integration and End-to-End Testing with TestContainers and JUnit 5
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Why integration testing?
- 3 Basic integration test
- 4 Integration testing evolution
- 5 Docker advantages
- 6 Start Docker containers for integration test
- 7 Maven plugins
- 8 Docker Compose
- 9 Docker API
- 10 Docker environment discovery
- 11 Host port randomization
- 12 Containers cleanup
- 13 Waiting strategies
- 14 Host port waiting strategy
- 15 Demo recap
- 16 JUnit 5 extensions
- 17 Testing environment cluster
- 18 Test cluster for automated E2E tests
- 19 On-demand cluster for E2E tests
- 20 Non-Kubernetes for E2E tests
- 21 Docker network aliases
- 22 Spring Cloud Eureka service names
- 23 Takeaways