Forum Discussion

JvanOverveldt's avatar
JvanOverveldt
Occasional Contributor
16 years ago

Strange behaviour loadtests with more threads

The situation:
- A testcase with 5 teststeps, each another operation.
- Loadtest: 5 threads and Total runs 1000

Problem:
The teststeps fail in a strange way: Teststep 2 fails because the answer is not correct. But when I investigate the answer I notice the answer of Teststep 2 is in fact the answer of Teststep 1 (another operation). This way almost every teststep fails and the results of the loadtest are not useable.

I can't see why soapUI does this but I think it has something to do with the threads. The problem does not occur when we only run one thread.

1 Reply

  • JvanOverveldt's avatar
    JvanOverveldt
    Occasional Contributor
    The problem is caused by a java-extention that we developed in function of our project. Thanks to Ole who spotted the problem and gave us the solution we fixed the extension.