I've really only implemented my own simple code for creating and running simple unit tests in JavaScript. Basically it automatically executes a list of functions and if a function throws an exception it fails, if not it passes.

I'm trying to find a good JavaScript Unit Testing Framework to use with my projects going forward, but there are a few choices out there and I'm not sure which would be the best options to check out.

Could you guys please post a single JavaScript Unit Testing Framework per Answer and if the one you are going to post is already posted, please just vote it up. And, if you really don't like a certain one, feel free to vote it down.

And, Yes I made this a Community Wiki.

link|improve this question
duplicate stackoverflow.com/questions/300855/… – Shay Erlichmen Jul 2 '09 at 22:25
1  
Yes, duplicate but... Do people still use the same unit testing frameworks as they did 9 months ago? That's almost a year ago that other question was asked. – Chris Pietschmann Jul 2 '09 at 22:26
If you want to know, maybe comment on the older question. Don't duplicate it. – John Saunders Jul 2 '09 at 23:14
Funny, John Resig just posted about this today: ejohn.org/blog/which-unit-testing-framework – Josh Stodola Jul 3 '09 at 0:46
@Chris, So you mean that every subjective question on SO should be re-asked every 9 months? The whole point of giving us Wiki abilities was to update old questions. At least link to the old question. – Shay Erlichmen Jul 3 '09 at 22:59
show 2 more comments
feedback

6 Answers

Yahoo! UI Library's YUI Test is pretty solid and has an inbuilt mocking framework.

link|improve this answer
feedback
up vote 0 down vote accepted

Custom (You use your own, homegrown, framework)

link|improve this answer
feedback

This isn't a question, it's a survey. What's more, your votes will be of much more use in this survey that John Resig is running regarding his Test Swarm product...

link|improve this answer
1  
Yes, but I can't see the results of that survey as people submit answers. When will he post the final results of it?? I don't know. – Chris Pietschmann Jul 2 '09 at 22:25
I wouldn't be too impatient considering he just put it out today... :) – cwash Jul 2 '09 at 22:28
And, there's no harm in having another poll like this. – Chris Pietschmann Jul 3 '09 at 0:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.