I tested a web application written in PHP and JavaScript, and I am looking for integration testing tools that can be well communicated using a continuous integration server, perhaps phpUnderControl.
As an integration testing tool, I used Selenium with Rspec, which works just fine. It creates html report files and it is very easy to write codes. But I'm not sure that Selenium can interact with CI and I wonder if there are any integration tools that can communicate with a continuous integration server, such as phpUnderControl, and work with other testing tools to automate testing.
I would really appreciate any suggestions.
Best wishes
@naoyamakino
php continuous-integration selenium integration-testing qa
Naoya Makino
source share