testing - How to test WebSocket + PHP app? -


I have a chat app written on PHP with the websocket (shaft + rect php) I

I have some PHPUnit tests for standalone classes. But I am used to testing a full functionality of my app.

How to do it? What is the best way to do this?

You can simply write PHPUnit tests for your entire project. / P>

If you want to test your entire project with PHPUnit and Selenium (a portable test framework), then this is a good guide:



Comments

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

c++ - Redefined variable in the other module -