Forum Discussion
redfish4ktc2
12 years agoSuper Contributor
hi, what do you mean by next iteration? you run the test one, do some stuff, then rerun the test?
if this is what you are doing this is the normal behaviour.
In the SoapUI guy, properties modification are kept while you quit the application (modification kept in memory). If you quit without saving, the next time you reopen your project, you will have the initial value in your property.
When running maven, when the execution is completed, the jvm stopped as when you close the GUI.
So if you want to keep track of the property value, you need to save the project. To do so, set the saveAfterRun parameter to true
if this is what you are doing this is the normal behaviour.
In the SoapUI guy, properties modification are kept while you quit the application (modification kept in memory). If you quit without saving, the next time you reopen your project, you will have the initial value in your property.
When running maven, when the execution is completed, the jvm stopped as when you close the GUI.
So if you want to keep track of the property value, you need to save the project. To do so, set the saveAfterRun parameter to true