0

I'm doing concurrent users load test for SignalR Protocol with WebSocket transport, I'm able run the script successfully for single users with more than 1 iteration. If I run it for concurrent users I'm not getting the expected behavior- which is I'm getting Second users response in first user request.

Please guide me here.

3
  • which JMeter Plugin are you using? Commented Feb 14, 2019 at 6:31
  • Hi Amol, I'm using Peter Doornbosch's WebSocket plugin (bitbucket.org/pjtr/jmeter-websocket-samplers) Commented Feb 14, 2019 at 7:22
  • Can you please post the test plan, i used that plugin and it was working as expected Commented Feb 14, 2019 at 7:25

1 Answer 1

0

Most probably your parameterization or correlation fails somewhere somehow, i.e. you're sending the same session argument for both users.

Use Debug Sampler and View Results Tree listener combination in order to inspect request and response details and associated JMeter Variables values.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.