stxnext.monstrum
This application suite is yet another approach to testing HTTP applications. It enables developers to record test sessions in their browsers, edit the parametrized outcome and play it back multiple times. There are a couple of unique features like automatic parametrization of variables during recording, support for a wide range of assertions to be checked during test playback and a visual test configurator/runner.
Note: this project is using Python 3.1, the new backwards-incompatible series of Python.
The latest version can be installed via PyPI:
$ pip install stxnext.monstrum
or:
$ easy_install stxnext.monstrum
You can find the technical documentation on packages.python.org.
The source code repository and issue tracker are maintained on BitBucket.
