Unit Testing
qooxdoo comes with its own, nicely integrated JSUnit-like environment and the corresponding application called “Testrunner”. If you look at the application section of a qooxdoo distribution, you will find the Test Runner tailored to test the functionality of qooxdoo framework. It provides a convenient interface to test classes that have been written to that end. You can run single tests, or a whole suite of them at once.
But the Test Runner framework can be deployed for your own application. It provides a GUI, a layer of infrastructure and a certain interface for arbitrary test classes. You can write your own test classes and take advantage of the Test Runner environment.
- Test Tools – an overview over test tools and approaches
- The qooxdoo Test Runner – how to deploy the Testrunner component for your own application
- Framework Unit Testing – a developer’s notebook about unit testing of the qooxdoo framework
