Forum Discussion
SmartBear_Suppo
Alumni
13 years agoYou aren't using property expansion correctly: http://www.soapui.org/Scripting-Propert ... nsion.html
${#TestCase#FindEvent} to SoapUI means that there's a custom property "FindEvent" at test suite level.
You need, I believe, the following:
testRunner.testCase.testSteps["FindEvent"]
Michael Giller
SmartBear Software
${#TestCase#FindEvent} to SoapUI means that there's a custom property "FindEvent" at test suite level.
You need, I believe, the following:
testRunner.testCase.testSteps["FindEvent"]
Michael Giller
SmartBear Software