Object Browser shows grey boxes for some parts of application. Can't identify tooltips
Hi,
I'm working on testing an app that is a combination of winforms and WPF controls. It's a weird app in that WPF windows are embedded into the Winforms windows.
I am trying to get TC to identify the tooltips that appear when you enter an invalid value into a textbox, but the object spy will not recognize the tooltip when it appears. I have tried using the drag and drop method and point and click method with no success for either.
When I try to find the tooltip on the object browser, I notice that a lot of the WPF controls are shown as grey boxes. However, TC still recognizes them as WPF controls and recognizes their internals like control name etc. I don't see the tooltip appear in the object browser - even as a grey box.
The tooltip is supposed to stay up until the invalid value is corrected, but when I switch screen or try using the object spy it disapears.
Does anyone have any idea about how to go about troubleshooting this issue?
Is there a way I can search through the object browser looking for the text that is displayed inside the tooltip?
Thank you