1

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.

2 Answers 2

3

You can use Qunit testing library to test your javascript and jQuery..

http://qunitjs.com/

You can also use FireUnit , a firebug extension to unit test your javasvript..

Sign up to request clarification or add additional context in comments.

Comments

1

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.