Forum Discussion

gnivlag's avatar
gnivlag
Occasional Contributor
11 years ago

Inconsistent name mappings


I am using TestComplete 9.30 and when running my scripts I am getting inconsistent name mappings for my .NET windows form application.  Sometimes my main application form is recognized in the Object Explorer as Window("WindowsForms10.Window.8.app.0.34f5582_r11_ad1", "", 3) and other times it is recognized as WinFormsObject("MainApplicationFormBase").  I was able to get around some of my issues using name mapping wildcards, but when my application recognizes as "WindowsForms10.Window.8.app.0.34f5582_r11_ad1", my script cannot find the MainMenu object for selecting menu items.


 


I combed the forums and saw similar inquiries with a possible solution being increase the "Method invoke timeout" to 20000, but this did not help.

No RepliesBe the first to reply