3
votes

I'm new to JMeter and couldn't figure out yet how to send binary data to the server as the body of a POST request. Please send me some test setup or any suggestions.

Thanks in advance.

2
It would help if you could be more specific as to what you are trying to do, and things you've already tried that didn't work. - Rolf

2 Answers

3
votes

In the HTTP Request, did you try to just Send Files with the Request?

2
votes

The jMeter documentation describes how to upload a File as part of your HTTP request. See http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request (Read the description for the "File Path:" argument)