jdbc - Defining scope based user defined variables under different thread group -


I have multiple thread groups in jmeter for a test plan. I want to define a user-defined value for a specific thread group, variable name can be repeated in another thread group for its user defined values.

When I tried to try the above, it was raising the last value of the same variable name in thread groups and it was not used according to scope.

jmatter variable is limited to current thread only group all To see JMator variables for thread groups, you need to convert them to Jmeter Properties. See the guide for details on how to do this


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -