-
John Resig
4.18
Description:
This talk will be a comprehensive look at what you need to know to properly test your JavaScript code. Numerous testing frameworks will be discussed and examined together with an encompassing analysis of the general families of testing techniques. If you haven't tested your JavaScript code before - or if you're looking for a better way to test your existing code - this is the talk for you.
Comments on this Talk
grahamb,
14 Sep 01:27 PM
Wish that there had been more "how-to" rather than "what to use".
Neeraj Singh,
16 Sep 02:42 AM
The list of libraries is easily accessible. What I was looking for was how to go about testing. He could have picked up one of the testing tools and could have written a sample test. Or he could have shown how the test for say live method was written.
Last Five Ratings
-
jakemcgraw
-
Neeraj Singh
4.75
-
rorris
-
grahamb
-
Doug Neiner
4.68

Wish that this presentation had gone into why it's important to test, what to test for, and how (a demo) instead of listing different testing suites and comparing them -- this is also useful information, but doesn't need a whole presentation dedicated to going over it.
Demo of Mozilla TestSwarm was most engaging part of the session.