If you are trying to access your variable as ${receiptID}, then you're probably
running JMeter 1.8, and it's not working. It would work under JMeter 1.8.1. To get
it working immediately for you, you probably need to access the variable as
${receiptID_g1} (g1 stands for "group 1", which you appear to be looking for).
-Mike
On 4 Feb 2003 at 14:06, Michael C. Lee Jr. wrote:
> How can I pull a value from a response, put it in some variable and use that
>variable in a future post/get http request? I've read through the documentation and
>tried to do it using the regexFunctoin but cant get it to work
>
> ${__regexFunction(receiptID%3D%28.*%29%22,%241%24,1,,277,receiptID)}
>
> That is the expression I have.
>
> I want to go to a search page to search on receipts and get a list of receipts back
>in a series of URLs. At the end is ....?receiptID=12345"....
> I want the 12345 put in a variable called receiptID. Then I want to call another
>page with that variable as one of the parameters.
> Help!
> Mike Lee
--
Michael Stover
[EMAIL PROTECTED]
Yahoo IM: mstover_ya
ICQ: 152975688
AIM: mstover777
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]