RE: Can I integrate existing java library function into Canoo WebTest
Yes. Being a new adopter of Canoo Webtest, I was very excited when I discovered this a few days ago. Use the scriptStep tag with language="beanshell", and keep="true". The variables you create and methods you define in one scriptStep will remain in scope in other scriptStep steps lower down.
You need to download the BeanShell jar and put it in your Webtest lib. Download from http://www.beanshell.org/ .
-steve At 12:01 PM 5/13/2008 +0200, [EMAIL PROTECTED] wrote:
Hi, I am evaluating different web testing tools for a new project and Canoo Webtest seems very interesting. However, my team have used HtmlUnit in the past and we have few libraries of common functions written in Java. I wonder, is there any way I can integrate and reuse those libraries instead of rewrting all of them in xml for webtest.
_______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

