Windmill is an Open Source AJAX Web UI Testing framework that was originally built to automate testing for the Chandler Server Project at OSAF. After spending time with Selenium we realized we had a
... [More] variety of needs that weren't being fulfilled and built Windmill from the ground up.
Windmill implements cross browser testing, in-browser recording and playback, and functionality for fast accurate debugging and test environment integration.
We are a relatively young project, but as far as we know we already implement a larger set of a browser testability than Selenium. [Less]
Python library for reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)
New Sphinx documentation available http://mozrunner.googlecode.com/svn/trunk/docs/_build/html/index.html
Functional UI testing for Mozilla Applications.
Test writing docs are on QMO http://quality.mozilla.org/mozmill-docs
New Sphinx documentation for the Python components http://mozmill.googlecode.com/svn/trunk/docs/_build/html/index.html
jsbridgePython to Javascript bridge for Mozilla Applications
InstallationIf you already have setuptools installed you can very simply:
sudo easy_install jsbridgeTo checkout the source:
svn
... [More] checkout http://jsbridge.googlecode.com/svn/trunk/ jsbridgeNew Sphinx documentation available at http://jsbridge.googlecode.com/svn/trunk/docs/_build/html/index.html [Less]
Django JITS (Just In Time Scheduler)A scheduling system for django.
Instead of a traditional scheduler which has a main loop, usually in a thread, which polls for scheduled tasks this scheduler's
... [More] polls are triggered by each new request. This way scheduled events are fired as often as needed to retrieve new data that may be needed for local content adjustment without the overhead of another thread and polling loop.
If you already have setuptools installed you can very simply:
sudo easy_install jitsFor more in depth information on installing setuptools and jits and configuring jits for your Django project refer to InstallAndConfig.
To checkout the source:
svn checkout http://django-jits.googlecode.com/svn/trunk/ django-jits [Less]