sinnes_1
16 years agoOccasional Contributor
"Unique" ids for load test threads?
Hi,
I have a requirement to run a load test on a webservice, with the catch being that each thread needs to refer to a different variable each run.
I can provide a list of values I need and write a script to process that, but when doing it as a load test, all threads will process the same file.
Is there any way I can split is this out so I can ensure each thread is dealing with different values? I thought I could add some degree of logic if each thread could somehow be given a unique id or something similar.
Any thoughts/ideas?
I have a requirement to run a load test on a webservice, with the catch being that each thread needs to refer to a different variable each run.
I can provide a list of values I need and write a script to process that, but when doing it as a load test, all threads will process the same file.
Is there any way I can split is this out so I can ensure each thread is dealing with different values? I thought I could add some degree of logic if each thread could somehow be given a unique id or something similar.
Any thoughts/ideas?