Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Chapter 14
Unit Testing with QUnit
WHAT’S IN THIS CHAPTER?
In this chapter, you learn about the benefits of unit testing and about the specific unit testing framework created and used by the jQuery project itself, QUnit. You learn how to write your own tests and how to integrate QUnit with your own projects to increase code quality, maintainability, and overall confidence.