I want to create a test plan for testing a given web, using JMeter. There are two parameters in this test: X and Y.
Each loop, I give a random number from 0 to 50 ${__Random(0,50,)} as parameter X, and then give Y the values as follows: Y=[0,10,20...50] consecutively (X remains the same).
I used a counter here, but I got a different X each time. And user parameters don't seem suitable for this problem. Or maybe I just don't know how to use them correctly.
Are there any methods to solve this problem? I'm new to this tool, so it may be something basic.
Thanks in advance:D
Here is the screenshot of my test plan:

Add a csv data set as child of test plan and put in File you will reference from it
0
10
20
30
40
50
Set y as var And use ${y} as Y value
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With