DevFest DC - May 5, 2017 - Advanced HTTP Mocking with WireMock

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

Komentáře • 41

  • @polarisfgh
    @polarisfgh Před 5 lety +5

    The best way of teaching ever! bottom-up with examples. 43 minutes of pragmatic teaching will save you hours of random browsing and reading documents! thank you so much!

  • @Ironighte
    @Ironighte Před 2 lety

    Amazing how the guy is so quick but explains it well. The number of demos he does show the power of wiremock. Thanks a lot. There is wiremock-studio in beta at the moment with a UI, quite nice!

  • @nareshpendem869
    @nareshpendem869 Před 7 lety +6

    wow...very helpful. You have covered almost everything a developer needs in case of mocking..Thank You..

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

    I am just 10 mins into ur video. Just one word- Thank you :)

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

    This is nuts! Awesome awesome presentation!

  • @tangoyz
    @tangoyz Před 4 lety

    It's a worthwhile 43min. I get a better idea how wiremock works. Thanks!!! It is very helpful.

  • @wenjieyang2226
    @wenjieyang2226 Před 4 lety +1

    Super awesome video covers a lot of usage scenarios, very helpful!!!! Thanks man!!!

  • @adityapurma3977
    @adityapurma3977 Před 4 lety

    Wow, Little fast paced but that was not an issue at all. I immensely liked, it is very, very good. thank you so much. Single video cleared all my initial doubts.

  • @mtapnoi
    @mtapnoi Před 3 lety

    Wow! That is just one great tutorial packed with just the great WireMock stuff. Thank you so much!

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

    Awesome presentation with tons of info..... very helpful!!!
    Thank you

  • @tomfahlberg
    @tomfahlberg Před 5 lety +1

    Terrific demo. Thanks so much!

  • @mabhijithify
    @mabhijithify Před 6 lety +1

    I like the video - precise and to the point

  • @Donder1337
    @Donder1337 Před 2 lety

    Damn, this helped me alot! Great presentation!

  • @jerryadit
    @jerryadit Před 6 lety

    This was really helpful!

  • @luckyvishal92
    @luckyvishal92 Před 2 lety

    Can we mock html response with wiremock like we did with json

  • @juusechec
    @juusechec Před 5 lety

    Excelent!! So powerfull tips

  • @anuragverma9519
    @anuragverma9519 Před 3 lety

    can you please upload the video on ResponseTemplateTransformer using java?

  • @fakeffakef
    @fakeffakef Před 4 lety

    I want to use wiremock in java and not as a standalone process Can you help me?

  • @ronikarpp
    @ronikarpp Před 7 lety +1

    Great! can you share the presentation please ?

    • @handstandsam
      @handstandsam Před 7 lety +1

      Here are the slides in a format that you can copy/paste from like I do in the presentation: docs.google.com/presentation/d/1SeOz3892UNID7ixe_GGCZTwoyX2bofYw3NJWsM3IgJQ/edit?usp=sharing I'll add this link in the video description as well.

    • @ronikarpp
      @ronikarpp Před 7 lety +1

      Thanks is very helpful

  • @ashishgupta-jm9ci
    @ashishgupta-jm9ci Před 6 lety

    Hi Sam, Good Explanation. is there any way so that i can expose the localhost URL on internet to access globally.

    • @handstandsam
      @handstandsam Před 6 lety

      ashish gupta - this is a cloud hosted version of WireMock that is run by Tom Akehurst who wrote WireMock. get.mocklab.io
      Otherwise, you will have to deploy it on a a server somewhere.

    • @ashishgupta-jm9ci
      @ashishgupta-jm9ci Před 6 lety

      Thanks Sam for the valuable information.

    • @handstandsam
      @handstandsam Před 6 lety +1

      No problem. That is a complex question to answer. You should look up how to host a public server from my home on the internet. It's generally not a good idea, but can work if you can configure your routers and firewalls correctly. It ends up being more of a networking issue than a software answer.

    • @ashishgupta-jm9ci
      @ashishgupta-jm9ci Před 6 lety

      Sam Edwards I was looking some thing like this www.mockable.io so they are providing dummy URL that we can test globally.

    • @handstandsam
      @handstandsam Před 6 lety

      MockLab.io does the same. But both are options.

  • @shahjadealam9870
    @shahjadealam9870 Před 5 lety

    How can i run wiremock server on multiple ports..??

    • @handstandtech
      @handstandtech  Před 5 lety

      You can run on 2 ports if you enable http on the first port and https on the second port. If you want two separate instances completely, you'll need to start two servers on different ports.