[qmtest] XML Parsing Error: not well-formed

Stefan Seefeld stefan at codesourcery.com
Tue Nov 29 17:26:45 UTC 2005


Aytekin Gel wrote:
> For this purpose I generate XML reports for the results of 
> the regression testing using the following flag option:
> qmtest -D $WORKDIR run -f full --output $WORKDIR/Results/`date 
> +%b%d-%T`.xml

This generates a results file with the extension '.xml', but the file
format itself is not xml, it is a python pickle.

If you really mean to generate a report (as opposed to a results file),
use the 'qmtest report' command with suitable arguments to generate
a (xml) report file from your results. Reports are particularly useful
to combine the results from multiple test runs, but you may generate
a report even from a single run.

You may want to try the development version of QMTest, which has enhanced
support for report generation.

Regards,
		Stefan



More information about the qmtest mailing list