MozMill is a free and open source browser add-on that can be used for full UI automation of all Mozilla applications.
Mozmill pretends to be a real user using your software. You can use it to create tests that simulate a user working with your code so that you can verify that your code is behaving properly.
The Mozilla Firefox, Thunderbird, and Calendar projects are using this tool to help augment their test infrastructure with automated tests.
MozMill is cross-platform and it works on Mac OS X, Windows and Linux.
Requirements:
· Firefox 3.5 and later or
· SeaMonkey 2.0a1 and later or
· Thunderbird 3.0a1pre and later
What's New in This Release: [ read full changelog ]
· Bug 767332 - If tests use a page from the local httpd.js server more than once successive tests will fail because of an inappropriate shutdown of the server