This does not appear to be obviously something I have asked for. Can you perhaps give me a little more as to why I have been included in the list?
-----Original Message----- From: [email protected] [mailto:[email protected]] Sent: 12 February 2018 06:38 To: [email protected] Subject: Re: JMeter Binary Data response You can apply the same approach for your JMeter test, in JMeter you have Save Responses to a file <http://jmeter.apache.org/usermanual/component_reference.html#Save_Responses_to_a_file> listener which can be used to store response data as a file on the file system. See Performance Testing: Upload and Download Scenarios with Apache JMeter <https://www.blazemeter.com/blog/how-performance-test-upload-and-download-scenarios-apache-jmeter> article for more information on how you can simulate file download event in JMeter test. The value can be extracted using either Regular Expression Extractor <http://jmeter.apache.org/usermanual/component_reference.html#Regular_Expression_Extractor> (if it can be located as a plain text). If the file is binary you might need to Apache Tika <https://tika.apache.org/> library and Groovy scripting to parse the file and extract the "interesting" value. See How to Extract Data From Files With JMeter <https://www.blazemeter.com/blog/what-every-performance-tester-should-know-about-extracting-data-files-jmeter> for more details. -- Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] This message has been scanned by Capita systems, but if you believe it to be spam, please send it to [email protected]. Messages sent to [email protected] are queued for email analysis by Forcepoint Threat Lab. This email is security checked and subject to the disclaimer on web-page: http://www.capita.co.uk/email-disclaimer.aspx --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
