Forum Discussion
kbw
10 years agoContributor
You can also do it by directly editing your project XML, if you're comfortable doing it that way. The relevent section look like this:
<con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="Test Case Name"... etc.
failOnError is the setting for "Abort test if an error occurs".
So, you can simply do a replace all of (I included the testCase element as a precaution only):
<con:testCase failOnError="true"
with
<con:testCase failOnError="flase"
FYI: failTestCaseOnErrors is the setting for "Fail TestCase if it has failed TestSteps".
Related Content
- 3 years ago
Recent Discussions
- 22 days ago