Writing Tests and Testable Code
http://jonkruger.com/blog/2008/11/25/unit-testing-javascript-writing-testable-code/
http://jonkruger.com/blog/2008/11/25/unit-testing-javascript-test-driven-development-in-action/
http://www.notesfromatooluser.com/2008/11/unit-testing-in-javascript.html
JavaScript UnitTesting Frameworks
http://github.com/tobie/Evidence/ Nice interface, follows good javascript pratices. Sadly, no documentation.
http://code.google.com/p/js-test-driver/ Mutiple browsers. ContinuousIntegration friendly. Fast.
http://docs.jquery.com/QUnit Framework used to test JQuery.
http://www.jsunit.net/ Not being updated. Alpha since March 2006.
http://jonkruger.com/blog/2008/11/25/unit-testing-javascript-javascript-test-frameworks/ Review of frameworks
Warning there are 2 JsSpec code bases
http://code.google.com/p/jsspec/ (clone on github http://github.com/osteele/jsspec/tree/master)
http://code.google.com/p/js-spec/ Often also called jsspec
Mocking JavaScript
- Simple to stub (No mock needed?)
Testing with Continuous Integration
http://blog.thinkrelevance.com/2008/7/31/fully-headless-jsspec
http://ejohn.org/projects/bringing-the-browser-to-the-server/
