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

Paul

New Member
I have been testing for a web-application written in PHP and JavaScript, and I am looking for integration testing tools that can be well communicated with a continuous integration server, potentially phpUnderControl.As an integration testing tool, I have used Selenium with Rspec which works just fine. This produces html file reports and very easy to write codes. But I am not sure if Selenium can communicate with CI and wondering if there is any integration testing tools that can communicate with a continuous integration server, like phpUnderControl, and work with other testing tools to enable automation testing.I would very appreciate any kind of suggestions.With Best Regards@naoyamakino
 
Back
Top