Completed
0:00 Introduction & Spring 7 Overview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Testing Your REST APIs in Spring Boot 4 with the New RestTestClient
Automatically move to the next video in the Classroom when playback concludes
- 1 0:00 Introduction & Spring 7 Overview
- 2 2:45 Setting up the project with Spring Initializr
- 3 4:30 Creating the Todo model and controller
- 4 7:15 Unit testing with bindToController
- 5 11:20 Integration testing with MockMVC
- 6 15:30 Application context testing
- 7 18:45 End-to-end testing with real servers
- 8 20:30 Summary & best practices