Talks
Events

TDD with Spring Boot - Testing the Harder Stuff

Sannidhi Jalukar at Spring I/O 2017

Ever wonder how to test a hard problem like caching or write an integration test without making an external API call? Or come across a situation where testing something was so hard that it never got tested? A lot of developers today find themselves in situations where they are unsure of how to write light-weight unit tests.
In our presentation, we will talk about how to do Test-driven development for a Spring Boot application and how some of the latest Spring Boot annotations and utilities make that easy. We will deep dive into some tricky real world testing scenarios that have baffled us in the past such as:

Database queries
Caching
Configuration files
Form validations
Message brokers