Embed presentation
Downloaded 75 times












































































This document discusses various tools and techniques for testing JavaScript code, including: 1. Unit testing frameworks like Test.Unit that allow writing tests with assertions and automatically running tests. 2. Using Rake tasks to automate running tests and controlling browsers. 3. Behavior-driven development (BDD) techniques like RSpec that allow writing tests as should/is statements directly on objects. 4. Debugging tools like Firebug, Safari Web Inspector, and Microsoft Script Debugger for troubleshooting JavaScript issues.











































































