Repeat JMeter Data Entry

I need to record what I do in my FireFox browser. After that I need to repeat this several hundred times. I also need to change the part of the data that goes to the server (for example, increase the number in the text I POST).

How can I do this in JMeter?

Thank.

+4
source share
1 answer

The easiest way to generate an extra number is to use Add> Logic Element> Count and set the initial value of the counter, followed by the maximum value, and also set the link name. Check image for counter settings You can access the link name by specifying $ {reference name} in the request.

"" > " " > " " , , ${__ V ($ {__ Random (30002,40000,)})}

, check this attached image

Bean Shell scripting Add > Pre processor > BeanShell Processor.

, .

+5

All Articles