Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Sebastian Bergmann's Blog:
Integrating PHPUnit with Selenium
Oct 04, 2006 @ 13:20:00

In his latest post, Sebastian Bergmann mentions the work he's done to integrate Selenium with PHPUnit to make a powerful testing platform.

Today I committed the initial work for integrating Selenium RC with PHPUnit. In this case it is PHPUnit that drives the execution of the web application UI tests, using PEAR's new Selenium package to communicate with the Selenium RC Server.

He includes an example of how it will be used, creating a test to check if a page's title is equal to "Example Web Page".

tagged: selenium phpunit integrate pear example selenium phpunit integrate pear example

Link:


Trending Topics: