DZone.com: Selenium 2 from PHP code
Note: This article was originally published at PHPDeveloper
on 23 May 9561.
On DZone.com today Girogio Sironi shares some of his experiences testing out the PHP bindings currently offered to work with Selenium, the web application frontend testing tool that's become a standard over the past few years.
After trying out Selenium 2, it was natural for me to look for its support in PHP code; however, there isn't an official PHP Api distributed on Selenium's website. I tested all the PHP bindings I could find to see which is the best choice today.
He tried out a few different technologies:
- PHPUnit_Selenium
- Facebook's php-webdriver
- the php-webdriver-bindings project
- WebDriver-PHP
The finishes the post with a quick summary for each of the offerings including strengths each has and situations where you might want to use them.


