I'm using a Class that extends AbstractJavaSamplerClient, in the
::runTest method I'm returning a SampleResult that uses the
setSampleLabel method.

When adding a 'View Results Tree' under this Sampler, and running the
test
plan, in the tree part of the 'View Results Tree' each result overrides
the previous results, for instance:
If in the 1st, 2nd and 3rd iterations the SampleResult object ("result")
is set to: 
result.setSampleLabel("A");
result.setSampleLabel("B");
result.setSampleLabel("C");

So the 'View Results Tree' should look like:
-Root
     |-A
     |-B
     |-C

But it looks like:

1st iteration:
-Root
     |-A

2nd iteration:
-Root
     |-B
     |-B

3rd iteration:
-Root
     |-C
     |-C
     |-C

Thanks.
-- 
  Jmeter Dev
  [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to