flood-io / element

💦Load test your app using real web browsers
https://element.flood.io
Apache License 2.0
354 stars 43 forks source link

Test Data should automatically increment for each user #539

Open mrvdot opened 3 years ago

mrvdot commented 3 years ago

So, I actually thought this was the default, but it appears not and I haven't been able to figure out a way to turn it on.

If I have 20 test users in my JSON file, and I want to run a test with 20 virtual users, I'd like each of them to take one row/iteration of that JSON file. Instead, it seems like my options are either:

I realize that there are other situations where you might want to run one user through the test multiple times with different test data, but it'd be really helpful to have some flag that just ties the index of the virtual user to the index of the test data.

Thanks!