@PapaFranciscoOfficial

Arho, just finished this testing mini-series and let me tell you that this is by far the best spring boot testing guide i've seen so far. Not only you covered all the important topics but you also did that in very concise videos. You won a new sub and im looking forward to read all your articles and see new videos from you. Thanks and greetings from Argentina!

@cloudsquall88

Nice to see you back! Great content as always!

@ignacioc5177

Moi moi! These videos are beyond excellent, keep them coming
Kiitos paljon from Portland, Oregon!

@anonym3758

Arho, we need more so detailed videos about Spring!

@illia4503

Thanks! Very useful video!

@edbn7928

Thanks for this series, learning a lot!

@FadiQua

Learnt a lot! Thanks

@alanhabib1942

This was good. Are there any in depth Spring Boot Test classes?

@ranjeewasenevirathne3392

Do I need to install Docker manually to work this on test containers, since I didn't see any Docker installation in your test containers video?

@vanyastaleva415

Please could you tell me where in the project structure are the sql scripts for the tests? I get an exception all the time that spring can not find the scripts. And this is when I bring the spring context with the @SpringBootTest annotation. If I remove it, spring finds the scripts and no exception is thrown, but then I can't autowire beans from the context. So I am completely stuck