[erlang-questions] Testing a websocket app

Lyn Headley lheadley@REDACTED
Thu Nov 19 21:28:25 CET 2015


I'm building an app with yaws, epgsql, poolboy, and websockets. I am
looking for advice, recommendations, and/or war stories about about
how to set up some tests on this stack.

I'd like my test to establish a connection with a web client, send
some messages over web sockets, and verify that the responses are
correct.

Is this something I should use common_test for? What should I/What are
you using as a web client? ibrowse? gun? something else?


Lyn Headley



More information about the erlang-questions mailing list