lundi 3 décembre 2018

Generate random numbers that only occur once in Jmeter

I want to generate an array of random numbers that only occur once for multiple inputs in Jmeter. For example for a range of 1-100:

"age": ${__Random(1,101)}, "weight": ${__Random(1,101)}

There is a chance that age and weight can have the same value, how could i avoid such incident?

Aucun commentaire:

Enregistrer un commentaire