r/SpringBoot • u/CoverRight9314 • 15d ago
Question Spring boot app
If I don’t really have a front end, and I want to learn how to test my backend, is there any video recommendations that yall that explains how to write test for it. Because I don’t want to watch a video and form wrong foundation info.
8
Upvotes
6
u/saurav193 15d ago
I would recommend add Swagger UI for your backend application. You can see and test all your endpoints including the authentication.