Тёмный

Spring Boot Testing a REST Controller with Unit, Integration & Acceptance Tests 

Kris Foster
Подписаться 10 тыс.
Просмотров 54 тыс.
50% 1

In this video we will be testing a Spring REST controller. We will be writing a full test suite with unit tests, integration tests & acceptance tests. We will be using JUnit5, Mockito, MockMvc & more. We will also be discussing the purpose of each type of test with their advantages & disadvantages.
Source code: github.com/kri...
Spring Initialiser: start.spring.io/

Опубликовано:

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 68   
@KrisFoster1
@KrisFoster1 3 года назад
Unit testing starts: 1:40 Integration testing starts: 11:25 Acceptance testing starts: 21:50
@arihantdhobe
@arihantdhobe 2 года назад
What do I need to do If I am writing a Batch Scheduler 15:08
@blankvoidsea
@blankvoidsea 3 года назад
No more hours of scouring the Internet, this here is the good deal. Thanks!
@KrisFoster1
@KrisFoster1 3 года назад
Glad you enjoyed!
@malg5547
@malg5547 3 года назад
This is the clearest video i've seen on this topic. Thanks for the tutorial, was really helpful.
@xamael1989
@xamael1989 2 года назад
Sincerely brother thanks for taking the time to make this tutorial its very clear and straight forward much love and appreciation from Tanzania
@federicobau8651
@federicobau8651 Год назад
5 min in and the video is way way more valuable than an entire series of some other youtubers that I wont name. I am an experienced programmer working with different languages and learning now java, but I can recognise who is really a developer and who is just a youtuber influencer with not real experience but the RGB keyboard and few screen unfortunally makes it look like they do. I can tell you are a real seasoned developer ! Either way thanks for these videos
@madhanwilliams1464
@madhanwilliams1464 2 года назад
This video gave me a confidence to do unit and integration testing in my project. Thanks for this very neat and clear explanation
@KrisFoster1
@KrisFoster1 2 года назад
Glad you enjoyed, thank you!
@oakinola
@oakinola 4 месяца назад
Amazing video!! Thank you so much...clearly explains the difference between all 3 tests.
@mohammadahmedragab837
@mohammadahmedragab837 2 года назад
your explanation is very clear and simple, I like it, please do more videos about spring boot integration and unit testing ✨
@KrisFoster1
@KrisFoster1 2 года назад
Thank you for the feedback!
@OmarMendozaKS
@OmarMendozaKS Год назад
The best testing tutorial I've seen ever, congrats and ty
@Ddos2212
@Ddos2212 2 года назад
You are a very good teacher. And I've seen a lot of teachers. Amazing job!
@hadihadidi6059
@hadihadidi6059 7 месяцев назад
Best tutorial out there about Testing. Thank you!
@jesusrivas5812
@jesusrivas5812 3 года назад
Best spring boot test video! Thanks for share this.
@lorenzobonanni8625
@lorenzobonanni8625 3 года назад
Great Video, short but complete!
@drbulltrader9107
@drbulltrader9107 2 года назад
I wanna say thank you for the crystal clear explanation. Good stuff, very useful.
@Женя-р8ц3й
@Женя-р8ц3й 2 года назад
Man, it is awesome! I have been looking for your way of simple explanation of difficult thighs for two weeks) And finally it becomes clear for me. Thanx!!!
@GuilhermeBressan
@GuilhermeBressan 2 года назад
Great content. Thanks for the lesson bro! I'm migrating the backend of a project from PHP to Java, those tips really helped me.
@jd12345-m
@jd12345-m 2 года назад
Amazing video. Thank you so much. Been looking for this for some time.
@MarkChan
@MarkChan 2 года назад
Thank you so much! You've explained it so clearly and it was easy to understand!
@francksgenlecroyant
@francksgenlecroyant 2 года назад
Kris Foster always delivers good, quality and relevant content, thanks man!
@akhileshsharma5119
@akhileshsharma5119 2 года назад
Simple and easy explanation.
@dima_kowalski
@dima_kowalski 2 года назад
Your video is the best!!!
@KrisFoster1
@KrisFoster1 2 года назад
Thank you @Dimon, glad you enjoyed!
@sergeychernikov6595
@sergeychernikov6595 Год назад
Hi! Could you tell what keyboard you're using? Some mechanical one? Sound is amazing:)
@nouribenz
@nouribenz 2 года назад
That was super helpful as a new tester 👌 thank you man 💪
@saichander8288
@saichander8288 Год назад
Thank you very much for the content ☺️
@mr.j4840
@mr.j4840 3 года назад
Super super super! But you can use autowired without creating contructor.
@KrisFoster1
@KrisFoster1 3 года назад
That's a great point @MR. J, yes you can
@umutcanceyhan6781
@umutcanceyhan6781 2 года назад
Thanks man your content really helped me, cheers! Keep up with the good work
@AmNotLegend
@AmNotLegend 3 года назад
is @MvcTest not a Unit test? you mocked its dependencies. for the acceptance test, is it good to use Rest-Template to simulate invoking API from a client side?
@dusanristic4400
@dusanristic4400 2 года назад
It's not necessarily; you still have an integration between the actual HTTP Request and the Controller that handles the request. The rest is mocked to narrow the test (make it cheaper). As they are cheaper than Acceptance Tests, I find them useful to test error scenarios such as 403, 404, 400 or any other business/validation logic that might be returned by the controller.
@christianwulf8224
@christianwulf8224 2 года назад
I agree with you. It is a unit test, too. I would never call it an integration test. It does not integrate any two or more classes of the application.
@newaz9666
@newaz9666 2 года назад
Thank you, It is very helpful.
@muratorhun8236
@muratorhun8236 Год назад
Very helpful, thanks!
@natalysilva5815
@natalysilva5815 3 года назад
Great tutorial, keep up with the good work! 😉
@frankoppermann1877
@frankoppermann1877 2 года назад
Very nice video. How do you handle external service calls in acceptance tests. Are you using mocks or real calls?
@sunpacplussoftware5948
@sunpacplussoftware5948 3 года назад
Thank you. Excellent tutorial!
@nelsonlzrz5826
@nelsonlzrz5826 2 года назад
Muchas gracias por el tutorial! Very thanks, was helpful!
@ariwansrisetya5714
@ariwansrisetya5714 2 года назад
Thank you so much! This helped me tremendously.
@ogookafor2137
@ogookafor2137 2 года назад
Liking and subscribing + notification THANK YOU!
@tuenguyen8433
@tuenguyen8433 2 года назад
Thanks for sharing! this video really useful
@arihantdhobe
@arihantdhobe 2 года назад
What do I need to do If I am writing a Batch Scheduler 15:08
@devtools8704
@devtools8704 3 года назад
Thank you, this was very clear
@haditube
@haditube 2 года назад
just brilliant. respeKt !
@Das.Kleine.Krokodil
@Das.Kleine.Krokodil 2 года назад
Why add a mock to the context? What will change if you use @Mock instead of @MockBean in the controller?
@bronxed3666
@bronxed3666 2 года назад
amazing. thank you
@brunosteffen8173
@brunosteffen8173 3 года назад
Hey, cool Tutorial! Can you also work those with Springsecurity? I can't do the acceptance test without my credentials. My tests would even need to get data based on who is logged in... Can you still test those?
@KrisFoster1
@KrisFoster1 3 года назад
Hi @Bruno Steffen, thank you for your comment! Things get a bit more complicated once spring security is added to the equation. There are a few different approaches I can think of that you could take: 1. turn off spring security for the test. You could create a new spring security configuration that basically disables security for your endpoints. You could then use this configuration for your test. Here's a stackoverflow discussion where they're talking about how to do that stackoverflow.com/questions/23894010/spring-boot-security-disable-security. 2. create a mock user before the test & authenticate as this user for your tests. This is probably a bit more complex but I think for acceptance tests this would be preferred because in the end, you want to make sure everything is working correctly. Sorry this answer probably doesn't tell you much more than you already know. Good luck!
@brunosteffen8173
@brunosteffen8173 3 года назад
@@KrisFoster1 On a different note, can you run the springboot application without running the tests? all i could find were people saying you would need to skip plugins in the maven lifecycle... I thought if you run the application in your IDE, the maven lifecycle doesnt even get triggered.
@KrisFoster1
@KrisFoster1 3 года назад
Yes if you run the application in from your ide or with mvn spring-boot:run from the command line the tests don't run. If you're using mvn compile /mvn package then they will
@mr.j4840
@mr.j4840 3 года назад
Spring Security series pls!
@Das.Kleine.Krokodil
@Das.Kleine.Krokodil 2 года назад
Awesome!
@symbolykos1810
@symbolykos1810 3 года назад
Very good video! Thank you!
@KrisFoster1
@KrisFoster1 3 года назад
Thank you for the feedback!
@ignacioDGP
@ignacioDGP 2 года назад
Thanks!
@sujathamunjety2029
@sujathamunjety2029 3 года назад
Very clear,Thanks
@alpavaidya412
@alpavaidya412 2 года назад
Very informative
@themistocies50
@themistocies50 Год назад
For some reason, an integration test execution was faster for me than simple unit test...
@peshutanpavri1599
@peshutanpavri1599 2 года назад
Very Good tutorial, but the MockMVC code is ugly & confusing
@KAVYABN-d1z
@KAVYABN-d1z Год назад
controller call is not happening
@josecarlosrodriguez4574
@josecarlosrodriguez4574 3 года назад
Short and concise, awful dude.
@theProgrammerX965
@theProgrammerX965 2 года назад
Best tutorial out there about Testing. Thank you!
Далее
Spring Boot App with Docker & Kubernetes Tutorial
12:03
Это было очень близко...
00:10
Просмотров 940 тыс.
When To Unit, E2E, And Integration Test
14:58
Просмотров 98 тыс.
Spring Boot Unit Testing using Mockito & JUnit
10:33
Просмотров 18 тыс.
Dependency Injection, The Best Pattern
13:16
Просмотров 848 тыс.
Test Driven Development (TDD) in Spring
51:09
Просмотров 26 тыс.
Spring Boot testing Using Junit and Mockito
22:57
Просмотров 40 тыс.