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:

  1. using __v() functon allows combining 2 variables
  2. using beanshell pre processor gives more options of variables concatenation , control

links above contain examples , sample use cases.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -