Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi!
try getting all properties in a TestCase with
for( name in testRunner.testCase.propertyNames)
{
log.info( "$name = " + testRunner.testCase.getPropertyValue( name ))
}
the same looping should work for TestSteps as well..
does that help?
regards!
/Ole
eviware.com
try getting all properties in a TestCase with
for( name in testRunner.testCase.propertyNames)
{
log.info( "$name = " + testRunner.testCase.getPropertyValue( name ))
}
the same looping should work for TestSteps as well..
does that help?
regards!
/Ole
eviware.com