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?