Prerequisites
QMTest requires Python 2.3 or greater. Most GNU/Linux distributions come with Python, either as part of the base installation, or as an availble prepackaged add-on. The Windows version of Python is available for download from the Python web site.
QMTest requires the xml.dom
Python module,which is included by default with most GNU/Linux python packages.
However, in SuSE distributions, this module is shipped separately as part of the
python-xml RPM. Therefore, on SuSE systems you must install this
RPM before installing QMTest.
On Windows, QMTest requires the Python Win32 extensions.
Installation
CodeSourcery provides packages for popular operating systems. Instructions for installing on those operating systems is available below.
Windows
Download and execute the Windows installation package.
All other systems
Download the source package and run the following commands:
gunzip qmtest-2.4.tar.gz
tar xf qmtest-2.4.tar
cd qmtest-2.4
python setup.py install
For additional installation options, add the --help option to the python command above.
Getting Started
The QMTest tutorial explains how to start using QMTest. If you need extra help, ask questions on the QMTest mailing list.