Forum Discussion
William_Willafo
15 years agoOccasional Contributor
It appears you are storing your properties at the TestCase level. I believe this is the problem. Read more here:
http://www.soapui.org/Load-Testing/load ... ution.html
Specifically...
Try storing your token and tag properties at a higher level like TestSuite or Project level.
http://www.soapui.org/Load-Testing/load ... ution.html
Specifically...
The underlying TestCase is cloned internally for each configured Thread and started in its own context; scripts, property-transfers, etc.. will access a unique "copy" of the TestCase and its TestSteps which avoids threading-issues at the TestStep and TestCase level (but not higher up in the hierarchy; if you TestCase modifies TestSuite or Project properties, this will be done on the common shared ancestor objects).
Try storing your token and tag properties at a higher level like TestSuite or Project level.