Forum Discussion
GMSoapUI
12 years agoContributor
Hi,
Perhaps I'm not explaining myself properly. I have tried the way you suggest as well and I still get the same error.
I still believe this is to do with scope/context.
The code does not work:
If I comment out:
The error does not appear. There is either a defect or it is due to scope/context.
Perhaps I'm not explaining myself properly. I have tried the way you suggest as well and I still get the same error.
I still believe this is to do with scope/context.
The code does not work:
ERROR:groovy.lang.MissingPropertyException: No such property: testCase for class
If I comment out:
def projectProperty = testRunner.testSuite.project.getPropertyValue( "test" )
The error does not appear. There is either a defect or it is due to scope/context.