Testing jQuery With QUnit
One thing that’s always on my mind when I develop applications is testing. How testable is your code? Does it rely on external processes or databases or can you easily mock these objects? Using frameworks such as ASP.NET MVC make your code more readily testable, but how do you test your JavaScript? Like most people I test this by hand, but the other day I stumbled upon jQuery’s QUnit framework. H
Want to have your say? just login


Be first to show your opinion !!!