JMeter JSON Extractor has
How should I write this in Taurus YAML: Compute concatenation var (suffix _ALL)
???
In Taurus Documentation I have found this:
To get the value of that variable with suffix _ALL, it creates variable: planIds_ALL
, it contains all the values for the extracted regex.
can I get help on how should I write that??
I got it working through Taurus YAML.
We have to write: concat: true
and the variable will have suffix _ALL.
in my case: ${planIds_ALL}