ContributionsMost RecentMost LikesSolutionsinitialize propertieswhen i try to access empty properties with groovy script i get a null pointer error and groovy fails - what is the easiest way of initializing a bunch of properties to say "null" def targetStep = testRunner.testCase.getTestStepByName( "Props" ); def timestamp = targetStep.getPropertyValue("timestamp");