Re: Using the __V function in an HTTP sampler

2009-03-06 Thread sebb
On 06/03/2009, Jason Frank wrote: > > Somehow I managed to make it work. I don't know what changed exactly, I was > experimenting around a lot, and then it started working. It was quite > frustrating but I gave up trying to understand it. > > Is there a good place to post examples of how thi

Re: MIME multipart/form-data POST problem

2009-03-06 Thread sebb
On 06/03/2009, Charlie B wrote: > The "content encoding" box for the whole POST is blank, so I presume it is > picking up 'ISO-8859-1' from the default setting in the jmeter.properties > configuration file. It is the default, but it is a code default. > Is that what you meant? > > I'm not su

Re: Using the __V function in an HTTP sampler

2009-03-06 Thread Jason Frank
Somehow I managed to make it work. I don't know what changed exactly, I was experimenting around a lot, and then it started working. It was quite frustrating but I gave up trying to understand it. Is there a good place to post examples of how things can be done? I now have a working example

Re: MIME multipart/form-data POST problem

2009-03-06 Thread Charlie B
The "content encoding" box for the whole POST is blank, so I presume it is picking up 'ISO-8859-1' from the default setting in the jmeter.properties configuration file. Is that what you meant? I'm not sure what you mean about the parameter name. 2009/3/6 wenqatesh > > Pls try omitting the param

Re: MIME multipart/form-data POST problem

2009-03-06 Thread wenqatesh
Pls try omitting the parameter name and also removing the encoding options... bc9ams wrote: > > Hi, > > I've got a problem trying to run a test plan in JMeter which contains a > multipart/form-data POST. For some reason the web server does not respond > with the expected response when JMeter

How to use CACHE MANAGER

2009-03-06 Thread wenqatesh
Hi all, Could anyone tell me how to use http COOKIE AND http CACHE manager. I have used CACHE manager in the thread group level and as a child to the http request.i found that the second option(as a child to the http sample) gives me very less response time. if any one has any idea on why and ho

Re: Using the __V function in an HTTP sampler

2009-03-06 Thread sebb
Oops - forgot to say that was using 2.3.2. On 06/03/2009, sebb wrote: > The fact that ${__time(YMD)} does not work suggests there is a > different problem. > > Which version of JMeter are you using? > > FOO ${__time(YMD)} > > works fine for me as a parameter in both the HTTP Samplers > >

Re: Using the __V function in an HTTP sampler

2009-03-06 Thread sebb
The fact that ${__time(YMD)} does not work suggests there is a different problem. Which version of JMeter are you using? FOO ${__time(YMD)} works fine for me as a parameter in both the HTTP Samplers On 06/03/2009, Nair, Pramod wrote: > I think you should be using something like this - >

Re: Unable to record test using HTTP Proxy Server

2009-03-06 Thread sebb
Also, are you using https: ? The proxy cannot record https: Does the browser still work if you stop the JMeter proxy? If so, it is not using the proxy. On 06/03/2009, Fitzpatrick, Adrian wrote: > > Hi, > > In internet explorer proxy settings, do you have either "automatically detect > settin

RE: Using the __V function in an HTTP sampler

2009-03-06 Thread Nair, Pramod
I think you should be using something like this - ${__evalVar(gameId_${C })} -Original Message- From: Noel O'Brien [mailto:nobr...@newbay.com] Sent: Friday, March 06, 2009 3:07 PM To: JMeter Users List Subject: Re: Using the __V function in an HTTP sampler Maybe have a look at the For

Re: Using the __V function in an HTTP sampler

2009-03-06 Thread Noel O'Brien
Maybe have a look at the For Each Controller instead of the loop controller; it's more suited to looping over variables in the format that your variables are in (var_n) If that doesn't work for you, you can try something like this (I use this and it works); ${__BeanShell(vars.get("sns.testdata

RE: Unable to record test using HTTP Proxy Server

2009-03-06 Thread Fitzpatrick, Adrian
Hi, In internet explorer proxy settings, do you have either "automatically detect settings" or "use automatic configuration script" checked? If so, suggest you try unchecking these temporarily and see if that helps. Regards, Adrian -Original Message- From: Raj Dev [mailto:toraj...@gmai