Re: Can't use Reqular Extraction Variable in request path

2006-09-07 Thread Ravi Kiran
hey Per Ekman, If there is something wrong in your regular expression which means that first of all it is not at all extracting the requested value from the response. Best kiran - Original Message - From: "Per Ekman" <[EMAIL PROTECTED]> To: Sent: Thursday, S

Re: how to instruct jMeter to give several values to a POST variable in a test run?

2006-09-07 Thread Chamal De Silva
*Jaw Dat* , This article contains details on how to do it. http://software.newsforge.com/article.pl?sid=04/02/19/1452218&tid=91&tid=89&tid=150&tid=27&tid=31 Best Regards, Chamal. On 9/6/06, Jaw Dat <[EMAIL PROTECTED]> wrote: In a given HTTP sampler, How do I instruct JMeter to successivel

Re: Throughput

2006-09-07 Thread Marc Anthony Winoto
From the manual: "The throughput number represents the actual number of requests/minute the server handled. This calculation includes any delays you added to your test and JMeter's own internal processing time. The advantage of doing the calculation like this is that this number represents some

Re: Help with regexFunction

2006-09-07 Thread Sacha Michel Mallais
Hi Sebb, Thanks for your response. On Sep 7, 2006, at 11:13 AM, sebb wrote: Checking the content of a response is usually handled by using an Assertion: http://jakarta.apache.org/jmeter/usermanual/ component_reference.html#assertions Yes, I have successfully used a Response Assertion to c

Re: TestBean and Objects

2006-09-07 Thread sebb
One way round this would be to define some utility methods in the appropriate .bshrc file. The code in the sampler could then be simplified. If you don't have too many variables, these can be passed in as parameters to the BeanShell script, which could then be stored in a file. So you would just

Re: Help with regexFunction

2006-09-07 Thread Ravindra Gupta
hi, I have tried the same using my application and it is not returning true. I have checked the same by passing the regex value using HTTP sampler fust to check the responses...it was perfectly fine.i dont knw whts wrong is happening i am using 2.1.1 version of Jmeter. Can somebody sugges

Re: Help with regexFunction

2006-09-07 Thread sebb
Checking the content of a response is usually handled by using an Assertion: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#assertions But if you do want to use the RE function, then I suggest you try it in a JavaSampler so you can see what is returned. Or wrap it in the _

Re: Can't use Reqular Extraction Variable in request path

2006-09-07 Thread sebb
I seem to remember someone else reported this problem, but I cannot remember the resolution. Check the mail archives. If this does not show the solution, perhaps you can you send me the JMX privately - or perhaps create a Bugzilla issue. [Please don't post it to the mailing list] On 07/09/06, P

Re: Error in Jmeter log file when running against Weblogic 8.1

2006-09-07 Thread sebb
On 07/09/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Well Dont know what caused the problem but the problem was solved when I checked "clear cookies on each iteration" checkbox in the Cookie Manager element which is at the top level of the testplan. What does the following Could be related

Help with regexFunction

2006-09-07 Thread Sacha Michel Mallais
Hi, I'm having problems getting regexFunction to work in an If Controller, I wonder if my syntax is wrong. I have a sampler that hits the login page of my app, then an If Controller that tests if the login was sucessful by checking the title of the page, like so: ${__regexFunction((My Logi

setting "httpclient.localaddress" does not work in JMeter 2.2 ?

2006-09-07 Thread andresgr
Hi. I think that setting that property does not work. I've revised the source code and issued an bug report: http://issues.apache.org/bugzilla/show_bug.cgi?id=40438 Anyone has used this feature successfully? -- -=-=-=-=-=-=-=-=-=-=-=-=- Andrés González. --

RE: Throughput

2006-09-07 Thread Alex Turner
I never really thought about it - I always assumed it was the rate at which data returned from the server - it certainly seems to be. As to your point about 1 box vs 2, I doubt your logic will hold in reality. First off you will have to know what is the bottle neck. On my test system, for smal

Throughput

2006-09-07 Thread Srinims
Hi , Just had a quick clarification. Is the throughput value that is displayed in Jmeter the server side throughput or the client side throughput ? I noticed a very unusual case. When I load test a server by running Jmeter on one box then there is a value of throughput X. Now when I simulate the

Re: It is possible to tell JMeter which source ip address to use in the requests?

2006-09-07 Thread andresgr
Still don't get it right... I set the following: httpclient.localaddress=192.168.1.10 Started jmeter, added an HTTPClient sampler and...it still uses my "default" ip (192.168.0.10) (checked with tcpdump). jmeter.log says: 2006/09/07 14:00:10 INFO - jmeter.protocol.http.sampler.HTTPSampler2:

Can't use Reqular Extraction Variable in request path

2006-09-07 Thread Per Ekman
Hi I'm trying out jMeter2.2 and using an old test case developed in 2.1. My test case uses a regular expression extractor in order to fetch the location header in a request and save it in a variable. So I'm using a variable like this: ${LocationHeader1} in the path and when the request is se

TestBean and Objects

2006-09-07 Thread R R
Hi, We have been using Bean Shell for testing some protocols that are not part of the standard samplers. I would like to make this a little more user friendly so the developers can play around on there own without having to learn our API calls etc… It looks like the easiest way to do this i