I normally add a BSH pre processor. and use sampler.addArgument or write a Utility java class and call out to it. regards deepak
On Thu, Jul 16, 2009 at 12:21 PM, Paul Rogers <[email protected]> wrote: > The web app Im currently testing has requests with a lot of > parameters, which is getting difficult to understand. > > I was thinking of overriding the http request to be a more specific > implementation of the request I need, and possibly the ability to do > some more logging. > > Does this sound a reasonable thing to do, or does it seem like a waste of > time? > > Paul > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

