Forum Discussion
SmartBear_Suppo
Alumni
13 years agoTry something like this in a Groovy test step:
log.info testRunner.testCase.getTestStepByName("Properties").getPropertyAt(0).getName()
log.info testRunner.testCase.getTestStepByName("Properties").getPropertyAt(0).getValue()
Thanks,
Michael Giller
SmartBear Software
log.info testRunner.testCase.getTestStepByName("Properties").getPropertyAt(0).getName()
log.info testRunner.testCase.getTestStepByName("Properties").getPropertyAt(0).getValue()
Thanks,
Michael Giller
SmartBear Software