Re: How can i interpret results?

2009-01-26 Thread ziohausam
Thanks Thomas -- View this message in context: http://www.nabble.com/How-can-i-interpret-results--tp21527578p21664932.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: Changing dataset values during runtime based on a conditional

2009-01-26 Thread Eric Chu
Sebbaz, the BSF processor did the trick perfectly! Thanks for the comprehensive write-up. On Sat, Jan 24, 2009 at 10:37 AM, sebb seb...@gmail.com wrote: On 23/01/2009, Eric Chu eric@gmail.com wrote: Greetings all, first time poster. Welcome. Apologies for the convoluted subject. I

load-testing web-app https

2009-01-26 Thread porobashi
hi all, as all know, JMeter doesn't support https record directly. i just wanted to share that you can use BadBoy software to record https(it's simple to record using BadBoy, you need to browse the web-app on BadBoy and then File-Export to JMeter). then you can open that .jmx file with JMeter

Jmeter 2.3.1 and CookieManager

2009-01-26 Thread André Mud
Hello, I'm using Jmeter 2.3.1 and I want to use the Cookie Manager. I read about the bug in this release and the workarround. I've included a Beanshell preprocessor to the first sampler. sampler.getCookieManager().clear(); I get the following error: Error in method invocation: Method

Re: MS InfoPath forms and JMeter

2009-01-26 Thread sebb
On 26/01/2009, Oliver Erlewein [DATACOM] oliver.erlew...@datacom.co.nz wrote: Hi Sebb, Not this time. The problem is (I've just figured this out) that what MS does is take values from the cookies from the previous request and post them into the POST. Problem there being that they put the

JMeter assumes a 4XX response code is a failure

2009-01-26 Thread Noel O'Brien
Hi All, I'm using JMeter to do some negative testing on my webapp, but when I add a Response Assertion which (correctly) expects that the response code will be 404, the result is always a fail. I looked through the source code and it appears in HTTPSamplerBase, that JMeter will only check the

Re: JMeter assumes a 4XX response code is a failure

2009-01-26 Thread sebb
On 26/01/2009, Noel O'Brien nobr...@newbay.com wrote: Hi All, I'm using JMeter to do some negative testing on my webapp, but when I add a Response Assertion which (correctly) expects that the response code will be 404, the result is always a fail. I looked through the source code and it

Re: JTL result file not opening

2009-01-26 Thread sebb
On 26/01/2009, uzfarid faridshari...@yahoo.com wrote: Two questions: 1. How to set it so that it will save as CSV format? This is described in the documentation. http://jakarta.apache.org/jmeter/usermanual/listeners.html and

Re: Confusion about JSF javax.faces.ViewState variable

2009-01-26 Thread sebb
On 16/01/2009, laredotornado laredotorn...@gmail.com wrote: Hi, I'm using JMeter 2.3.2 on Windows XP. I am trying to write tests for a JSF 1.1 application. I've used the Non-Config Element-proxy server to record my session. I notice when I play my session back, I will not get the

RE: MS InfoPath forms and JMeter

2009-01-26 Thread Oliver Erlewein [DATACOM]
Hi Sebb, Maybe an example works better. I know what I need to do but I just don't know how (i.e. already past the proxy stage). Say you have a cookie: _ABC_DEF_1234567890 = true In the following POST there is something like GHIJK = 1234567890 ...where 1234567890 changes for each request.

Re: MS InfoPath forms and JMeter

2009-01-26 Thread sebb
On 26/01/2009, Oliver Erlewein [DATACOM] oliver.erlew...@datacom.co.nz wrote: Hi Sebb, Maybe an example works better. I know what I need to do but I just don't know how (i.e. already past the proxy stage). Say you have a cookie: _ABC_DEF_1234567890 = true OK. In the following POST

Re: Remote testing

2009-01-26 Thread sebb
Which version of JMeter are you using? On 23/01/2009, Duncan Davidson ddavi...@staffmail.ed.ac.uk wrote: Thx. There is a nice stack trace 2009/01/23 14:51:58 ERROR - jmeter.reporters.ResultCollector: Error trying to record a sample java.lang.ArrayIndexOutOfBoundsException: 0 at

RE: MS InfoPath forms and JMeter

2009-01-26 Thread Oliver Erlewein [DATACOM]
GHIJK is just some other form name which gets posted into the next request. The cookie value for all I can tell gets totally ignored. The data part is within the cookie name (i.e. 1234567890). The page (probably) accesses the cookie name contents via Java Script. What exactly gets done is a

Error While Recording the test

2009-01-26 Thread maturipradeep
HI, I am using Jmeter2.3.1 and Java4. while i am recording the test i use to found these error's in the Jmeter Log. Basically i am a Tester, i don't know much coding. What to do for these Error. INFO - jmeter.protocol.http.proxy.Daemon: Proxy: OK 2009/01/27 10:46:32 INFO -