using jmeter variables into WebSocket request-response Sampler

Issue #82 closed
Former user created an issue

hi, great project I have a little problem and hope you could help me. can I use vaiables put into Binary Data?

Binary Data: 0x00 0x00 0x00 0xa 0x00 0x04 0x00 0x01 ${id} ${token}

hope result: 0x00 0x00 0x00 0xa 0x00 0x04 0x00 0x01 0x01 0x00 0x01 0x61

id define ${id} to 0x01 ${token} to 0x00 0x01 0x61(length & data)

thanks

Comments (2)

  1. Log in to comment