We run our WebTest suite as part of our nightly build managed by CruiseControl. 
 If any script fails, the build fails and CruiseControl sends an email with the 
error and a link to the build artifacts, which includes the WebTest result 
files.  If everything succeeds, CruiseControl sends an email showing all the 
tests run.  If you use CruiseControl and want to do this, I could give you more 
information how to do it.  (I didn't set it up, my coworker did, but I can find 
out from him).
-- Lisa
 -------------- Original message ----------------------
From: Siegfried Goeschl <[EMAIL PROTECTED]>
> Hi Bernd,
> 
> unfortunately I'm the least qualified person to help you with ANT since 
> I never used it together with Canoo WebTest .... :-)
> 
> 1) you need to create the summary report plus the HTML responses - check 
> the docs
> 
> 2) there is an ANT style task for the XSLT transformation - the XSL is 
> found somewhere in the build.zip or src.zip
> 
> 3) you have to copy around the resources which are referenced by the reports
> 
> 4) you might also copy your gifs, css you use internally to get proper 
> looking HTML responses
> 
> Most of the steps you can find here
> 
> http://cvs.sourceforge.net/viewcvs.py/maven-plugins/maven-plugins/webtest/plugin
> .jelly?rev=1.15&view=auto
> 
> Cheers,
> 
> Siegfried Goeschl
> 
> PS: Maybe there is someone who helps with a complete ANT script
> PSPS: If you code an ANT snippet you could post it on the WIKI
> 
> 
> [EMAIL PROTECTED] wrote:
> > Hallo Siegfried,
> > 
> > vielen Dank für Deine Antwort.
> > 
> > Eine XSL Transformation wäre genau das was ich suche. 
> > 
> > Wie kann ich mir das Ergebnis in einem XML report anzeigen lassen? Das 
> einzige, was ich sehen kann, ist das ANT output mit:
> > 
> > [invoke]...
> > [verifyTitle]...
> > BUILD_SUCCEEDED
> > 
> > Diesen Output kann ich natürlich sehr schlecht verwerten, also ein XML wäre 
> schon besser. Kannst Du mir sagen, wie das geht?
> > 
> > Vielen Dank für Deine Hilfe,
> > 
> > Bernd aus München
> > 
> > [email protected] schrieb am 14.02.06 15:46:31:
> > 
> >>Hi Bernd,
> >>
> >>there is an XSL to transform the XML report to an HTML report
> >>
> >>Cheers,
> >>
> >>Siegfried Goeschl
> >>
> >>[EMAIL PROTECTED] wrote:
> >>
> >>>Hello dear WebTest Subscribers,
> >>>
> >>>I am a real newbie to WebTest and have a question.
> >>>
> >>>What I did: I installed WebTest and was running the sample "webtest 
> -buildfile installTest.xml". I see that the test is checking the HTML-Title 
> and 
> is resulting in  "BUILD_SUCESSFULL".
> >>>
> >>>What I want: I will have a lot of testcases, so I want to deliver 
> >>>automated 
> reporting. Is there a better way to grep the results than parsing the logfile 
> for "BUILD_SUCCESSFULL" or "BUILD_FAILED"?
> >>>
> >>>Thank you for any hint!
> >>>
> >>>Bernd
> >>>______________________________________________________________
> >>>Verschicken Sie romantische, coole und witzige Bilder per SMS!
> >>>Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
> >>>
> >>>_______________________________________________
> >>>WebTest mailing list
> >>>[email protected]
> >>>http://lists.canoo.com/mailman/listinfo/webtest
> >>>
> >>
> >>_______________________________________________
> >>WebTest mailing list
> >>[email protected]
> >>http://lists.canoo.com/mailman/listinfo/webtest
> > 
> > 
> > 
> > ______________________________________________________________
> > Verschicken Sie romantische, coole und witzige Bilder per SMS!
> > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
> > 
> > _______________________________________________
> > WebTest mailing list
> > [email protected]
> > http://lists.canoo.com/mailman/listinfo/webtest
> > 
> _______________________________________________
> WebTest mailing list
> [email protected]
> http://lists.canoo.com/mailman/listinfo/webtest


_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to