Java Testing Made Easy : Testing External API Integrations using WireMock and MockServer

preview_player
Показать описание
#sivalabs #java #testing #junit #junit5 #spring #springboot #integrationtesting #wiremock #mockserver #testcontainers

In this video, we will explore how to write integration tests for applications that interact with external APIs.

Timestamps
00:00 Introduction to TestingExternal API Integrations
02:23 TestingExternal API Integrations using WireMock
14:15 Using WireMock with file-based stub mappings
17:16 TestingExternal API Integrations using MockServer
21:40 Using MockServer with Testcontainers

References:

Рекомендации по теме
Комментарии
Автор

Man this explanation of different approaches was really handy

vladimirgorlin
Автор

I like your teaching style. Thanks a lot!

elvenpath
Автор

thank you, it is very useful and well explained!

gabitoth
Автор

Thank you. Excellent explanation of the use case as well and the frameworks.

Which one do you recommend - wiremock vs mockserver vs testcontainers?

shr_q
Автор

Great video....
How to test OAS files using Java Mock? with intention to have restassured tests after the stage when mocks no longer needed

AA-rgsv
Автор

Hi, Good example but one thing to point here your first program demo was failing with error in log.. I tried the same and facing the same issue bye going with the first approach..

aadeshnarvariya