Looking for Info on a Javascript Testing framework

Posted by DaveDev on Stack Overflow See other posts from Stack Overflow or by DaveDev
Published on 2010-03-13T10:36:34Z Indexed on 2010/03/13 10:45 UTC
Read the original article Hit count: 210

Filed under:
|
|

Hi Can somebody fill me in on JavaScript Testing Frameworks?

I'm working on a project now and as the JS (Mostly jQuery) libraries grow, it's getting more and more difficult to introduce change or refactor, because I have no way of guaranteeing the accuracy of the code without manually testing everything.

I don't really know anything about JavaScript Testing Frameworks, or how they integrate/operate in a .Net project, so I thought I'd ask here.

What would a good testing framework be for .Net? What does a JavaScript test look like? (e.g. with NUnit, I have [TestFixture] classes & [Test] methods in a ProjectTests assembly) How do I run a javascript test? What are the conceptual differences between testing JS & testing C#? Is there anything else that would be worth knowing?

Thanks

Dave

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery