Forum Discussion
AlexKaras
13 years agoCommunity Hero
Hi Mark,
Are these ActionScript errors displayed in a separate window that is identified by TestComplete Object Browser as a regular Windows window or this is internal Flash window that is not identified at all (or identified only due to the Flash support in TestComplete)?
Are these ActionScript errors displayed in a separate window that is identified by TestComplete Object Browser as a regular Windows window or this is internal Flash window that is not identified at all (or identified only due to the Flash support in TestComplete)?
Antonio_Haynes
11 years agoContributor
Sorry, I know this is an old thread but im looking for a solution to something very similar to this .... I have added in my
OnActionScriptException function
Runner.Halt("An Action script error occured during playback of the test!");
whenever i recieve an action script error my test stops and logs my message however the action script error dissapears off screen immediately. I need a way to keep action script errors on screen or to at least capture and log them in my test log.
Any help would be appreciated, I can't do much with tests that can't capture Action Script errors.
Thanks,
Antonio Haynes.