jmeter - using another function variable with matchNr variable -
i have implemented regular expression extractor negative match no. want use variable variable, e.g.: ${story_matchnr_${__counter(true,)}}
using inside loop controller , hence want every matchnr
value in single request.
i tried using eval function or user-defined variable well, seems cant use variable of functions variable.
is there simpler method this?
there @ least 2 ways done:
- using __v() functon allows combining 2 variables
- using beanshell pre processor gives more options of variables concatenation , control
links above contain examples , sample use cases.
Comments
Post a Comment