So I have a few scripts to run in the controller, I am wondering how it actually allocates vuser ids.
Does it go through each Vuser list and allocate it a Vuser ID something like:
Script 1 1,5,9
Script 2 2,6,10
Script 3 3,7,11
Script 4 4,8,12
Or will it allocate the User Count based on the script so 3 users in Script 1 will give 1,2,3 for instance. If need be I can give more detail, just cant think how to explain it!
Or will it do it in a different method?
Thanks,