alibaba82Super Contributor17 years agoDeleting project level properties via load scriptHello,My projects have a bunch of properties which are created at project load script.I want to clean up the project properties during project load.Can I get some help with some groovy code that will delete all the existing project properties (name and values) .ThanksAli
2 RepliesReplies sorted by Most LikedSmartBear_SuppoAlumni17 years agoHi Ali,sure.. tryfor( n in project.propertyName ) project.removeProperty( n )Does that work ok?regards!/Oleeviware.comalibaba82Super Contributor17 years agoLittle typo.for( n in project.propertyNames )works now.Ali
SmartBear_SuppoAlumni17 years agoHi Ali,sure.. tryfor( n in project.propertyName ) project.removeProperty( n )Does that work ok?regards!/Oleeviware.com
Recent DiscussionsUnable to authenticate license in Ready API Login button unresponsiveSolvedAssertions Panel issue to update assertions since update 3.63ReadyAPI websocket plugin issue
Related ContentDelete Project Level Properties With Specific Name After ExecutionService name property from project propertyVersion 3.1 Deleted My Test Case Custom Properties