JMETER random variables

scenes to be used

When initiating the process, we need to simulate the actual situation, different users can not generate the same amount of process instance, we use random variables can also be simulated.

Examples of random variables

1. Add a cyclic counter

 

2. Add a loop

 

The cycle number is a random variable generator.

3. Print random variable

 

 4. Check results

 

 We can see that the number of cycles is controlled by a random variable.

 

Guess you like

Origin www.cnblogs.com/yg_zhang/p/11512494.html