Forum Discussion
wjblazek
9 years agoOccasional Contributor
Script assertions can access property step properties through the messageExchange object:
def var = messageExchange.modelItem.testStep.testCase.getTestStepByName("propertyStepName").getPropertyValue("propertyName")
messageExchange.modelItem.testStep.testCase.getTestStepByName("propertyStepName").setPropertyValue("propertyName", propNameNewValued)
- nmrao9 years agoCommunity HeroThe script is not relevant in this case.