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=([^"]+)"
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]