Hi,
is it possible to modify userparameters by multiplying and adding? I need
to have a user parameter which is
(100 * x) + y
where x = 1....20
and y = 1...5
I can create x and y by defining user parameters
x ${__Random(1,20,}
y ${__Random(1,5,}
but the multiplication seems a bit tricky (there is a intSum() -function
which I could use of course....).
---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
|