RE: using the regular expression extractor to obtain a form value

2003-07-22 Thread Phil_Evans
So what value do you see for the variable? - presumably "failed", or is it some other text? Does the text that you're trying to match all appear on one line? Phil

Re: regexp and \n

2003-07-17 Thread Phil_Evans
Just for the record, to answer my own question... starting the regexp with (?s) is equivalent to the /s match option Thanks Larry! [EMAIL PROTECTE

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 t

Re: Timers.

2003-07-08 Thread Phil_Evans
How about ... Test plan thread group loop controller (10 times) http request Timer (1 sec) simple controller http request 2 Timer 3600 sec This doesn't work if you remove the second http request - (but after all it doesn't have to point to a valid URL does it !

JavaScript examples

2003-06-23 Thread Phil_Evans
Hi Can anyone provide info or useful examples of the JavaScript function? Can it accept JMeter variables? many thanks Phil Evans - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: regexFunction

2003-06-17 Thread Phil_Evans
Try putting parentheses around the bit of the regexp that you want to go into $1$ ie (.*) ${__regexFunction((.*),$1$,1,,ss,SessionIDF)} regards Phil |-+> | | "Sandeep Rao"| | | <[EMAIL PROTECTED]| | |

RE: New To JMeter - Need help. - __CSVRead()

2003-06-03 Thread Phil_Evans
__CSVRead() example in attached zipped jmx (though don't yet know whether it will be forwarded!) Also see notes below about uniqueness of data values Phil Evans (See attached file: Search18.zip)

RE: New To JMeter - Need help.

2003-06-02 Thread Phil_Evans
Here's some notes on how to use __CSVRead(). The intention was to provide LoadRunner-like parameterisation, so it should do the Job. Hope it make's sense!! If not I'll post an example Cheers Phil Evans The CSVRead function returns data from a CSV formatted file. This is used where parameter

parameters from file

2003-02-17 Thread Phil_Evans
Hi Is there a means of loading parameters from file other than the deprecated HTTP User Parameter Modifier?? I wanted to load bulk test data via the user interface Phil Evans ___ This e-mail, including attachments, is i