On 07/09/2008, Ian Blavins <[EMAIL PROTECTED]> wrote: > G'day > > > > Is there a way to give a value to a thread-specific variable via a test > plan element that is ordered, not hierarchical. > > > At the moment to give a thread-specific variable a value I run a sampler > which returns the required value; I then parse the output of the sampler > into a local variable with a regular expression post processor. This > seems like a lot of work just to set a variable. But I can't see another > way other than the script samplers. These are slower than the Java > sampler I use and performance is important. > >
What about a User Parameters Pre-Processor? http://jakarta.apache.org/jmeter/usermanual/component_reference.html#User_Parameters Attach it to a Test Action element if necessary. http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Test_Action > > > > > > Ian Blavins > Software performance specialist > > . > > TEMENOS > The Banking Software Company > > . > > PeopleBuilding 2, Maylands Av > > Hemel Hempstead UK HP2 4NW > > . > > T: +44 (0) 1442 431 106 > E: [EMAIL PROTECTED] > > . > > www.temenos.com <http://www.temenos.com> > > . > > P Consider the environment. Please don't print this e-mail unless you > really need to. > > > > > Disclaimer: > If you have received this e-mail in error please notify the sender. > Please note that any views or opinions presented in this e-mail are solely > those of the author and do not necessarily represent those of TEMENOS. > We recommend that you check this e-mail and any attachments against viruses. > TEMENOS accepts no liability for any damage caused by any malicious code > or virus transmitted by this e-mail. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

