[Webtest] <stepType> in XML Report

Paul King webtest@lists.canoo.com
Tue, 02 Aug 2005 21:56:56 +1000


No change. Just a couple of forgotten internal parameters
in the move to using xdoclet generation of the parameter
dictionary (which is used to generate the report).

Paul.

Marc Guillemot wrote:
> When there is a change in the format of the generated xml report (was it 
> the case there?), it would be a good thing to announce it in the mailing 
> list: this would allow people using custom xslt to know that they may 
> have to adapt.
> 
> Marc.
> 
> Paul King wrote:
> 
>>
>> A couple of releases escaped a week or two ago which didn't correctly
>> generate <stepType> (and also didn't correctly link to lastResponse).
>> You might want to try downloading again.
>>
>> Cheers, Paul.
>>
>> T wrote:
>>
>>> 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.
>>> _______________________________________________