Solved
Forum Discussion
nmrao
2 years agoCommunity Hero
That is correct as per the current script which is not checking the status after the execution.
testStep.run(testRunner, context)
Please refer below script to check the result after running the each step.
def result = testStep.run(testRunner, context)
assert result.status == com.eviware.soapui.model.testsuite.TestStepResult.TestStepStatus.FAILED, "$testStep.name failed"