Our application needs tests in order to prevent bugs from slipping in. A good way to do this would be to use selenium which can test our application by clicking around and interacting with it. This makes it possible to test all parts that involve websockets. It also makes the tests perform the actions that uses will do
Our application needs tests in order to prevent bugs from slipping in. A good way to do this would be to use selenium which can test our application by clicking around and interacting with it. This makes it possible to test all parts that involve websockets. It also makes the tests perform the actions that uses will do