Question

I'm developing a test automation framework in TestComplete. I am looking for a way to call my cleanup method after finishing all the test items in all the projects in a Project Suite. Somebody suggested using OnStopTest event handler, but it's useless in my case because it will be called everytime an test item stops and I want the method to be called only at the end after running all the tests.

Was it helpful?

Solution

You can just add a final test item at the end of test flow and perform any finalization actions in it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top