Forum Discussion
Intermountain_H_4
16 years agoOccasional Contributor
This script is executed every time the project is saved, which it is automatically when you close it. If you close the project without saving then this shouldn't be an issue anyway because the values you want to remove aren't saved either!?
Unfortunately, this isn't true. Values are being written to global properties, which is not part of the script. So, if you close the script without saving, the values are retained in global properties.
Alternatively, is there an option to clear out specific global properties when closing soapUI ? (basically, making temporary global properties).