1 Comment
Sort By
- tristaanogreEsteemed Contributor
I'm not sure what you mean by "link events several times within a Project Suite".
1) Events and event handlers are controlled at the project level, not the suite level. The Project Suite has very little code structure around it and is mostly for controling what projects execute together
2) What you see as "Events" in a project are simply containers for controlling the handling of various built in events in a project. For example, "OnLogError" is an event that is fired internally in the TestComplete engine. What you see in the project is a way of user-defining code that executes when that event fires. To link "OnLogError" to more than one keyword test or script doesn't make architectural sense.