duyluong,
does this mean,
- that the current behavior of Katalon Studio, according to which the parent test case (containing the callTestCase() command) of a failing child test case creates its own error, is not intended and will be changed?
- that in future the error occurring in the child test case (which was called by the callTestCase() command) can also be caught directly in the parent test case?
If this is the case, it would finally be the answer to my feature request here: Catch Root Cause Message for a failed Test Step even outside a Test Case
Besides, that would also make large parts of my code here superfluous: How to Highlight Test object in each and every step