js-test-driver, an alternative to webdriver and windmill
Some quick notes for myself:
Two frameworks that allow you to test your web code at the end point, i.e. from a browser's point of view, are Webdriver (part of Selenium now) and Windmill.
A third option has emerged, js-test-driver. The tests in Windmill seems to be in Python (I have toyed briefly with it) while the tests in Webdriver are in Java (I use this regularly for a few test cases). js-test-driver seems to use Javascript.
# easily integrates with continuous builds systems and # allows running tests on multiple browsers quickly to ease TDD style development.
Läs mer: js-test-driver - Project Hosting on Google Code