8 messages in com.canoo.lists.webtestRe: [Webtest] Report in html like ant...
FromSent OnAttachments
Piergiuliano Bossi20 Nov 2002 09:05 
Torben Tretau20 Nov 2002 09:14 
EPu...@upstate.com20 Nov 2002 09:15 
Torben Tretau20 Nov 2002 09:29 
Dierk Koenig20 Nov 2002 10:09 
Dierk Koenig20 Nov 2002 10:21 
Piergiuliano Bossi21 Nov 2002 03:43 
Jeff Turner23 Nov 2002 03:07 
Subject:Re: [Webtest] Report in html like ant task junitreport
From:Piergiuliano Bossi (P.Bo@quinary.com)
Date:11/21/2002 03:43:41 AM
List:com.canoo.lists.webtest

Thanks to everybody, I'll give it a try and eventually report back my feedback.

Bye, Giuliano

Dierk Koenig wrote:

I guess it is not obvious enough, but the distribution already contains a file named samples/reportFromSummary.xsl. It is included in the doc.zip that can be downloaded separately but also comes with the build.zip.

You can use it as is or adapt it to your needs.

--

If you want to align the appearance of the JUnit TestReport and WebTest you can copy the concerning XSL code fragments from <ant_home>/etc/junit-[no]frames.xsl to samples/reportFromSummary.xsl. But before doing that I would advise to start with the original XSL and see whether your users are really concerned.

It seems to me that looking at unit test results is much different from looking at functional test results. This is because of the user group. Unit tests are for developers only. Functional tests are for users of your system. Looking at unit test results is typically boring as they almost always run at hundred percent. Their frequent turns of red and green are only visible at the developer's workstation. Functional tests are more interesting as they reveal the project progress over time.

Cheers Mittie

-----Original Message----- From: webt@lists.canoo.com [mailto:webt@lists.canoo.com]On Behalf Of Torben Tretau Sent: Mittwoch, 20. November 2002 18:29 To: webt@gate.canoo.com Subject: RE: [Webtest] Report in html like ant task junitreport

I think there was no discussion before. Let's start.. ;-) I played with the enhancement and after those transformings it worked.. The build files look a little bit confusing with it, perhaps it is the best solution to include the xsl-file and any easy example with it..

Torben

The following message was sent by EPu@upstate.com on Wed, 20 Nov 2002 12:15:36 -0500.

Has there been any decision on whether this report will be included in the default installation? I like to try and stick with the plain vanilla install as much as possible, but I think this would be a great addition ;-)

-----Original Message----- From: Torben Tretau [mailto:wt@tretau.net] Sent: Wednesday, November 20, 2002 12:15 PM To: webt@gate.canoo.com Subject: Re: [Webtest] Report in html like ant task junitreport

Hi,

you must use xsl transformation.. Stephen Peterson has done it already, look at this thread where you can find his enhancement:

http://lists.canoo.com/pipermail/webtest/2002q1/000020.html

Torben

The following message was sent by Piergiuliano Bossi <P.Bo@quinary.com> on Wed, 20 Nov 2002 18:05:36 +0100.

Hello all,

I'm just a beginner with Canoo Webtest. I've read some stuff and practiced some experiments.

One thing that is still not clear (and that I have to solve in order to use Webtest) is if it is possible to generate an HTML report like the one generated with ant task junitreport, because our customers are already familiar with this.

Should I have to write my own XSL transformation or is it there something ready for usage?

Thanks in advance. Giuliano