Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi!
What you missed is that testRunner is a WsdlTestSuiteRunner (http://www.soapui.org/apidocs/com/eviwa ... l/testcase) so by changing:
to
it should work.
Hope this helps!
--
Regards
Erik
SmartBear Sweden
What you missed is that testRunner is a WsdlTestSuiteRunner (http://www.soapui.org/apidocs/com/eviwa ... l/testcase) so by changing:
def propsTest = testRunner.testCase.testSuite.project.testSuites["Phoenix REST API Test Suite"].testCases["GetPropertiesForReport"]
to
def propsTest = testRunner.testSuite.project.testSuites["Phoenix REST API Test Suite"].testCases["GetPropertiesForReport"]
it should work.
Hope this helps!
--
Regards
Erik
SmartBear Sweden