gnms
13 years agoOccasional Contributor
Stop on error when not use test items
If I understand correctly, you can set a global parameter that let Testcomplete to stop test when an error is detected, but no subsequent test will continue. It is also possible to set that test items shall be terminated at error, and then run subsequent test case.
I use not the test items, instead I start all tests from scripts. What I want to achieve is that a test should be terminated directly at fault, then the next test can run.
It would be great if it could serve as exceptions, but because it is not possible to throw exception from the extension does it not work.
So my question is, do you have any idea on how I should deal with it.
/Mats
I use not the test items, instead I start all tests from scripts. What I want to achieve is that a test should be terminated directly at fault, then the next test can run.
It would be great if it could serve as exceptions, but because it is not possible to throw exception from the extension does it not work.
So my question is, do you have any idea on how I should deal with it.
/Mats