I've looked through the docs and mail list archives and didn't see anything
to explain the following problems:
1) I add a Counter Config Element, set the reference name to "mycount" and
configure it to track idenpendantly for each user. I then use ${mycount} as
an argument to an HTTP Request and rather than passing the value of the
counter, the text "${mycount}" is sent. If I uncheck the track
independantly option it works as expected.
2) I use "${__counter(TRUE,countUser)}" in one HTTP Request and then
"${countUser}" in a subsequent HTTP Request to reference the current counter
value without incrementing it. The first item works as expected but the
second sends the text "${countUser}". Same problem if I use "FALSE" in the
first item instead of "TRUE".
Can anyone let me know what I'm doing wrong?
Thanks,
Steve