jQuery and testing — JSUnit, QUnit, JsSpec [Part 2]
Trying QUnit with jQuery In the JSUnit entry, one of the main problems was with the sequencing of calls. Let’s see how QUnit handles this. QUnit has a simple implementation to this problem: stop() and start() commands to synchronise sequences. The basic approach is that it calls a test function. With the stop() command, it [...]
Also tagged BDD, jquery, jsspec, qunit, TDD, UnitTesting