> Those dynamic parameters values are used in the same HTTP request
Thats not really possible. You send an HTTP request , you get back a
response . The next request is a new request and if it has a dynamic
component it must be available from the previous request(s). The exceptions
are things like cookies or javascripted parameters (but even here you have
to get the javascript first before it can actually do anything). Sometimes
it hard to see because of redirects etc .

regards
deepak


On Sun, Aug 21, 2011 at 4:37 AM, Mohamed <base...@gmail.com> wrote:

> Hi,
>
> I'm new to JMeter tool. I have requirement to record an email transaction.
> There are many dynamic values which are passed as URL query string. I'm
> unable extract those values using Reg-ex Extractor. Those dynamic
> parameters
> values are used in the same HTTP request not in the next/subsequent
> request.
>
> For example
>
> www.xyz.com/shva?123&abc=LLRRQQ;cdv=AABBCC.
>
> In the same http request contains parameter abc = LLRRQQ and cdv=AABBCC.
>
> So how to dynamically extract from URL query string and pass it to the same
> request.
>
> Also I've tried HTML Link Parser option and gave .* in the parameter value.
> but it's passing .* in URL. Any other approach to extract these values.
>
> Any help would be highly appreciated !
>
> Thanks,
> Mohamed
>
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/Unable-extract-values-from-URL-Query-String-tp4720246p4720246.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
>
>

Reply via email to