Forum Discussion
PaulDonny
12 years agoRegular Contributor
Script Assertion does not have access to the testRunner, you have to use the messageExchange instead.
This should work.
def testCase = messageExchange.modelItem.testCase;
def expected = testCase.getPropertyValue("suiteNumber");
This should work.