UxU - UnitTest.XUL helps you to test your addons. This is based on MozLab, and this is compatible to it. You can run test cases written for MozUnit, on this tool.
You can run not only unit tests for your custom classes, but also functional tests of actual features. "yield" statement is avalable in test cases like as "wait", so you can wait Firefox's actions.
UxU - UnitTest.XUL allows you to test your developed extension. The UxU addon is cross-platform and it works on Mac OS X, Windows and Linux.
Requirements:
· Firefox 10.0 and later or
· Thunderbird 10.0 and later
What's New in This Release: [ read full changelog ]
· Support requiredAddons (aka dependingAddons) option for test cases. Now you can specify required addons for the test case as an array of ID strings.
· Inherit installed addons to the temporary profile, when the test case has both specified profile and requiredAddons.