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
35
CodedUiTest and VS2017
posted

Hi,

I have a Coded UI test project, created with VS2015 and Infragistics Version 15.1 (Windows Forms)

The tested application was migrated to VS2017 and Infragistics Version 17.2 and so I need to migrate my Coded Ui Test Project too.

I installed VS2017, the Coded Ui Test Extension in VS2017, Infragistics 17.2 and the Coded UI Extension.

First question is: why the size of the extension in the installer is 0 byte?

Then I rebuilded my project, fixed all compilation issues and started the tests.

I always obtain an error that is:

System.ArgumentException: The following is not a valid technology name: Infragistics.UIA.v17.2. To search for a control, you must specify a valid technology name.

Parameter name: TechnologyName

I also tried to create a new clean project and register some actions on my application.

Same error.

Parents
No Data
Reply
  • 29105
    Offline posted

    Hello Giulia,

    Thank you for contacting Infragistics. Please note, as a disclaimer, that the Enterprise Edition of VS 2017 is required for CodedUI. Do you have the VS2017 Test Agent only installed or both the IDE and Test Agent?

    I've managed to reproduce the 0 byte information in the installer, and I will inform our release engineering team.

    However, in the meanwhile I've tested the installer and CodedUI is still installed correctly. Please confirm if the Coded UI Test folder with the Infragistics assemblies are installed on the test agent  machine.

    Eg. The Infragistics4.Win.CodedUITest.UIA.VS15.v17.2.dll assembly is installed at the following location:

    C:\Program Files (x86)\Infragistics\2017.2\Windows Forms\Coded UI Test

    I strongly recommend reviewing our documentation for setting up CodedUI ==> Extension Overview

    Let me know if you have any questions.

Children