<[EMAIL PROTECTED]> writes: > > Hello WebTesters, > > thanks to your help I can now generate a report for a running webtest. I use the "WebTestReport.xsl" to > transform the generated xml Files to a single html Report. > > I will have a lot of sinlge tests, so I wonder if there is a possibility to generate a "meta"Report which > collects the states and basic result data of the single resultfiles to a summarized report.
have a look at http://thread.gmane.org/gmane.comp.web.canoo.webtest/2155 it presents an other xslt to transform the webtest results with an overview page and a result page per test. Caution: it is probably outdated and not perfectly adapted to the actual result xml format (due to changes like "description" instead of "stepid", "webtest" instead of "testSpec", ...) but may be used as basis to write your own xslt. Marc. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

