Re: bean shell pre/post-processor

2006-07-17 Thread sebb
Try using properties for the config data instead of variables. On 03/07/06, eric craven <[EMAIL PROTECTED]> wrote: i would like to read in a config file before any thread group is run, set a few variables that are valid for all thread groups, and then, after all thread groups have finished, w

bean shell pre/post-processor

2006-07-03 Thread eric craven
i would like to read in a config file before any thread group is run, set a few variables that are valid for all thread groups, and then, after all thread groups have finished, write back some of these variables to a file.. i have to use beanshell for this :) i ran into the following problems: