Forum Discussion

jiec's avatar
jiec
New Contributor
2 years ago
Solved

TC15 unable to correctly recognize the same winForm object from, compare to TC14

Hi,

 

Recently upgrade to TestComplete 15. But having an issue where ObjectSpy cant see the objects (label/text/buttons) inside a "System.Windows.Forms.ToolStrip" object after upgraded from TC 14.  I have tried import the setting from TC14 to TC15, but no luck. 

Not sure which config/options I have missed. Also I checked the Options> Object Mapping >  Microsoft Controls > WinForms > Strip Toolbar. They looked the same, with no extra class added in both TC14 and TC15.

 

Previous working TC14

 

 

 

Same Object in TC15

 

Thanks in advanced

 

JC

 

 

 

 

 

  • If you add the WndClass name to your project settings, shown here

    Then it should work.

2 Replies

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    If you add the WndClass name to your project settings, shown here

    Then it should work.

  • jiec's avatar
    jiec
    New Contributor

    Thank you, rraghvani.

    That works great.