QUnit, developed by the jQuery team, is a great framework for unit testing your JavaScript. In this tutorial, I’ll introduce what QUnit specifically is, and why you should care about rigorously testing your code.
Related Submissions:
- Help Test jQuery 1.3 Beta 1 The jQuery team has been working hard on the new release of the jQuery library and it’s ready for some in-depth testing! jQuery 1.3 is...
- Thomas Fuchs: 50 Lines-of-Code JavaScript Animation Framework: Say Hello to Émile At my talk at Fronteers, I introduced Émile, a JavaScript animation framework, that’s framework-agnostic, and just takes up about 50 lines of code. With Gzipping,...
- Why Inline CSS And JavaScript Code Is Such A Bad Thing When I review web sites, and also in my own projects with a number of different team members, I almost constantly stumble across something web...
- 75 (Really) Useful JavaScript Techniques Thanks to the Web’s widespread adoption of JavaScript, JavaScript libraries have sprung up to help make design and development easier. Here are a few of...
- How to Easily Create a JavaScript Framework, Part 4 In “How to Easily Create a JavaScript Framework, Part 3,” we discussed “Waiting Until the DOM Loaded”, “How to Modify “setStyle()”, “Set and Get Values...