2008/4/23 Ronan Klyne <[EMAIL PROTECTED]>:
> Eldho John wrote:
>
> > I have a response where a portion is like <a
> > href="edit.faces?tid=54">Edit</a></td>
> >
> >
> >
> >
> >
> > > From this I have to capture the value of tid (i.e.54) using regular
> > >
> > expression extractor in jmeter.
> >
> >
> >
> >
> > Could anyone please help?
> >
>
>  Expression: href="edit.faces?tid=([^"]+)"

Or

Expression: href="edit.faces?tid=(\d+)"

if the tid can only be numeric.

>  Template: $1$
>
>  Change the '+' to a '*' is you wish to allow the id to be blank.
>
>         # r
>
>  --
>  Ronan Klyne
>  Business Collaborator Developer
>  Tel: +44 01189 028518
>  [EMAIL PROTECTED]
>  www.groupbc.com
>
>  ---------------------------------------------------------------------
>  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]

Reply via email to