Re: junit sampler + user defined variables

2006-08-16 Thread Peter Lin
the way junit works, it's currently not possible to pass user defined variables into the junit class. the way my team handles this is to change the junit code so it can read in values or generate random ones. peter On 8/16/06, tomislav <[EMAIL PROTECTED]> wrote: Hello, Is it possible for Juni

junit sampler + user defined variables

2006-08-16 Thread tomislav
Hello, Is it possible for Junit sampler to define user variables which would be used by some particular Junit test class? For example, I have an ID hardcoded in setUp method of Junit test class. However, my test plan requires using several different IDs in order for the test results to be more acc