Cloud Based JMeter WebSocket Testing
2016-01-21
What are WebSockets The WebSockets specification enables Web applications to maintain bidirectional communications with server-side processes, this specification introduces the WebSocket interface. In plain words: You can maintain a persistent connection between client and server which is available for data communication anytime while the connection is open. Some resources and tutorials include WebSockets.org HTML5Rocks Introducing WebSockets Using JMeter to Create WebSocket Requests By default, JMeter does not provide a websocket sampler. However, the JMeter community is pretty powerful. MaciejRead More →