Performing odd jobs with Selenium helper pages
Selenium [1] is a nice tool for testing browser based user interfaces. It’s simple to install and with the firefox IDE plugin, it’s even easier to use. But there are some tests that are just not accessible through a UI. Should you even test functionality that’s not immediately expressed, and if so how?
Improving the Selenium include extension
Update: WordPress has altered how the code tags function, making this post very confusing and difficult to read. I’ve replace the code tags and so, even though it’s not pretty, it’s at least readable. My current client is working with Selenium to automate their acceptance testing. Selenium is an open source tool javascript framework for … Read more