Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
This chapter introduces you to the different kinds of testing you can do with your mobile web app.
This simple JavaScript shows you how to dive into Test Driven Development (TDD).
http://www.learnhtml5book.com/chapter13/tdd.php
How to extend your TDD with BDD and Jasmine for JavaScript Unit Testing.
http://www.learnhtml5book.com/chapter13/jasmine.php
How to benchmark your APIs using some DOM manipulation versus pure JavaScript & jQuery.
http://www.learnhtml5book.com/chapter13/benchmark.php
How to test the speed of your download with a simple JavaScript. This is useful when throttling your local bandwidth to simulate 2G or 3G speeds.