I am running a HTTP request test in jmeter where I send a json input. For example:
{ "id":"0", "fieldvalue":"sanket","Source":"todays date" }
I need to parametrize this so that for each thread iteration a different value for id
, fieldvalue
, source
is chosen, possibly from a json file only (not CSV file). Is this possible?