Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi Brian
there is a getProperty( ".." ) method that does this, or you can use map-style indexing;
def prop = testRunner.testCase.properties.nameofproperty
or
def prop = testRunner.testCase.getProperty( "nameofproperty" )
does that help?
regards!
/Ole
eviware.com
there is a getProperty( ".." ) method that does this, or you can use map-style indexing;
def prop = testRunner.testCase.properties.nameofproperty
or
def prop = testRunner.testCase.getProperty( "nameofproperty" )
does that help?
regards!
/Ole
eviware.com