Hello,
I have worked with some of the Postman websocket testing. I have a basic understanding, using headers connecting to a websocket, and then sending actions back and forth.
I have 3 questions, maybe someone could point me to the correct places if there is some documentation, or just give me an overview if the answers are quick.
-
If my tests need to run an API call prior to connecting to a websocket, is there a way to have both in a collection?
-
If I want to run the same websocket request again, and verify each output, is that possible right now?
-
If I wanted to run multiple websocket tests, almost like a load test, is that possible through code, or would I need to set up a single request for each one?
Thank you all for your time.