How to stop execution of the rest of my test items if one test fails
I run test complete 12.6.
Say I have a project with 4 test suites & I start executing all of them.
Suite#1 has 15 tests.
Say test Item 3 fails, how do I stop the execution of the rest o...