I have never done any testing in javascript. I know, I know. But the reason is that I've never built big javascript applications before, so I've never seen any reason for getting into testing.
But now I figured it's about time to get crackin'.
The only problem is that everywhere I go, every testing framework seems to rely on the fact that people already know how to test with javascript, they only focus on why their testing framework is better than the next.
What I would like, is a very basic introduction to testing with javascript. When is it neccessary? What should you test? How should the tests be set up? How often do you test? You know, just very, very basic stuff.
So any links to texts or videos will be highly appreciated (:
Thanks.
edit: Just to make clear: What I'm looking for is introductions to testing, not specific frameworks. Because right now, I don't even know why I should test...
And if there are any books on the subject, that would be even better.
2nd edit: I found a really nice video from Nicholas Zakas on Yahoo! Theatre, where he explains TDD practice for javascript first, then explains how to use YUI testing to achieve those goals.