Relative Content

Tag Archive for javaspringspring-bootspring-mvc

Spring controller test ModelMap content

I have a controller with an endpoint that puts some objects in the ModelMap. I wrote a test for it and want to check, what was actually stored in the ModelMap.

Sprinboot api application performance test

I want to test the performance of my backend API application written with Spring Boot under high requests. How can I perform this process? Which tools should I use and what should I do step by step? What are the best practices for performance tests and how should I analyse the results?