tsung
tsung copied to clipboard
Match against multiple responses instead of a single response.
As far as I understand, the match works like this
- You send a request
- Wait for a response
- 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?