I have been trying to do performance testing in JMeter for websocket.
I have sent request data in Websocket request-response Sampler and received a UTF-8 encoded response.
I want to know a way to decode this response.
Request I sent Request Sent
Response I received
I think it's rather binary than UTF-8.
You can observe the bytes by using "Binary" format of the View Results Tree listener:
If you want to compare it with anticipated - go for Binary Response Assertion:
More information: