Forum Discussion

sgoulet's avatar
sgoulet
Contributor
10 months ago
Solved

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.

4 Replies

    • sgoulet's avatar
      sgoulet
      Contributor

      Hmmmm, they may not be. The classes I am seeing are definitely WinForm but not the same as what is listed in supported technologies. Thanks.

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    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.