Jmeter extracting fields / parsing JSON response using jp @ gc JSON extractor

0

I am using jp @ gc JSON extractor plugin in jMeter and I also saw the Foreach driver to have variables different for each Id, but I do not know what components I should use to see the extracted variables.

I have the following file in json:

{"total":3,"data":[{"id":"1372428857"},{"id":"1372428933"},{"id":"1372428980"}]}

What would be the best way to store the Id in a certain variable so that they can be used separately in a given action?

    
asked by Gabriela Melendrez Alaro 28.03.2017 в 22:57
source

0 answers