Unable to pass message frames

Issue #16 resolved
Mathew Jacob created an issue

Hello,

    I am not sure this is the mail thread for asking this question. I am doing performance testing for chat functionality. Scenario is sending and receiving message.Message is passing as frame in web socket. How can we send this message in jmeter using web socket sampler.   Attached is the screenshot of my request.

Thanks in Advance, Mathew

Comments (5)

  1. Peter Doornbosch repo owner

    Hoi Mathew,

    Either use "Request-response sampler" or "Single write sampler" to send a message to the server. Both samplers send the data you enter in the "request data" field as payload of a Websocket text frame (or binary frame, if you select that option).

    See the samples for examples. Hope this helps.

  2. Mathew Jacob reporter

    Hi Peter,

              Now i am able to send the request. I have used Request-response sampler and send data as text in "request data" field.
    

    Thank you very much.

    Regards, Mathew

  3. Log in to comment