Forum Discussion
M_McDonald
13 years agoSuper Contributor
From your description it sounds like you are trying to update a Property 'num1' within a Properties step called 'Input Numbers', but the method you are using would only update the test cases own properties, not those within a Property step. Try using the GroovyUtils setProperty method:
def gu = new com.eviware.soapui.support.GroovyUtils( context )
gu.setPropertyValue('Input Numbers', 'num1', lines_first[i])