I’m curious, can I write a single check that extracts the name and value from every input field, and store them in a map (in the session), which I can then modify and re-submit?
- form check: https://gatling.io/docs/current/http/http_check
- form posting: https://gatling.io/docs/current/http/http_request
Obviously, only works on HTML payloads, not if form is generated in JS.
Thanks! Very clean.