In this lesson, we will learn how to work with Selenium 2 directly within PHPUnit. For those unfamiliar, Selenium gives us an easy way to automate the browser. This makes it perfect for writing user acceptances tests.
Show Links
Closing Notes
I'm relatively new to working with Selenium, so, if any of you have some tips or advice related to improving workflow, definitely chime in below! I'm currently researching the best way to speed up the tests, or, at the very least, hide the browser during tests. Have you found a good way to deal with this? Virtual machines?
Comments