WireMock in 30min

Sdílet
Vložit
  • čas přidán 20. 03. 2021
  • Tech Stack : Wiremock, RestAssured, TestNG
    1. Wiremock vs Mockitto
    2. Starting Wiremock from Standalone JAR
    3. Starting Wiremock from Java Code
    4. Mocking API Response via Java Code
    5. Mocking API Response via JSON File
    6. Mocking Conditional API Response
  • Věda a technologie

Komentáře • 47

  • @niteshgupta3959
    @niteshgupta3959 Před 2 lety +3

    Great video!
    I am a developer and still wanted to know about this, thanks for explaining things as easily as it can be.

  • @Goyal_JavaHelloWorld
    @Goyal_JavaHelloWorld Před 7 dny

    i was searching for the wire mock and watching different videos for more than 30 mins in youtube. But i found this one is very helpful... to the point and precise.
    Thank You!

  • @ishanmittal4732
    @ishanmittal4732 Před rokem

    Hey Sheetal
    I just want to say thank you to you for your amazing video on topic "wiremock"
    I was looking for such type of content from very long but couldnt find any.
    I read so many documents , watched videos but didnt work.
    Yesterday i found your video in suggestion list and when i watched it, it was amazinig, concepts were well explained.
    I just build up my own code base in a day after watching your video.
    Thanks again for sharing knowledge!

  • @yasrabmemon401
    @yasrabmemon401 Před 2 lety

    Great Work👍
    This one video has all the concepts which a new person should get to know before starting the work.
    Thank you for making such informative video.

  • @elviraushakova4715
    @elviraushakova4715 Před 2 lety +5

    You are my hero!!
    Thank you very much for so clear explanation!! I love you video) it helps me a lot!!

    • @sheetalsingh23
      @sheetalsingh23  Před 2 lety

      Ha ha ha .... thank you for the lovely message. happy learning !!!

  • @alexkuzmichev9051
    @alexkuzmichev9051 Před 2 lety +1

    this was very useful! thank you!

  • @naveenbv1838
    @naveenbv1838 Před 2 lety

    Really excellent and to the point presentation which is required for rest assured 🙏
    Thanks a lot 👍

  • @riseAboveA1
    @riseAboveA1 Před 3 lety +1

    Nicely explained 🙂, I was completely new to this.
    Thanks

  • @webtestingui7187
    @webtestingui7187 Před rokem

    Thanks, Sheetal for creating such a nice video,wire mock is clear to me like crystal water

  • @raghvendrasinghbais8823
    @raghvendrasinghbais8823 Před 2 lety +1

    Excellent Material Sheetal, Keep posting new informative vids :)

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

    Great video and beautiful component test written ❤

  • @MuskanGupta-et9tg
    @MuskanGupta-et9tg Před rokem +1

    Nicely explained!

  • @swaroopsonline
    @swaroopsonline Před 2 lety

    The video was simply awesome. It cleared my understanding on WireMock. Please update any other videos on WireMock. Thank you so much!

  • @shikharrawat4388
    @shikharrawat4388 Před 7 měsíci +1

    Very easy video to understand wiremock , thankyou soo much. Much appreciated.

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

      I never tried it...but thanks for the info...I soon add another session on WM

  • @ivanstrelka3448
    @ivanstrelka3448 Před 2 lety

    Thx so much

  • @kingfisher3791
    @kingfisher3791 Před 2 lety

    Awesome

  • @abdurrehman596
    @abdurrehman596 Před 2 lety

    Thank you

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

    Very useful thank u

  • @karthickv1289
    @karthickv1289 Před rokem +1

    🎉 learned

  • @vinsorder746
    @vinsorder746 Před rokem

    EPAM definitely hired the right guy!)

  • @piyushranjan6202
    @piyushranjan6202 Před 10 měsíci

    Hey Sheetal,
    Thanks for the video. I have a scenario. I have a json request file and want to use post method. I want to look for and match a field and get a response 200. In mappings folder when adding that json request file that contains few fields but its not allowing to bring the wiremock up. How to handle this scenario using standalone jar? Thanks in advance.

  • @swethagopu3708
    @swethagopu3708 Před 2 lety

    👍👍👍

  • @Imran-M-
    @Imran-M- Před 2 lety +1

    Hello Sheetal,
    Trying to use wiremock with Javascript, any tips from you would help.

  • @parasjainkks
    @parasjainkks Před 2 lety

    Hi Bro - Consider If our body is Json Array of objects and I have multiple orderid along with some other order details then how can we filter the data by passing order id as input param in URI. if we pass any order Id then only matching order details should be fetched

  • @fayser1
    @fayser1 Před rokem

    Hi Shetal... may I ask a question relating to the code around 15:17. There is reference to "WireMock.configureFor" and I don't see where the variable WireMock came from .. like I see "server" created so I might have expected to "server.configureFor" ?.. thanks

    • @sheetalsingh23
      @sheetalsingh23  Před rokem +1

      Hey Fay....sorry missed your comment. WireMock coming from imports
      import com.github.tomakehurst.wiremock.WireMockServer;
      import com.github.tomakehurst.wiremock.client.WireMock; //here

  • @rkaveliga
    @rkaveliga Před 2 lety +1

    Hi Sheetal, I would like to test my server api using wiremock. Could you please give some hint or a sample code ASAP

    • @sheetalsingh23
      @sheetalsingh23  Před 2 lety

      Hi Raja, you can refer my code and take help from this github.com/sheetalrepo/MockPractice

  • @KumarKumar-kx4ct
    @KumarKumar-kx4ct Před 2 lety

    How to mock login authentication u sing wiremock

  • @FunnyVideos-we1bl
    @FunnyVideos-we1bl Před 2 lety

    How to mock for below scenario:
    1. API_1 which is exposed to client, hits another api API_2 internally. We need to mock the response for API_2 so that same response can be passed to API_1. Please help how to do that using wiremock or any other mocking framework

  • @santhoshkumar-gr1ko
    @santhoshkumar-gr1ko Před 2 lety

    Thank you very much Sheetal. Can you please share sample project and steps to run the applications.

    • @sheetalsingh23
      @sheetalsingh23  Před 2 lety +2

      Hi Santosh, Your welcome. Kindly find code here github.com/sheetalrepo/MockPractice

  • @MrYura999
    @MrYura999 Před 2 lety

    What the point of testing wiremock? I'm sure it has been already tested and works well.

    • @sheetalsingh23
      @sheetalsingh23  Před 2 lety +1

      Hi Yura, We are not testing Wiremock here. We are using Wiremock to test a server or API which is still not developed.

  • @sathishyandapalli3854
    @sathishyandapalli3854 Před 2 lety

    if you share files then it will be more helpful for us. Thanks 🙏

  • @rkaveliga
    @rkaveliga Před 2 lety +1

    Excellent, but I doubt that sheetal is not your name. Isn't?

    • @sheetalsingh23
      @sheetalsingh23  Před 2 lety

      Thank you, Raja.... but Sheetal my name only :) . I understand your point. Lets be in touch www.linkedin.com/in/sheetalsingh23/

  • @dineshm3180
    @dineshm3180 Před 3 lety

    Really nice tutorial 👌

  • @donwald3436
    @donwald3436 Před rokem +1

    Can you translate this to English?