Spring MockMvc Tutorial

Last updated: July 30, 2026

I started to write a new version of my Spring MockMvc tutorial. When this tutorial is finished, it describes how you can write both unit and integration tests for Spring MVC controllers by using Spring MockMvc (aka Spring MVC Test framework) and JUnit 5. At the moment, my new Spring MockMvc tutorial consists of these blog posts:

Introduction and Unit Testing

Integration Testing

Other