Introduction to JMeter Debug Sampler

Introduction to JMeter Debug Sampler:

When debugging a JMeter script, there are usually the following requirements:
1. I want to know whether the value of the parameterized variable is correct;
2. I want to know whether the value extracted by the regular expression is correct;
3. I want to know the JMeter attribute;
4. When debugging, the server returns some What content.
The combination of debugging samplers and viewing result tree components in JMeter allows us to see what we want to see.

insert image description here

Debugging sampler settings:
Parameter description:
Name: The name of the controller, which can be set arbitrarily, or it can be empty.
Note: It can be set arbitrarily and can be empty.
JMeter Properties (JMeter Properties): Whether to view JMeter properties, the default is False.
JMeter Variables: Whether to view runtime variables, the default is True.
System Properties: Whether to view system properties, the default is False.
insert image description here

Guess you like

Origin blog.csdn.net/weixin_49981930/article/details/126919297