Forum Discussion
- tristaanogreEsteemed Contributor
Point 2 in your post is the best starting point, disabling the "Stop on error".
But once you do that, then you need to modify your tests so that they are "smarter" and will stop execution if they run into certain kinds of errors. You should add code to detect whether a component is available before you interact with it and, if it's not, raise an exception to halt that particular test case.
- NimithContributor
Hi Rovin,
I too agree to what tristaanogre mentioned. In your case since you use excel as the driver, you would need to control the execution through your scripts.
I would also like to suggest you to try to use the Test Complete's "Test Item" option.
https://support.smartbear.com/testcomplete/docs/working-with/managing-projects/test-items.html
Here you could build groups/set and also have scripts added in as a child so that only if the parent script passes, then the child scripts under them would get executed. Else they wont. You will have a better control over your execution.
Related Content
Recent Discussions
- 18 hours ago
- 18 hours ago
- 5 days ago