Tambo
8 years agoOccasional Contributor
Unable to obtain the popup menu for item during playback
Hey all, I'm currently migrating TestComplete scripts to a new environment and the .net applications are having difficulties with menu items. The log error messages are "Cannot obtain the popup menu for item 'File'" and the code is simply checking different menu items.
UserProperties = Aliases.UserProperties mainForm = UserProperties.MainForm mainForm.StripMainMenu.Click("File|Import")
The old environment where things were working was a Windows 7 virtual machine running TestComplete 11, and the new one is Windows 10 running TestComplete 12. I've tried remapping and recording new tests but nothing seems to be working. Other parts of the application are still working fine. Any ideas on what I can try?