Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi!
that explains it, the assertion script does not have access to the testRunner variable, you can instead use
def testCase = messageExchange.modelItem.testCase
to get hold of the containting testcase.
regards!
/Ole
eviware.com
that explains it, the assertion script does not have access to the testRunner variable, you can instead use
def testCase = messageExchange.modelItem.testCase
to get hold of the containting testcase.
regards!
/Ole
eviware.com