Talks
Events

Testing Spring Boot Applications

Phil Webb at Spring I/O 2016

In this talk we'll cover various techniques that can be used to test your Spring Boot applications. We'll take a look at a simple application and show how you can:

Unit test classes
Use mocking
Test the persistence layer
Test remote REST calls
Test MVC controllers
Integration test a fully running application

Along the way we'll also discuss how you can structure your applications to make them more amenable to testing, and how new features in Spring Boot 1.4 make testing even easier.