TC15 unable to correctly recognize the same winForm object from, compare to TC14
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022
05:43 AM
11-25-2022
05:43 AM
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
Solved! Go to Solution.
Labels:
- Labels:
-
Desktop Testing
-
Object Recognition
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022
08:26 AM
11-25-2022
08:26 AM
If you add the WndClass name to your project settings, shown here
Then it should work.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022
02:55 PM
11-25-2022
02:55 PM
Thank you, rraghvani.
That works great.
