distributed-load-testing-on-aws icon indicating copy to clipboard operation
distributed-load-testing-on-aws copied to clipboard

Variables/Parameter Support

Open github4es opened this issue 4 years ago • 1 comments

If you need to test some sort of data creation - say create random customers or addresses, etc - we need to have a way to specify this in the POST body so the performance test can call a 'create-data' type of API with random values.

Right now, it seems the POST body is set one and data calls will be repeated with the same body.

or am I missing something?

github4es avatar Apr 30 '20 18:04 github4es

i think that was the basic implementation intended. I would fork the repo and consider adding that feature :-)

drumadrian avatar Apr 30 '20 20:04 drumadrian

This feature has been added in a previous version and is also supported through custom JMeter scripts which was also added in a previous version. Closing this feature request, feel free to re-open if you feel this was not properly addressed.

G-Lenz avatar Nov 17 '22 18:11 G-Lenz