I use Apache Jmeter for load testing.

I need to create variables in the "User Defined Variables" category so that they depend on each other.

I have the variables $ {all_users} and $ {first_page}.

The $ {first_page} variable must be equal to $ {all_users} / 10.

How can I write this into the "User Defined Variables" config?

    0