Forum Discussion
SmartBear_Suppo
Alumni
17 years agoThere is no way to access the TestRunner from the script assertion at the moment.
You might be able to get to the properties steps through the TestCase, if that is what you need
def testCase = messageExchange.modelItem.testStep.testCase
Failing that, moving the expected values into a CSV file would be a good solution
/Nenad
http://eviware.com
You might be able to get to the properties steps through the TestCase, if that is what you need
def testCase = messageExchange.modelItem.testStep.testCase
Failing that, moving the expected values into a CSV file would be a good solution
/Nenad
http://eviware.com