scala-gatling Questions
1
A legacy app has the below working Gatling test
private val getUserByTuid = scenario("GetActiveUserInfoWrapper")
.feed(users.toArray.circular)
.exec(
http("GET /v1/foo/{id}")
.get("/v1/foo/${i...
Hymanhymen asked 14/6, 2018 at 23:53
5
Solved
I’ve been having issues lately because my dependencies has been updated to use netty 4.1 and Gatling has not been updated for a while, and still work only on Netty 4.0.
Anybody knows any al...
Leone asked 11/11, 2017 at 17:2
2
Solved
Documented here, Gatling's checkIf method is intended for conditional checking. It's not available on ScenarioBuilder's fluent API but I can see it in the CheckSupport class. I have scoured the int...
Yugoslav asked 13/7, 2018 at 15:54
1
Solved
I am trying to write gatling performance test where I am using the before and after blocks of the Gatling Simulation to make one-time HTTP post requests against the service.
class MyTest extends S...
Phillie asked 12/8, 2020 at 23:58
3
I installed the latest IntelliJ idea, latest maven 3.6.3, Java 1.8, set the JAVA_HOME / JRE_HOME env variables. Then generated a Gatling project using mvn archetype:generate -Dfilter=gatling. In su...
Leucopoiesis asked 30/9, 2019 at 14:20
3
Solved
I'm new to Gatling.
I could not find a simple complete example of how to see the full HTTP response body.
This is my simple example
class CreateNotecard extends Simulation {
val baseURL = "http...
Jacquline asked 27/10, 2017 at 0:7
2
how can we keep fixed number of active concurrent users/requests at time for a scenario.
I have an unique testing problem where I am required to do the performance testing of services with fixed n...
Backlash asked 27/4, 2019 at 21:43
0
I've tried different approaches that I've found on Gatling.io, but my problem still persists.
There's an API which returns a short response in JSON format when I send a GET request.
GET request:...
Shanel asked 16/1, 2018 at 9:53
1
I am using gatling for load performance testing on a brand new API. It seems fairly easy and well documented but I am facing an issue as simple as POST a request with Content-Type set to 'applicati...
Maim asked 8/9, 2017 at 14:15
1
© 2022 - 2024 — McMap. All rights reserved.