Microsoft Dynamics NAV Windows Desktop object recognition
Hello beautiful TestComplete community. It has been a while since I have worked with TestComplete. I am starting a project to test against Microsoft Windows Nav desktop client. Per the TestComplete documentation, I had expected objects like tables, trees and the like and their children (try elements, table rows) to be natively accessible. They are not or I have not configured TestComplete properly. It has been so long since I have used TestComplete I don't remember all the means of gaining object recognition (object mapping, open applications...) to determine the correct way to expose these objects. Can anyone help me?
Thanks!
Stephanie
Try to add the WndClass property value to MSAA in Project Settings,
This should exposed all the UI controls to TestComplete,
Like this example for Chrome browser.