Hi
Once you add the counter --
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Counter
Then whatever you enter in reference name for e.g. C can be referenced as
${C} ,so ${C} is what you will enter under the value column.

To debug, add a Debug Sampler and a View Results Tree Listener, then you can
see the values of the variables and you can also see the values that JMeter
sends for the HTTP Request on the request tab

regards
deepak

On Tue, Jun 8, 2010 at 1:43 PM, Whatis myname <[email protected]>wrote:

> I tried the documentation, and also googled around, but unable to find
> something to help me:
>
> I have recorded my soap request by running my junit through my java code.
> Now, I am trying to add a counter so that when I run that http request
> multiple times through the thread group, it spits out the values of the
> counter. I tried using the counter function, but maybe I am not doing it
> right. I generated the value from that function and added it under the
> value
> column of the http request. Not sure if that is what I am supposed to do...
> but I do not see the counter values incremented. I do not even know where
> the values are going to appear. Any help will be appreciated.
>

Reply via email to