Solved
Forum Discussion
nmrao
Champion Level 1
10 years agoI believe you are reading it groovy and do an increment?
then as shown below
def projPropertyValue = context.testCase.testSuite.project.getPropertyValue('fpl_us48_single') as integer
Then you will be able to do all math operations such add, subtract
While storing back to property, write it as String
context.testCase.testSuite.project.setPropertyValue('fpl_us48_single', projPropertyValue as String)
kondasamy
10 years agoRegular Contributor
Please check this post - http://community.smartbear.com/t5/SoapUI-Open-Source/working-with-parameters/m-p/107187#M18532
Thanks,
Samy