QUnit is a JavaScript unit testing framework, used by the jQuery project to test its code and plugins, but capable of testing any generic JavaScript code (both on the client and on the server).
I've started working with Qunit to do unit testing on my code, but am striking problems comparing objects. The code …
javascript jquery qunitUsing sinon and sinon-qunit in our front end unit tests, and I'm struggling to understand the difference in these methods. …
javascript unit-testing qunit sinonI have jQuery code that when I click on a link it first hides and then removes some HTML, like …
javascript jquery qunitI'm testing some JavaScript with qUnit. In one object I pass a DOM element, and some methods will change some …
javascript dom qunitThe introduction to QUnit over at netTuts.com spawns an interesting exchange (never resolved) over how to apply unit tests …
jquery unit-testing qunitI'm new to qunit, and am attempting to integrate it with an existing environment. One of the issues I get …
javascript jquery qunit