Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

canoo webtest

843835Jul 16 2002 — edited Jul 19 2002
Is anyone using canoo webtest?
http://webtest.canoo.com/webtest/manual/WebTestHome.html

Have you got the reporting working (xml results converted to html - I suspect just like junit does). I'm having trouble - is there any docs on how it is supposed to be set up/run?

Thanks

Comments

843835
WebTest itself is using its own reporting mechanics to produce the page that you can see online at http://webtest.canoo.com/selftest/TestResultOverview.html

You will find the according ant script that handles production of this page in the doc.zip as selfTestImpl.xml. Look for the CreateSummaryReport target.

It is the usual style task that invokes xalan on the result.xml with the given stylesheet. You can use the webteststyle.xsl if you want or adapt it to your preferences.

You can also send any more question to the webtest mailing list at
http://lists.canoo.com/mailman/listinfo/webtest.
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 16 2002
Added on Jul 16 2002
1 comment
118 views