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

Sdílet
Vložit
  • čas přidán 21. 08. 2024

Komentáře • 12

  • @vladimirgorlin7510
    @vladimirgorlin7510 Před 7 měsíci

    Man this explanation of different approaches was really handy

  • @elvenpath7
    @elvenpath7 Před 2 měsíci

    I like your teaching style. Thanks a lot!

  • @rekhasridasari8607
    @rekhasridasari8607 Před 4 měsíci

    Thank you,much needed now

  • @DorShw
    @DorShw Před rokem +1

    Amazing tutorial!

  • @gabitoth8386
    @gabitoth8386 Před 5 měsíci

    thank you, it is very useful and well explained!

  • @crackrbiwithme3356
    @crackrbiwithme3356 Před 6 měsíci

    Thank you sir. Really helpful

  • @AndreasLiu-jy9ly
    @AndreasLiu-jy9ly Před rokem +1

    Nice sir 🎉🎉

  • @shr_q
    @shr_q Před 4 měsíci

    Thank you. Excellent explanation of the use case as well and the frameworks.
    Which one do you recommend - wiremock vs mockserver vs testcontainers?

    • @sivalabs
      @sivalabs  Před 4 měsíci

      I prefer WireMock. You can use WireMock or MockServer with Testcontainers.

  • @AA-rg4sv
    @AA-rg4sv Před 10 měsíci

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

  • @aadeshnarvariya
    @aadeshnarvariya Před 9 měsíci

    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..

  • @ep4782
    @ep4782 Před 3 měsíci

    what java version are you using?