On 12 January 2011 08:15, Felix Frank <[email protected]> wrote: > On 01/12/2011 06:52 AM, Deepak Shetty wrote: >> Hi >> >> Its not clear what the boundaries are >> >> href="/mailer_accounts/([^"]*)"><img\s*alt="Manilla\sTest\sMailer\s1" >> Template=$1$ >> If you want all matches use -1 , otherwise use the number for the match you >> want > > I'd optimistically use 'a href="/mailer_accounts/(\d+)"'. > >> You might also consider an XPath extractor > > I heard that this extractor was quite slow, but haven't tested it myself.
It's likely to be somewhat slower than regex parsing, but post-processor time is not included in sample time, so unless the test is extremely CPU intensive on the JMeter host it's unlikely to be a problem. > Regards, > Felix > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

