The Program, System, and Driver modules contain built-in module events that are called when special actions occur, such as when a task is started (OnInitTask event) or ended (OnEndTask event). These events let you insert code to change the functionality of your application. Module events are typically used to customize the test log format, to change the way program tests are scheduled, and to respond to special events such as runtime errors and aborts. ATEasy notifies the modules of these special actions by executing a procedure associated with the event. If the module event contains no code, no procedure is called.
Module events are categorized as follows:
Other topics that describes module Events are: