Hey. Can anyone fill me in on JavaScript testing?
Now I am working on a project, and when the JS (Mostly jQuery) libraries grow, it becomes more difficult to introduce changes or refactoring, because I can not guarantee the accuracy of the code without manually testing everything.
I really don't know anything about JavaScript Testing Frameworks or how they integrate / work in a .Net project, so I thought I'd ask here.
What is a good testing framework for .Net? What does a JavaScript test look like? (for example, using NUnit, I have the [TestFixture] and [Test] classes in the ProjectTests assembly) How to run a javascript test? What are the conceptual differences between JS testing and C # testing? Is there anything else worth knowing?
thank
Dave
source
share