I have a Java desktop application. I want to know if there is a way to record server calls (GET
& POST
requests) using Gatling where requests will be generated from desktop application. I am trying to use Gatling for load testing.
Asked
Active
Viewed 387 times
0

stefanobaghino
- 11,253
- 4
- 35
- 63

MIM
- 499
- 3
- 11
- 30
-
By "record" do you mean you want to log from Gatling? Have you tried configuring it's logback? – Lizzy Jan 02 '18 at 09:39
-
1I mean Gatling recorder captures all request and responses when we configure the web browser and creates simulation for the same. I want to create the simulations for a desktop application (not web browser). I hope this makes sense now. – MIM Jan 02 '18 at 10:12
-
1Hmm I think you will have to configure the desktop application to proxy through the Gatling recorder... – Phonolog Jan 02 '18 at 16:15