Will Gatling work on my JVM Application

Hi Everyone,
I’ve recorded my scripts using the HAR converter and when I run them they all pass. My concern is that because the JVM Application has the same URL throughout and the the file path does not change, for eg /Home or /Login etc. Is it sending a get and post request to the same address over and over and getting the response 200, regardless of the actions that I am doing within the application, such as filling out forms etc. I know I can add checks to my script to which I am currently working on, my concern is that this tool may not be the best suited to my application.
Thanks in advance!

Hi,

Sorry, but I don’t understand your concern. If your application is an HTTP server, I don’t see the issue.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.