Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
705
whether some complex controls like gird have implemented the Microsoft UI Automation provider interface
posted

Hi all,


A urgent question.
For the white project in the codeplex(UIA), we can easy use it to do the automatic testing for window form basic controls, but for the infragistics controls that we used currently , it only supports some simple controls like button, lable…, but for the controls as combox, datagrid view and so on, it seems that these controls are not exposed by UIAutomation, we can’t operate it easy.

Then, I want to confirm whether all the complex controls have implemented the Microsoft UI Automation provider interface to make the UI available to our screen reader,

Last, whether we must use TestAdvantage to make UI automation testing

Thank you every much
Wei Wei

Parents
  • 12480
    Offline posted

    Hello,

    Infragistics controls cannot be recorded using the Microsoft UI Automation provider interface. In order to record scripts on an application using Infragistics controls, you must use TestAdvantage.

    Further, it is necessary to match the version of TestAdvantage to the version of NetAdvantage used to build the application under test. For example, if the application was built using NetAdvantage 11.1, you will need to use TestAdvantage 11.1.

Reply Children