Apache Jmeter + Random Double
- by Filipe Batista
Is it possible to generate random double numbers in JMeter?
I tried to use the Random in the config element where i have defined the
Minimum value: 47.9999 (RND1)
Maximum value: 30.9999 (RND2)
Then in the selected Prepared Selected Statement i placed this values:
Parameter values:${RND1},${RND1},${RND2}
Parameter types:DOUBLE,DOUBLE,DOUBLE…