Re: Using Jmeter with Java Server Faces (Urgent help needed)

2006-03-19 Thread Karimou LAWANI
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

RE: Using Jmeter with Java Server Faces (Urgent help needed)

2006-03-17 Thread Bill Gosse
Subject: Using Jmeter with Java Server Faces (Urgent help needed) Hi all, I want to stress test a Java Server Faces based application... I have tried to use Proxy to automatically record a test plan using Jmeter.But nothing happens i.e I got no results. However I have seen on internet a tutorial

Re: Using Jmeter with Java Server Faces (Urgent help needed)

2006-03-17 Thread Karimou LAWANI
[mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 9:21 AM To: JMeter Users List Subject: Using Jmeter with Java Server Faces (Urgent help needed) Hi all, I want to stress test a Java Server Faces based application... I have tried to use Proxy to automatically record a test plan using

Re: Using Jmeter with Java Server Faces (Urgent help needed)

2006-03-17 Thread Ivan Rancati
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.