Unit Testing Javascript Code

Tom at encapsulated.org has a nice article on unit testing your javascript code using QUnit, covering Environment setup, adding unit tests, and unit testing Ajax calls, with plenty of code documentation.

Zen-To-Done