Re: Using Jmeter to test WO

2009-05-21 Thread Amiel Montecillo
I am running to some annoying stuff using JMeter to test my wo app. I used the HTTP Proxy Server to layout the samplers. Then had the Regular expression extractor to handle the session_id. But when I run the JMeter script. I often get a "You backtracked too far" error. On some of the sample. I th

Re: Using Jmeter to test WO

2009-05-18 Thread Antoine LAGIER
You can use-it, it works very well. Le 18 mai 09 à 08:41, Amiel Montecillo a écrit : I am trying out JMeter for the first time. It seems straightforward and powerful. May I ask what's the best way to determine that a particular request operation succeeded? Is it through the use of Respo

Re: Using Jmeter to test WO

2009-05-17 Thread Amiel Montecillo
I am trying out JMeter for the first time. It seems straightforward and powerful. May I ask what's the best way to determine that a particular request operation succeeded? Is it through the use of Response Assertions checking for some desired text to be returned? Amiel On Mon, May 11, 2009 at 3:5

Re: Using Jmeter to test WO

2009-05-11 Thread Antoine LAGIER
Thank you John, Other useful link http://wiki.objectstyle.org/confluence/display/WO/Testing-Load+Testing+WO+Apps+with+JMeter ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple

Re: Using Jmeter to test WO

2009-05-09 Thread Dov Rosenberg
We use Jmeter all the time to test our WO apps. The trick is to use the Regular Expression Extractor component (located under Post Processors). Add this component after the first WO page that creates the session id. Set the following fields: Reference Name: wovars Regular Expression: /MyApp/WebObj

Re: Using Jmeter to test WO

2009-05-08 Thread John Ours
On May 8, 2009, at 6:05 PM, Antoine LAGIER wrote: We try to use a simple test with Jmeter to test a WO dev. so we need to get and set the wosid (wosid = 3V8YgnSQikFjJleLOXbGzw ) and to get and set the number of the instance (/2 ) in the Jmeter process You don't actually need to get

Using Jmeter to test WO

2009-05-08 Thread Antoine LAGIER
We try to use a simple test with Jmeter to test a WO dev. - In this script we try to connect to the site /cgi-bin/WebObjects/myapp.woa/ - Login with a account : /cgi-bin/WebObjects/myapp.woa/2/wa/LoginAction/doLogin so we need to get and set the wosid (wosid = 3V8YgnSQikFjJleLOXbGzw ) and