I want to do the following test for my program - send 1000 requests with a binary file through postman.

The question is how to do this? I could not find a way to attach a binary file in the Postman runner. Perhaps there are other tools that can be advised, but Postman is primarily interested.

Windows OS

I could try to do it on Yandex tank, but I could not find a way to install it on Windows. For a detailed guide (for a person not working with linux) would be grateful

  • Look towards newman blog.getpostman.com/2017/09/21/… - Nick
  • Nick, try, if it is not difficult for you, to issue a reply, maybe it will be useful for everyone) - Aksenov Vladimir
  • The question is not entirely clear. Do you want to send a file in the request? - Vanya Avchyan
  • Yes. I want to send the file with the help of binary - Aksenov Vladimir

1 answer 1

Perhaps I did not fully understand the problem, but in general this is done without tricks.

  1. Create a necessary request in the collection with a body payload which is required (attach a file) (see screenshot) create request with file attachment
  2. Create a test run with the required number of iterations of this query. create test run
  3. Run
  • The catch is exactly how to send a picture in binary. And just create requests without a file - Aksenov Vladimir