Gatling Load Testing - Ultimate Crash Course Tutorial For Beginners

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

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

  • @james-willett
    @james-willett  Год назад +8

    🔥I've tried to condense everything you need to get started with Gatling Load Testing in this tutorial video. Let me know if you found it useful, and what you would like to see next!

    • @kcrowe8583
      @kcrowe8583 Год назад

      I have taken your api course in Udemy. I did not see a way to share data between scenarios. I have a need to call an auth endpoint to get a token (just once) and then use the token as an authorization header in the next scenario. Is that possible?

    • @james-willett
      @james-willett  Год назад +1

      @@kcrowe8583 please see if this helps - community.gatling.io/t/how-to-share-session-between-scenarios-which-were-set-up-using-andthen/7533
      If not, I would suggest posting the question as a new thread on the same discussion forum

    • @teckpro
      @teckpro 2 месяца назад

      Can you create similar video for jms spring integration

  • @eslepakurov
    @eslepakurov Год назад +18

    Holy cow! Clean English, good light and sound, great editing, precise explanation. This is how any tutorial have to be done - another level!

  • @dexterdenmark5988
    @dexterdenmark5988 Год назад +1

    I want to tribute and say Bravo to James, as I see a lot of work of creation a video of such high quality! Thank you, James

  • @LifeCoachAbhi
    @LifeCoachAbhi 4 месяца назад +1

    Awesome video to get started on Gatling. Crisp and precise. Thanks a ton. 🙏

  • @mostinho7
    @mostinho7 Год назад +1

    Thanks for the video pretty good!
    17:30 reading property from response and saving it in Gatling

  • @GabrielHenrique-mr8df
    @GabrielHenrique-mr8df Год назад +1

    First of all, I'm about to finish the advanced course. I have no words to thank you! Moving on to the tutorial, it gives a wide demonstration how does Gatling works, that's a fantastic opportunity to start testing with the tool.

    • @james-willett
      @james-willett  Год назад

      Thanks for your message and kind words Gabriel - I'm so pleased you found the course useful!

  • @AjayKumar-sx6qo
    @AjayKumar-sx6qo Год назад +1

    Thanks a lot James. The content is precise and well rendered. It was great for me to start my load test projects. Also loved your swag :D

  • @farkalitusman144
    @farkalitusman144 6 месяцев назад +1

    Nice video and thanks James for your good effort.

    • @james-willett
      @james-willett  5 месяцев назад

      Glad you enjoyed it - thanks for commenting :)

  • @arnaldoidao
    @arnaldoidao Год назад +1

    Just to let you know. Your course at Udemy is freakign awesome. I loved it. I am already looking for some other course of yours to start learning more and more. You have such a easy way to teach!!!
    You rock

    • @james-willett
      @james-willett  Год назад

      Thank you @arnaldoidao - your comment made my day!

  • @saurabhsrivastav902
    @saurabhsrivastav902 9 месяцев назад

    Thanks for the video. I have been using Jmeter for the last 5 years, just that wanted to have a glimpse on Galting. I am not very good at Java but still can understand and write the scripts. Questions, 1. Doesn't it become a complex script if we have multiple APIs in a script and many scripts when we run them at same time? 2. If we run 10 different scripts at same time, can we stop some of the scripts in between individually? 3. Can we get consolidated (single) report when multiple scripts are run at same time?

  • @timofeev.vadim.96
    @timofeev.vadim.96 15 дней назад

    thank you very much!

  • @AlexWillemander
    @AlexWillemander 7 месяцев назад

    Great video, thanks!

  • @mr_possible6197
    @mr_possible6197 7 месяцев назад

    Fantastic!!!

  • @Swapnalipatil-k1q
    @Swapnalipatil-k1q Год назад

    Thanks James for the wonderful crash course, is it possible to help me in set-up gatling with gradle from the scratch. Thanks a tons in advance!

  • @Kerensky55
    @Kerensky55 3 месяца назад

    Excellent video 👍👍

  • @marcusblackhall4306
    @marcusblackhall4306 5 месяцев назад

    Great video. Thanks 👍

    • @james-willett
      @james-willett  5 месяцев назад

      Glad you liked it! Appreciate the feedback - what else would you like to see covered?

  • @alyonachmil9781
    @alyonachmil9781 3 месяца назад

    Thanks. It was very useful.

  • @kbanshi
    @kbanshi Год назад +1

    Can anyone show how can I run the Karate Runner Class instead of the feature file from Gatling. My tests all need to pass environment variables from the command line to pick the appropriate environment for all my tests and if I run the feature file individually if cannot pick the desired environment.

    • @james-willett
      @james-willett  Год назад

      See if this helps: karatelabs.github.io/karate/karate-gatling/#runner

  • @MrIronteo
    @MrIronteo Месяц назад +1

    Great video, especially that I'm new to gatling. One thing it does matter to which Simulation class you are extending. "io.gatling.javaapi.core" is the right one, otherwise some stuff will not work e.g. setUp. Took me a while but I figured it out eventuly ;)

    • @james-willett
      @james-willett  Месяц назад

      Glad you got it working! Need to update this video in 2025...

  • @SQARM1
    @SQARM1 Год назад +1

    Thanks

  • @markorasic6210
    @markorasic6210 Год назад +1

    Hi, whats the terminal tool you use that shows you suggestions for autocomplete?

  • @NarimanAleassa
    @NarimanAleassa Год назад

    Hello
    Thanks for the clear material.
    I downloaded the repository but the project is not runnable on intellij what is the issue?