About 63,800 results
Open links in new tab
  1. java - Is there a way to test using Gatling but do it through a ...

    Feb 8, 2024 · Performance testing using Selenium and WebDriver is generally not advised. Not because it is incapable, but because it is not optimised for the job and you are unlikely to get good results. …

  2. jmeter - How to load test a Spring application acting as a Kafka ...

    May 17, 2023 · I have considered using tools like JMeter or Gatling for load testing, but I'm unsure about the specific steps and configurations required for testing a Spring application acting as a Kafka …

  3. load testing - Execute a Gatling scenario exactly once - Stack Overflow

    Oct 3, 2024 · In Gatling, we have virtual users started based on an injection profile, and if you want to make them loop, you need to include this loop in your scenario. Gatling is closer to what real world …

  4. How to use a single OAuth2.0 token for Multiple Virtual Users in a ...

    Apr 4, 2019 · 5 I need to load test an API that requires an OAuth2.0 token via Gatling (of which I'm a complete novice!) but would like each virtual user to use the same token. I'm retrieving the token ok …

  5. Gatling Kafka load testing - Java 11 plugins / libraries?

    Aug 30, 2025 · It’s not as slick as Gatling, but it’s easy to parameterize, graph, and CI-ify. Good if your team already uses JMeter. 3) NosqlBench (Java 11+) NosqlBench has a Kafka driver and is built for …

  6. load testing - How to setup ramp down time in gatling? - Stack Overflow

    I have a jmeter scripts to ramp up 20 users over 20 minutes(1 user every minute) and hold for 30 minutes and ramp down 1 user per minute. How do i achieve this in Gatling? I tried below setting in

  7. Gatling Performance or Load Test - Stack Overflow

    Nov 17, 2023 · Gatling Performance or Load Test - How to configure a simulation to ramp up slowly and hold X amount of time on the peak load Asked 1 year, 10 months ago Modified 1 year, 10 months …

  8. Real Browser based load testing or Browser level user testing

    Dec 6, 2019 · I am currently working on multiple Load testing tool such as Jmeter, LoadRunner and Gatling. All above tool works upon protocol level user load testing except TrueClient protocol offered …

  9. load testing - Passing Multiple Headers in Gatling - Stack Overflow

    Aug 31, 2021 · load-testing gatling scala-gatling gatling-plugin maven-gatling-plugin edited Aug 31, 2021 at 13:07 Amerousful 2,600 1 16 32

  10. load testing - How to send parallel requests from same user in Gatling ...

    Feb 22, 2023 · At the moment (as of Gatling 3.9.2), Gatling virtual users can only send HTTP in parallel when they are children of a parent request, thanks to resources. This feature is used to emulate …