Forum Discussion
omatzura
19 years agoSuper Contributor
Hi Raymond,
you should use the removeProperty method instead.. ie
def targetStep = testRunner.testCase.getTestStepByName( "Properties" );
if ( targetStep.getProperty( PropName ) != null )
targetStep.removeProperty( PropName );
Hope this helps!
/Ole
eviware.com
you should use the removeProperty method instead.. ie
def targetStep = testRunner.testCase.getTestStepByName( "Properties" );
if ( targetStep.getProperty( PropName ) != null )
targetStep.removeProperty( PropName );
Hope this helps!
/Ole
eviware.com