Forum Discussion

manish_bansal_1's avatar
manish_bansal_1
Occasional Contributor
11 years ago

TestComplete stopped hitting General Events

Hi Experts,

I am facing issues with Test complete hitting general events on Test Startup and Stops,

 when I restart TestComplete it works and eventully stops working again and again.

 

wondering,  Is someone faced this issue and what would be the solutions?

This looks to be a serious issue, checking here before raising tickets to SmartBear.

 

Thanks,

Manish Bansal

2 Replies

  • chrisb's avatar
    chrisb
    Regular Contributor

    I'm assuming you have scripts configured to run for OnStopTest and OnStartTest? If so, did you check to see that the name of scripts (function names) match those configured in the event control file. I've had cases where somehow I managed to reset the names in the event control file causing a mismatch between that and my scripts, this would prevent the scripts from running when the events occur. It's happened so infrequently I never bothered to take time to investigate why the names changed.