Java Testing Made Easy : Performance Testing using Gatling

Sdílet
Vložit
  • čas přidán 11. 04. 2023
  • #sivalabs #java #testing #junit #junit5 #spring #springboot #peformancetesting #gatling
    In this video we are going to explore how to write Performance Tests for a web applications using Gatling.
    References:
    * gatling.io
    * gatling.io/2022/01/my-first-g...
    * github.com/sivaprasadreddy/de...
    🚀 🎬 Java Testing Made Easy Playlist • Java Testing Made Easy...
    🚀 🎬 Spring Boot - The Missing Guide Series Playlist • Spring Boot - The Miss...
    🚀 🎬 Spring Boot Tips Series Playlist • Spring Boot Tips
    🚀 🎬 Spring Boot + Kubernetes Tutorial Series Playlist • Spring Boot + Kubernet...
    Blog: www.sivalabs.in
    Twitter: / sivalabs
    Code Repository: github.com/sivaprasadreddy/ja...
  • Věda a technologie

Komentáře • 3

  • @vishalmatam
    @vishalmatam Před rokem

    Awesome video! I used to write Gatling simulations using Scala, glad they've added Java support as well. Thanks for your time and effort Siva!

  • @adityamparikh
    @adityamparikh Před rokem +1

    It is great that Gatling now supports Java and Kotlin. From my understanding, it seems limited to sending HTTP requests and not over other protocols be it over tcp or via message brokers. For sending those custom requests, I used locust4j in my Spring Boot application.

    • @wantedlepota9960
      @wantedlepota9960 Před měsícem

      The exec method is used to execute an action. Actions are usually requests (HTTP, WebSocket, JMS, MQTT…) that will be sent during the simulation