krogold
6 years agoRegular Contributor
Error within dataloop stops the test though it is not required
Hello,
I have a test case with the following basic options set:
- Search properties
- Fail Test Case on Error
I have a DataSource Loop and one of the steps I have between the source and ...
- 6 years ago
Hi krogold,
Calling testRunner.fail(msg) terminates a TestCase execution immediately that is expected behavior (this effect is mentioned here: https://support.smartbear.com/readyapi/docs/soapui/running/case.html).
As for the usage of log.error that results in an incorrect status of the whole test in some cases, we'll need to investigate this. Please create a support ticket for that: https://support.smartbear.com/message/?prod=ReadyAPI It'll be great if you provide a sample project that allows reproducing the issue.