openSTA - WAS RE: [Webtest] load tests with WebTest

Bernhard Wagner webtest@lists.canoo.com
Tue, 14 Jan 2003 14:23:47 +0100


BTW what do you people think of Jelly ?
(http://jakarta.apache.org/commons/sandbox/jelly/)

What are your opinions seeing Jelly as a candidate to host WebTest?
One problem might be that httpunit and HttpClient (which is used by Jelly)
are somewhat competing in functionality.

Bernhard

> -----Original Message-----
> From: webtest-admin@lists.canoo.com
> [mailto:webtest-admin@lists.canoo.com]On Behalf Of Christian Sell
> Sent: Dienstag, 14. Januar 2003 13:39
> To: webtest@gate.canoo.com
> Subject: Re: openSTA - WAS RE: [Webtest] load tests with WebTest
>
>
> thats the beauty of HttpUnit/WebTest: I can tell it to "click on the
> link which includes the String XXX". It will then parse the response and
> find the appropriate link (including dynamically generated parameters)
> and create a request from it - just as if a user clicked on it. No
> issues with session Ids and the like... Only drawback is I have no
> recording facility
>