Selenium Web Application Testing Platform
Jan 29, 2009 · 1 minute readCategory: php
This is post is now quite old and the the information it contains may be out of date or innacurate.
If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub
There are numerous strategies to cope with this including the development of “test based” development, where tests are written at the same time, or even before, the actual code of the site is. This way, any changes to the codebase can quickly be checked for bugs by running the test suite.
One interesting addition to this philosophy is selenium which takes this idea a bit further and actually automates browser based testing.