Reputation: 1203
Can any one tell me is it possible to create nunit test case for javascript and jquery? if it is possible how to unit test the javascript and jquery?
Thanks.
Upvotes: 1
Views: 113
Reputation: 55740
You can use Qunit testing library to test your javascript and jQuery..
You can also use FireUnit , a firebug extension to unit test your javasvript..
Upvotes: 3
Reputation: 3574
I don't know if this is what you need, but I test my Javascript with this site: http://jsfiddle.net/ You can put in the code and execute to see the results.
Upvotes: 1