What would you recommend for integration testing on PHP web application? [closed] What would you recommend for integration testing on PHP web application? [closed] selenium selenium

What would you recommend for integration testing on PHP web application? [closed]


Selenium works with any testing framework as long as there is a library or you can roll your own with not much effort. There is PHPunit support for Selenium so won't take much to get your tests running.

If a CI server can run tests it can run Selenium and drive the browser for your tests.


Selenium is a great idea. Stick with it. An example with CruiseControl.Net is here.