Home > front end >  Use random values ​extracted from a request in another request in jmeter
Use random values ​extracted from a request in another request in jmeter

Time:11-13

On request 1, the values ​​(animal, celebrity, dev...) are extracted and saved in a variable to be used later. In request 2 I want to use these extracted values, but randomly.

I'm not having success doing this.

URL where I extract the values ​​and save them in a variable: category

I want to use the randomly extracted values ​​in the next call!

erro erro2

CodePudding user response:

You can specify "Match No" to "0" in JSON Extractor and use the variable ${categoria} in next request.

  • Related