Forum Discussion
wjblazek
8 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)
- nmrao8 years agoCommunity HeroThe script is not relevant in this case.