[$] Testing web applications with Selenium Whenever one is engaged in large-scale changes to a software project, it is
nice to have some assurance that regressions are not being introduced in
the process. Test suites can be helpful in that regard. But while the
testing of low-level components can be relatively straightforward, testing
at the user-interface level can be harder. Web applications, which must
also interact with web browsers, can be especially challenging in this
regard. While working on
just this sort of
project, your editor finally got around to looking at
Selenium
WebDriver as a potential source of help for the testing problem.