Forum Discussion

StevenC's avatar
StevenC
Contributor
9 years ago

testcase.setPropertyValue is not updating the value between iterations of a loop using SoapUI 5.0.0,

In the following code... def getStats = postProc.testSteps["getStatsForRun"] runList.each{ sleep (4000) log.info "getting stats for run: runName = ${it.runName}, runId = ${it.runId}" ...