Solved
Forum Discussion
nmrao
5 years agoCommunity Hero
It can hold only string value.
So, cast it to string while storing into property and parse it to integer when you get the value back and use it.
testRunner.testCase.setPropertyValue( "loops", count.toString())