Precedence of user defined variable config element

2004-05-14 Thread Cronin, James
Good morning, I have a test plan that looks like this: Test plan Thread group (assorted listeners) Recording controller 1 User defined variables - set var1=value1 (rest of test) Recording contr

Re: HTTP Header Manager

2004-05-14 Thread Ryo Sode
> Perhaps it would be worth adding an option to the regex extractor to allow > it to look at headers? It would be very helpful indeed if someone can add options just like in Response Assertion to choose the parts of http response to look into. Ryo -

Re: Variables

2004-05-14 Thread Sebastian Bazley
Yes. Make sure that the extract test element is a *child* of the HTTP request, i.e. Thread Group - HTTP Request 1 - - Extract value - HTTP 2 - HTTP 3 and not Thread Group - HTTP Request 1 - Extract value - HTTP 2 - HTTP 3 which would result in the value extractor being run for each request.

Re: User parameters

2004-05-14 Thread Sebastian Bazley
Try using either of the following functions instead: _StringFromFile() __CSVRead() Check the JMeter FAQ for documentation on parameterising test plans. S. - Original Message - From: "Marco Mistroni" <[EMAIL PROTECTED]> To: "'JMeter Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, May 11,

Re: HTTP Header Manager

2004-05-14 Thread Sebastian Bazley
Perhaps it would be worth adding an option to the regex extractor to allow it to look at headers? S. - Original Message - From: "Michael Stover" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: Wednesday, May 12, 2004 8:31 PM Subject: Re: HTTP Header Manager > Is th