Testing Microservices with Service virtualization using mountebank (EA Weekend)

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

Komentáře • 10

  • @arzoobapna7930
    @arzoobapna7930 Před 8 měsíci +1

    Great tutorial. And a ton of information in a very little time. Thanks a lot

  • @rag1569
    @rag1569 Před 4 lety +3

    Nice one Karthik. we are using Kafka microservices and almost similar way we are testing other layers by using raw jasons to mimic the steps manually using kafka monitor tool where we can produce the jason to topic and test how it's being consumed and reaches the app layer.

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

      raghav subramanya Great and good to know. Yes Kafka topics can be tested with the same options mentioned in the video, since they output JSON and these can be manipulated in the code for testing them up !

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

    Thanks a lot for the helpful tutorial. It helped me so much.

  • @testingtrail
    @testingtrail Před 4 lety +2

    This is really interesting Karthik, are you planning to create a separate series for Mountebank or it will be a section for the RestSharp course? Thank you

    • @ExecuteAutomation
      @ExecuteAutomation  Před 4 lety

      Jorge Quiros Thanks mate !
      Its going to be part of RestSharp course as an section rather a series !
      Thanks

    • @ExecuteAutomation
      @ExecuteAutomation  Před 4 lety

      Here is the course and its content Jorge
      www.udemy.com/course/api-testing-with-restsharp-and-specflow-in-csharp/
      Thanks,
      Karthik KK

  • @ambikahobalidar9778
    @ambikahobalidar9778 Před 4 lety

    Hi Karthik. Nice content. I am very new to MounteBank and want to know virtualization of MQ using MounteBank. can you please lend help if you know anything.