Closed anders-brolien closed 7 years ago
You can write a custom function to generate a UUID (using the uuid
module for example) and send that along with the request, using the mechanism described here: https://artillery.io/blog/using-fakerjs-with-artillery
Thanks! Will try it out. Looks promising.
I'm trying to simulate a mass-user scenario. I would like each virtual user to give unique calls to the system (HTTP REST). What are the options for achieving this?