[Webtest] <stepType> in XML Report
T
webtest@lists.canoo.com
Tue, 2 Aug 2005 12:41:58 +1000
Hi. I downloaded the latest release of Canoo Webtest, and am having trouble
with the reporting.
I am using WebTestReport.xsl from the /resources directory, but the file seems
to expect <stepType> entities in the XML report that Webtest produces that are
missing.
For reference, my <step> outputs look like this:
<step>
<parameter name="name" value="username"/>
<parameter name="description" value="Set incorrect username"/>
<parameter name="value" value="mrincorrectusername"/>
<result>
<completed duration="15"/>
</result>
</step>
Any help would be appreciated.