Thanks sebb, I want to achieve this: For each execution of an HTTP request, every paramater may have a different value, which is defined using a specified pattern. I would like to write a Pre-processor, that consists of a form with parameter names and patterns defining the parameter values in each execution of the HTTP request. For example if I set the paramter "name" with a pattern "NNN-CCCC", where N is a digit and C letter, the parameter "name" will have a value matching that pattern. Can I find somewhere the source code of some written Pre-processors and use them?
Thanks Best wishes: Galya Andonova ----- Original Message ----- From: "sebb" <[EMAIL PROTECTED]> To: "JMeter Users List" <[email protected]> Sent: Monday, May 09, 2005 2:14 PM Subject: Re: write new preprocessor Yes you can write your own pre-processor. To use it with JMeter, just put it in a jar and put the jar in lib/ext. What are you trying to achieve with the Pre-processor? S. On 5/9/05, Galya Andonova <[EMAIL PROTECTED]> wrote: > Hi all, > Did someone know can I write my own preprocessor for Jakarta - Jmeter - 2.0.3 and use it when testing and how exactly this could happen? > > Thanks! > > Best wishes: > Galya Andonova > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

