Forum Discussion
1 Reply
Hi Murugan,
The aqObjEvent object contains only the information about the name and parameters of an event. You can use the GetEvents method. However, it returns the list of all events of the target object. I don't see how TestComplete can get the event hired in your app at the moment.
What you can do to identify that the certain event was fired is to monitor (in TestComplete) some GUI changes of your app that occurs during the event handler execution.