larsn
11 years agoContributor
Where to store dynamic properties with scope TestCase?
Where to store dynamic properties with scope (at least) TestCase?
I have generated values that I need to access over the course of a test case run (and are used in groovy libraries) but I no longer want to store as test case properties.
The issue is that these values are then stored in the test case XML and show up as changes when committing the SoapUI project to source control.
I wanted to use the context object, but that doesn't have a setProperty() method. I could store these values at the project level but that would only minimize and not keep them from being saved in the XML.
I just started looking at what other objects implement the MutableTestPropertyHolder interface but figured that I would ask the community as well.
I have generated values that I need to access over the course of a test case run (and are used in groovy libraries) but I no longer want to store as test case properties.
The issue is that these values are then stored in the test case XML and show up as changes when committing the SoapUI project to source control.
I wanted to use the context object, but that doesn't have a setProperty() method. I could store these values at the project level but that would only minimize and not keep them from being saved in the XML.
I just started looking at what other objects implement the MutableTestPropertyHolder interface but figured that I would ask the community as well.