Forum Discussion
niravk17
9 years agoOccasional Contributor
Thank you Radford .
While execution of test case one of my assertion step get fail but still process of execution is 'Finished " and its printing finished status not failed
If you opt out Abort on failed test cases its still log as "finished" instead of failed
Please find the attchment
Radford
9 years agoSuper Contributor
Sorry, I'm not sure I understand you when you say "its printing finished status not failed", the TestStepResult method getStatus() returns an TestStepResult.TestStepStatus enumeration:
http://www.soapui.org/apidocs/com/eviware/soapui/model/testsuite/TestStepResult.html
This can only be one of four things:
- CANCELED
- FAILED
- OK
- UNKNOWN
I have not experimented with the "Abort on Error" option, perhaps "Fail TestCase on Error" is also worth investigating?