Thx Ivan for your answer, I have already used the canoo Webtest for functional testing of my JSF application. Now,I want to make stress test for the application. I do appreciate your idea of running several webTest instances concurrently to simulate load. My question is: How to measure some statistical data such as: Throughput, deviation....that Jmeter offers? I think Canoo WebTest doesn´t offer such features.I m right? Is there any other tools which can be combined together with Canoo WebTest tool to make stress testing? Thx in advance for your reply. Karim
On 3/17/06, Ivan Rancati <[EMAIL PROTECTED]> wrote: > > If your JSF application cannot be driven by URL only, then perhaps > JMeter is not the best tool for tackling the problem. > Unless I'm missing something obvious, there's no sampler that deal with > the html object model itself, so JMeter can't do things like filling > fields and clicking radio buttons. > > For JSF ui testing, I'd suggest WebTest > > http://webtest.canoo.com/webtest/manual/WebTestHome.html > > It's not a load testing tool, but it can drive an html application very > well (better so if every control has an unique html id). I simulate load > by running several WebTest instances concurrently. > It's ant based, btw > > hope this helps > > -- > Ivan Rancati > SharpMind QA > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

