What do you use for JavaScript testing both server-side and client-side?
feedback
|
migrated from stackoverflow.com Feb 23 '11 at 18:19
This question came from our site for professional and enthusiast programmers.
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. | |||||
feedback
|
| |||
feedback
|
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. | |||
feedback
|
I've found gently really useful for mocking and stubbing, and generally just keeping my tests clean, under node. | |||
feedback
|
We just had a presentation at the office on this. They used coffeescript for the javascript and jasmine for a test runner. | |||
feedback
|
MooTools uses Jasmine.
| |||
feedback
|