HimanshuTayalCommunity Hero6 years agoStatus: New IdeaDeleting multiple properties at once I am using ready api for a quite long time and there was a need to delete multiple properties at single point of time, but this feature is not available right now. If i have multiple properties a...Show More
nagoorkjContributor6 years agoAnwer is already there https://community.smartbear.com/t5/SoapUI-Open-Source/HOW-TO-REMOVE-test-PROPERTIES-via-groovy-script/td-p/6120 for( prop in context.testCase.properties) { context.testCase.removeProperty( prop.value.name ) }