So I put together a quick example of how to go about building your first Selenium test with PHPUnit.
Why PHPUnit? Because there are less moving parts to understand at first.
Remember, the most important part of testing is to have tests to run. You can work on how you build those tests later.
cordoval
November 30, 2012 @ 5:22 pm
empty?
Jacob Mather
November 30, 2012 @ 6:22 pm
It’s a link post — click the title link. đŸ™‚
Samir
December 1, 2015 @ 9:10 pm
Hi David, I’m not sure what could be causing that. We’re rnnniug it at work with dozens of test cases without any trouble. If you figure out though and it turns out to be a bug in my code please submit a patch or fork it on github and send me a pull request and I’ll incorporate it so others can benefit. You could also try upgrading the lib/selenium-server.jar to the latest version and see if that makes any difference.