Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
When debugging a failing test, it can be a huge waste of time to rerun the entire test suite after every little change to your code just to see whether a single test now passes.
QUnit offers URL filtering to select the tests to run. This works best when combined with modules. You can run just the tests from a given module by appending a query string with the module name to the test suite URL. For example, test.html?validation will run all tests in the module named validation: