this is part of a teardown script, but it is giving me some trouble.
while ( n-- > 0 ) {
testRunner.testCase.setPropertyValue( "ExpectedNo" + n, "")
}
n starts with value 5 and does reset ExpectedNo0 through ExpectedNo4 to blank as it is supposed to do, but afterwards it sets up 46 more property entries as follows ExpectedNo/ ExpectedNo. ExpectedNo, ....
I am not sure what to make of this as I am not very versed in groovy.. any help would be appreaciated!