prajakta2500
7 years agoOccasional Contributor
on "setPropertyValue" is showing following error. attached screenshot also
Below Error Showing: groovy.lang.MissingMethodException: No signature of method: com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase.setPropertyValue() is applicable for argument types: (java.lang.St...
- 7 years ago
You posted two completely different errors.
To fix the one in the body of your post, you need to put toString() after the variable with value 557812 in the call to setPropertyValue.
To fix the one in the screenshot, you are going straight from testRunner to testCases, but should be using testRunner.testCase.TestSuite.testCases the same as you are doing above the break.