On 05/04/07, Hoffman, Matthew <[EMAIL PROTECTED]> wrote:
Not sure why this won't work.

Because the RE is wrong.

The URL is:
http://localhost/tttt/ppp/form.action?id=333&selectedTab=1&refresh=1

The request that is coming back in the result tree is:

GET
http://localhost/tttt/ppp/form.action?id=Token+Not+Found&selectedTab=1&r
efresh=1


Because the RE did not match.

The regular expression extractor looks like this:
Reference name:  tmrid
Regular expression:  id="(\d{3})"

Which is _not_ what I suggested - see below.

Template:  $1$
Match No.:  1
Default Value:  Token Not Found

This is appearing because the RE does not match.

-----Original Message-----
From: sebb [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2007 12:52 PM
To: JMeter Users List
Subject: Re: General RegEx

Try

id=(\d{3})


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to