Testing Microservices with Service virtualization using mountebank (EA Weekend)

Поделиться
HTML-код
  • Опубликовано: 22 ноя 2024

Комментарии • 10

  • @arzoobapna7930
    @arzoobapna7930 10 месяцев назад +1

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

  • @rag1569
    @rag1569 4 года назад +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  4 года назад +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 4 года назад +1

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

  • @testingtrail
    @testingtrail 4 года назад +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  4 года назад

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

    • @ExecuteAutomation
      @ExecuteAutomation  4 года назад

      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 4 года назад

    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.