How to Test your JavaScript Code with QUnit

QUnit is a powerful JavaScript unit testing framework that helps you to debug code. It’s written by members of the jQuery team, and is the official test suite for jQuery. But QUnit is general enough to test any regular JavaScript code, and it’s even able to test server-side JavaScript via some JavaScript engine like Rhino or V8.

Get Source here

Related Posts :

Posted on Friday, November 19th, 2010 at 4:04 am | Category: Java Script |

Site Meter