Any one know how to use Selenium 2 with Phpunit? Are there any Selenium 2 samples in PHP?
Yes, Selenium 2 (WebDriver)
and PHPUnit tests
is simple. But May I want to gave you advice that the first you should be try Selenium IDE
because you need to expect in selenium command
. If you are expect in Selenium command
if so selenium 2 (Webdriver)
and PHPUnit test
will be more simple for you.
You can try selenium IDE
tutorials on here and you can learn selenium 2 (Webdriver) and PHPUnit
at here.