RE: Using Response Assertion to evaluate HTML details

2003-10-02 Thread BAZLEY, Sebastian
03 18:00 To: JMeter Users List Subject: Re: Using Response Assertion to evaluate HTML details Thanks everyone for all your help on this. The ?>X looks like a really handy feature. But it doesn't look like it works in the current version of ORO. According to its docs they only guarant

Re: Using Response Assertion to evaluate HTML details

2003-10-02 Thread Dan Yuen
> > One could try anchoring the last sample: > > > > (sample.*){7,7}(sample.*$){1,1} > > > > but I think that would suffer from the same > problem as the negative > > look-ahead. > > It may be tricky stopping the matcher from working > its

Re: Using Response Assertion to evaluate HTML details

2003-10-01 Thread Jordi Salvat i Alabart
ere could be more "sample"s later in the buffer? == One could try anchoring the last sample: (sample.*){7,7}(sample.*$){1,1} but I think that would suffer from the same problem as the negative look-ahead. It may be tricky stopping the matcher from working its way past the leading sampl

Re: Using Response Assertion to evaluate HTML details

2003-10-01 Thread Jordi Salvat i Alabart
e last sample: (sample.*){7,7}(sample.*$){1,1} but I think that would suffer from the same problem as the negative look-ahead. It may be tricky stopping the matcher from working its way past the leading samples. S. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent:

RE: Using Response Assertion to evaluate HTML details

2003-10-01 Thread BAZLEY, Sebastian
I'll try and have a look at the code to see what gives. S. -Original Message- From: Dan Yuen [mailto:[EMAIL PROTECTED] Sent: 01 October 2003 17:43 To: JMeter Users List Subject: RE: Using Response Assertion to evaluate HTML details Thanks, everyone, for your responses. I really appre

RE: Using Response Assertion to evaluate HTML details

2003-10-01 Thread Dan Yuen
7}(sample.*$){1,1} > > but I think that would suffer from the same problem > as the negative > look-ahead. > It may be tricky stopping the matcher from working > its way past the leading > samples. > > S. > -Original Message- > From: [EMAIL PROTECTED] &

RE: Using Response Assertion to evaluate HTML details

2003-10-01 Thread BAZLEY, Sebastian
t may be tricky stopping the matcher from working its way past the leading samples. S. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 01 October 2003 13:31 To: JMeter Users List Subject: RE: Using Response Assertion to evaluate HTML details Also, (sample.*){

RE: Using Response Assertion to evaluate HTML details

2003-10-01 Thread mstover1
on on the Activestate web-site and elsewehere. > > Hope this will help you get started. If you find a good solution, please > share it with us! > > S.*n > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 01 October 2003 00:10 > T

RE: Using Response Assertion to evaluate HTML details

2003-10-01 Thread BAZLEY, Sebastian
ewehere. Hope this will help you get started. If you find a good solution, please share it with us! S.*n -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 01 October 2003 00:10 To: JMeter Users List Subject: Re: Using Response Assertion to evaluate HTML details Curren

Re: Using Response Assertion to evaluate HTML details

2003-09-30 Thread mstover1
Currently, the Response Assertion only supports a yes/no response to whether the text includes the regex. Supporting match counts would be useful too, I think. -Mike On 30 Sep 2003 at 15:39, Dan Yuen wrote: > I've started looking at JMeter for testing some html > pages on a web app. I was wo