Forum Discussion
lofi
15 years agoNew Contributor
targetStep = messageExchange.modelItem.testStep.testCase.getTestStepByName('Properties')
targetStep.setPropertyValue( 'timestamp', messageExchange.timestamp.toString())
From there I can access it in a subsequent script test step.
targetStep.setPropertyValue( 'timestamp', messageExchange.timestamp.toString())
From there I can access it in a subsequent script test step.