Load Testing, Performance Testing , Jmeter

17 Views Asked by At

we have sync up mechanism in this mechnaism we implemented handshake mechanism, header and footer header intially send the data, then images send to the server S3 and footer will match the data , if the header and footer data matches then sync up successfully and if data not matches syncup failed. i want to test this request on Jmeter

i am expecting the solution or implementation of how to test this sync up mechanism

1

There are 1 best solutions below

0
Ivan G On

I can only provide a generic piece of advice:

If your "sync up" (whatever it is) uses HTTP as the transport you should be able to record the requests from "header" and "footer" (whatever they are) via JMeter's HTTP(S) Test Script Recorder or JMeter Chrome Extension so you would be able to simulate the requests using JMeter.

Once done you can come up with "negative" test and amend the payload of one of the requests somehow. JMeter automatically treats HTTP status codes above 400 as successful, if it is not enough you can add your custom pass/fail criteria via Response Assertion