-1

I upload video via Jmeter. It is successful, but when I check again video is object has no attribute 'video'.

  1. I upload video by HTTP Request: Upload video Response headers: Request Response data
  2. I uploaded the video via postman and it still works fine. Upload video via Postman

I also tried using HTTP(S) Test Script Recorder, however I cannot run the test again. Could anyone help me? Thank you.

Christian Baumann
  • 3,188
  • 3
  • 20
  • 37

1 Answers1

0

If you're seeing different behaviour with Postman and JMeter it means that you're sending a different request using JMeter.

You need to figure out what are the differences by either

Once you determine what are the differences and amend JMeter configuration to eliminate them you should see the same responses

It's also possible to record the request from Postman using JMeter's HTTP(S) Test Script Recorder, just remember to:

Dmitri T
  • 159,985
  • 5
  • 83
  • 133