This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
A powerful, easy-to-use, JavaScript unit testing framework. It's used by the jQuery project to test its code and plugins but is capable of testing any generic JavaScript code. QUnit is especially useful for regression testing.
First released | 2008 |
Developed by | John Resig |
Latest stable version | QUnit 2 |
Open-source | Yes |
Used by | Twitter, Facebook, LinkedIn |
The approach to work in QUnit follows the testing specification in CommonJS, which in turn is updated under the influence of QUnit.