Using QUnit To Unit Test JavaScript
In this article I wanted to give you an introduction to unit testing in JavaScript using QUnit. QUnit was originally developed by John Resig for testing jQuery, but it is now a stand alone project, without any dependancies on jQuery. … Continued