Answer the question
In order to leave comments, you need to log in
What tools can be used to implement websocket request testing?
I have a Laravel backend. WebSockets work through Swoole.
We need to implement end-to-end testing of WebSocket requests. That is, in fact, sending the request itself and checking the response.
I don't know what tools are best. I've looked at Laravel Dusk, but haven't found a way to check WebSocket requests.
Answer the question
In order to leave comments, you need to log in
If the server is written using swoole, then why not write the client on it?
https://www.swoole.co.uk/docs/modules/swoole-async...
There are several utility examples here https://medium.com/bigpanda-engineering/load-testi... - artillery, thor, websocket-bench.
And, of course, cloud services for load testing.
Used processone/Tsung (formerly IDX-Tsunami) written in Erlang.
Documentation
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question