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).
how does one test a code inside a callback function using sinon.js framework for mocking? JSFiddle: http://jsfiddle.net/…
javascript unit-testing mocha.js qunit sinonWe are trying to implement QUnit JavaScript tests for a JS-heavy web app. We are struggling to find a way …
javascript unit-testing qunitI have two questions: Can you have parameterised unit tests in qunit? How do you do mocking with qunit e.…
javascript qunitI am doing QUnit testing in an IFRAME and have a recursive JavaScript function that loads all of the scripts …
javascript jquery qunitWithin an ajax request how can the error callback be tested ? Is it possible to simulate a network connection error ? $.…
javascript jquery selenium qunitI have a (rather poorly written) javascript component in my application that handles infinite scroll pagination, and i'm trying to …
javascript unit-testing qunit intersection-observerIs it possible to execute my QUnit (javascript) unit tests from Jenkins? My build script is Apache Ant. Would Jenkins …
javascript ant build jenkins qunitI have been investigating the best way to do JS unit testing in our maven CI environment. What I currently …
maven qunit phantomjsOn the server side we have Rspec/Cucumber for BDD development (ruby) vowsjs (node.js) Is there a BDD frameworks …
javascript tdd yui bdd qunitI am looking into QUnit for JavaScript unit testing. I am in a strange situation where I am checking against …
javascript jquery ajax unit-testing qunit