RE: Regular Expression Text

2005-01-18 Thread rafael . medina
Return Receipt Your RE: Regular Expression Text document

RE: Regular Expression Text

2005-01-18 Thread rafael . medina
Return Receipt Your RE: Regular Expression Text document

RE: Regular Expression Text

2005-01-17 Thread Hoffman, Matthew
I forgot to add the assertion. This now works. Thanks -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Monday, January 17, 2005 1:54 PM To: JMeter Users List Subject: Re: Regular Expression Text On Mon, 17 Jan 2005 12:55:54 -0500, Hoffman, Matthew <[EMAIL PROTEC

Re: Regular Expression Text

2005-01-17 Thread sebb
his. Use the LAST condition of the While controller, and make sure that there is an Assertion in the loop that fails when you want to exit. > > -Original Message- > From: Kyle McAbee [mailto:[EMAIL PROTECTED] > Sent: Monday, January 17, 2005 12:28 PM > To: JMeter Users List &

RE: Regular Expression Text

2005-01-17 Thread Hoffman, Matthew
I moved it there and got the same results. -Original Message- From: Liao, Avian [mailto:[EMAIL PROTECTED] Sent: Monday, January 17, 2005 1:28 PM To: JMeter Users List Subject: RE: Regular Expression Text Hi, I believe that you should put your Java Request after your Regular Expression

RE: Regular Expression Text

2005-01-17 Thread Liao, Avian
Hi, I believe that you should put your Java Request after your Regular Expression Extractor. -Original Message- From: Hoffman, Matthew [mailto:[EMAIL PROTECTED] Sent: Monday, January 17, 2005 9:56 AM To: JMeter Users List Subject: RE: Regular Expression Text Thanks. This will help

RE: Regular Expression Text

2005-01-17 Thread Hoffman, Matthew
for any help on this. -Original Message- From: Kyle McAbee [mailto:[EMAIL PROTECTED] Sent: Monday, January 17, 2005 12:28 PM To: JMeter Users List Subject: RE: Regular Expression Text Dear Mr. Hoffman: 1. Does the the test plan actually receive an HTTP response? Use a View Results in Tree element to

RE: Regular Expression Text

2005-01-17 Thread Kyle McAbee
Message- From: Hoffman, Matthew [mailto:[EMAIL PROTECTED] Sent: Monday, January 17, 2005 11:29 AM To: JMeter Users List Subject: RE: Regular Expression Text Thanks for the suggestions. I did create the Java sampler and it will display false and then display null when the actual RE is displayed

RE: Regular Expression Text

2005-01-17 Thread rafael . medina
Return Receipt Your RE: Regular Expression Text document

RE: Regular Expression Text

2005-01-17 Thread Hoffman, Matthew
: Regular Expression Text On Fri, 14 Jan 2005 14:19:32 -0500, Hoffman, Matthew <[EMAIL PROTECTED]> wrote: > I am just trying to extract text from the html code. > > I want to get (Search Results Complete) from the text, so I have: > > Reference name: results > > Regular

Re: Regular Expression Text

2005-01-14 Thread sebb
On Fri, 14 Jan 2005 14:19:32 -0500, Hoffman, Matthew <[EMAIL PROTECTED]> wrote: > I am just trying to extract text from the html code. > > I want to get (Search Results Complete) from the text, so I have: > > Reference name: results > > Regular Expression: (Search Results Complete) > > Templat