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 - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -