Practical issues and solutions for working with JMeter – Part3 – User friendly Tech help
Scenario1:-nHow i can extract jmeter response into a variable?nSolution:-nWe can achieve it in different ways, we used Json Path PostProcessornin our example, nLets say our response json is in the given format:-nn{ “sensorId”: “123456bc-25e8-48e1-8abe-b24efe461501”, “sensorName”: “waterTemp”, “serialNumber”: “4345633352864906”, “status”: “ENABLED”}n Now to extract sensorId based on the “sensorNumber” we can extract it in following manner. nn…