GUI mode is interesting.
At this moment I create one component (i.e. assertion) and then copy and paste it on every place where it’s needed. But if I change assertion in some place I must manually change all same assertions in all other places where its used.
GUI mode is interesting. At this moment I create one component (i.e. assertion) and
Share
Reusability in Jmeter can be done in 4 ways:
But in your particular case you can do it as below.
Define your expression as a var in User Defined Variable then use it in your assertions:
For sampler use Http Request Defaults to factor what is common between them.
Note that to find elements with same regexp expression yoy can use search feature which highlights results of search.