Speaking of Web Tests...
You have an annoying javascript error on your webpage.
Looks like its something from Google.
Its in this function. The input paramater c appears to
be undefined, therfore .toLowerCase does not work.
function E(c){c=c.toLowerCase();
Thanks
I haven't actually tried working with Selenium, but a
consultant we had on our project a couple of months back
recommended it as a tool for integration and regression
testing, because he experienced how testing is done in
our project - it's a 3 weeks period with running the
same very large manual tests with clicking and writing
stuff in a browser in several test environments.
Hopefully we will try it out some day, and hopefully can
it relieve us of some our tiresome manual tests.