Discussion:
[Webtest] documentation in the report
Michael Habbert
2007-03-26 07:40:15 UTC
Permalink
Hi all,

recently I started to add a documentation-block at the top of each webtest-xml-file while I was
thinking it will show up somehow on the webtest-report(summary.html). But It doesn't, right? Or did
I misunderstand something, missed a configuration-option?

thanks,
Michael Habbert
Marc Guillemot
2007-03-26 09:54:17 UTC
Permalink
Hi Michael,

what do you mean with documentation block?

The report contains only information from <webtest>.

Have you already tried <testInfo>?
http://webtest.canoo.com/webtest/manual/testInfo.html

Marc.
Post by Michael Habbert
Hi all,
recently I started to add a documentation-block at the top of each
webtest-xml-file while I was thinking it will show up somehow on the
webtest-report(summary.html). But It doesn't, right? Or did I
misunderstand something, missed a configuration-option?
thanks,
Michael Habbert
_______________________________________________
WebTest mailing list
http://lists.canoo.com/mailman/listinfo/webtest
Michael Habbert
2007-03-27 06:30:53 UTC
Permalink
Hi Marc,

actually I thought there is a xml-tag recognized by webtest like(<description>:

<target name="createcontractor">
<property name="webtest.resultfile" value="summary-createcontractor.xml" />
<description>
First of all create a contractor.
We create 3 contractors and delete the second one.
</description>

<!--echo message="${http.proxyHost}" /-->
<testSpec name="chewi create auftragnehmer">
&config;
<steps>
[...]

I thought the body of this tag would be shown in the report-summary.
Somehow I thought I read somethink on the mailinglist, didn't I?

Michael
Post by Marc Guillemot
Hi Michael,
what do you mean with documentation block?
The report contains only information from <webtest>.
Have you already tried <testInfo>?
http://webtest.canoo.com/webtest/manual/testInfo.html
Marc.
Post by Michael Habbert
Hi all,
recently I started to add a documentation-block at the top of each
webtest-xml-file while I was thinking it will show up somehow on the
webtest-report(summary.html). But It doesn't, right? Or did I
misunderstand something, missed a configuration-option?
[...]
--
Mit freundlichen Grüßen
------------------------------------------------------------------------
Michael Habbert

Senior Developer
Netpioneer GmbH, Beiertheimer Allee 18, D-76137 Karlsruhe
Geschäftsführer: Axel Jahn
HRB: 107521 Handelsregister Mannheim

Tel: 0721 / 920 60 21
Fax: 0721 / 920 60 30
E-Mail: ***@netpioneer.de
www: http://www.netpioneer.de
Marc Guillemot
2007-03-27 07:38:59 UTC
Permalink
Hi Michael,

the webtest report is generated just by listening to the execution of a
webtest therefore only what is between <webtest> and </webtest> can be
registered.

Marc.
Post by Michael Habbert
Hi Marc,
actually I thought there is a xml-tag recognized by webtest
<target name="createcontractor">
<property name="webtest.resultfile"
value="summary-createcontractor.xml" />
<description>
First of all create a contractor.
We create 3 contractors and delete the second one.
</description>
<!--echo message="${http.proxyHost}" /-->
<testSpec name="chewi create auftragnehmer">
&config;
<steps>
[...]
I thought the body of this tag would be shown in the report-summary.
Somehow I thought I read somethink on the mailinglist, didn't I?
Michael
Post by Marc Guillemot
Hi Michael,
what do you mean with documentation block?
The report contains only information from <webtest>.
Have you already tried <testInfo>?
http://webtest.canoo.com/webtest/manual/testInfo.html
Marc.
Post by Michael Habbert
Hi all,
recently I started to add a documentation-block at the top of each
webtest-xml-file while I was thinking it will show up somehow on the
webtest-report(summary.html). But It doesn't, right? Or did I
misunderstand something, missed a configuration-option?
[...]
Loading...