Application Hangs When Playing Back a Menu Item Pick
This functionality is supported only if you are using the Classic Agent.
Problem
Your application under test (AUT) hangs when playing back a
Pick() method call against a menu item or menu.
Solution
Try setting the agent option
OPT_PLAY_MODE to
Win32:
Agent.SetOption (OPT_PLAY_MODE, "Win32")
This option is not part of the
Agent Options dialog box, so you must set it by scripting. To set it globally, create a
TestCaseEnter() function and set it there.