Java Testing Made Easy : Performance Testing using Gatling

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

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

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

    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 Год назад +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 5 месяцев назад

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