Said
5 years agoContributor
Can I check assertion status for groovy teststep
Hi,
I would like to check the assertionStatus of a groovy testStep, cause I have some assertions there. I need this for reporting.
E.g. below statements works very well on teststeps that are instanceof com.eviware.soapui.model.testsuite.Assertable
log.info testRunner.testCase.testSteps["myTeststepName"].assertionStatus
In my case the groovy testStep is NOT Assertable. How to do this then?
Thanks in advance!