jmeter-5.0taurus

Taurus YAML - Ho to write Compute Concatenation var (suffix _ALL)


JMeter JSON Extractor has

JSON Extractor

How should I write this in Taurus YAML: Compute concatenation var (suffix _ALL)???

In Taurus Documentation I have found this: enter image description here Taurus Documentation

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??


Solution

  • 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}