[Webtest] Alternative xslt to format test results
Marc Guillemot
webtest@lists.canoo.com
Mon, 30 May 2005 14:34:29 +0200
Hi,
the xslt provided with webtest to format the test results can be adapted to better fit to one's own need. I've once
proposed to incorporate alternative xslt in webtest distribution but there was no interest.
At
http://www.internetzky.de/webtest/alternativexslt/testResults.html
you can find an example of an other formatting of the last webtest results.
The xslt used was adapted from the old webtest's one and is therefore not as smooth as the current one (and I haven't
adapted it for "new" steps like <group>). The main reason of this adaptation was to be able to scale: the main result
page shows only an overview and a link to individual result pages showing the executed steps. This avoid the big fat
file generated by the standard xslt.
Individual test reports contain additional goodies: a preview of each result page is displayed in a floating div when
moving the mouse over the link. It spares time when working on results.
Marc.