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)
nmrao
9 years agoCommunity Hero
The script is not relevant in this case.