I am migrating my scripts from Gatling 3.3.1 to 3.11.2.
For formParam method; when I pass the value; its giving an error and suggests to convert the value as String Expression. However, in the older version it takes the value as in the HAR file (Observed in request response in Chrome Dev tools).
Any suggestions here on how to resolve this issue?
Its not an issue generating HAR file. I have imported the HAR file using the gatling recorder tool.
In places when formParam function is used; it always says to send the formParam value as an expression. Please, see attached screenshot.
In the previous versions; it was working. I am trying to avoid to convert to expression as this is happening across all the regression suite (The regression suite is too big)
For security concern, please at least change your script data, else it is very ambiguous for us to understand what exactly you have done there.
Possible that you are trying to convert data type which leads to the error.