views:

91

answers:

2

Can anybody recommend a Javascript unit testing framework. I've found JsUnit (http://www.jsunit.net/) and will start evaluating it. I just thought it would be good to get some input from the community.

+4  A: 

For a starter check the numerous (!) other questions on this site which related to your problem.e.g.

Looking for a better JavaScript unit test tool

Javascript Unit-testing?

What are some JavaScript Unit Testing and Mocking Frameworks you have used?

jitter
Thanks. All of these were useful. Why cant I find these posts when I search for them? :)
Johan
Just enter "javascript testing" in the search field and there you are. btw. once again hilarious. The answer which just reposts the same answers for the thousands time gets accepted. And is only stating 1 alternative. Well whatever I will quit linking to others answers then also
jitter
+2  A: 

There's also qUnit which is used by the jQuery project.

Darin Dimitrov