Try this regex if luck it will work
www.xyz.com/shva?123&abc=LLRRQQ;cdv=AABBCC. abc=(.*?)" use separate Regex handler and name diff variables cdv=(.*?)" Let me know if it works On Sun, Aug 21, 2011 at 5:07 PM, Mohamed <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > > --

