RE: number of counters

2003-07-14 Thread BAZLEY, Sebastian
As far as I know, yes. Just make sure you use different variable names for each counter. -- The opinions expressed herein are my own, and are not necessarily endorsed by my employer ... -Original Message- From: Zhanna Panich [mailto:[EMAIL PROTECTED] Sent: 12 July 2003 01:01 To: JMeter

Response size assertion

2003-07-14 Thread Bertrand Rousseau
Hello Everybody, I'm trying to make some basic performance and functional tests with JMeter on a Web Application, and I'd really like to be able to compare the size of the response obtained during the test with the size of the real response. In other words, I'm searching for a way to compare

regexp and \n

2003-07-14 Thread Phil_Evans
Does the regexp function or extractor work over multiple lines?? (it doesn't seem to, but I'm willing to be corrected!) in other words is it possible to match \n with a . (as the /s option would in Perl) What I'm trying to do is capture the value of one of several options displayed in a table

Looping over results from single HTTP Request

2003-07-14 Thread Eduard Martinescu
Is there any way to loop over the results of a previous HTTP request? In this case, I make a request that retuns a table of data. I then want to execute a single/block of requrests using each of the values from 1 colunn of the table. I looked at the REGEX functions and extractor and the Loop