tsung icon indicating copy to clipboard operation
tsung copied to clipboard

Match against multiple responses instead of a single response.

Open nizar-m opened this issue 7 years ago • 0 comments

As far as I understand, the match works like this

  1. You send a request
  2. Wait for a response
  3. Parse the response and do a list of matches against the decoded response

But in some cases (like websockets), you will be sending one request, followed by expecting a list of responses.

How can we make tsung perform such matches against multiple responses after a single request?

nizar-m avatar Sep 01 '18 13:09 nizar-m