What do you use for JavaScript testing both server-side and client-side?
migrated from stackoverflow.com Feb 23 '11 at 18:19
|
For unit Test : QUnit , For server side and simulated browser environment Envjs. Now i am studying on FuncUnit of JavascripMVC, how to implement it in my project. |
|||
|
|
|
MooTools uses Jasmine.
|
|||
|
|
|
I have used JSUnit (briefly), the link is a quick guide. It has been a while since I last used it so hope this helps. |
|||
|
We just had a presentation at the office on this. They used coffeescript for the javascript and jasmine for a test runner. |
|||
|
|
|
I've found gently really useful for mocking and stubbing, and generally just keeping my tests clean, under node. |
|||
|
|
