I would recommend the following approach: 1. JSON Extractor <http://jmeter.apache.org/usermanual/component_reference.html#JSON_Extractor> to fetch "interesting" values from the response 2. Sample Variables <http://jmeter.apache.org/usermanual/listeners.html#sample_variables> property to store the results in .jtl results file
Given you have JMeter Variables like *var1*, *var2*, *var3* and *var4* you can add the next line to /user.properties/ file (located in "bin" folder of your JMeter installation) > sample_variables=var1,var2,var3,var4 * And next time you run your test you will see 4 extra columns in the .jtl results file holding the values of the aforementioned variables for each sampler. See Configuring JMeter <http://jmeter.apache.org/usermanual/get-started.html#configuring_jmeter> and Apache JMeter Properties Customization Guide <https://www.blazemeter.com/blog/apache-jmeter-properties-customization> guides for more information on JMeter fine tuning using properties. -- Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
