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.
Hello All,
I just verified a solid work around, for the time being.
Please copy the "Infragistics4.Win.CodedUITest.UIA.VS15.v17.2.dll",
found in it's installed directory path:C:\Program Files (x86)\Infragistics\2017.2\Windows Forms\Coded UI Test
to this location will address the issue:C:\Program Files (x86)\Common Files\microsoft shared\VSTT\15.0\UITestExtensionPackages
What's occurring is an issue with our installation which is being addressed.
Once you copy the assembly to the new location you can create a new test project. The project will automatically reference the Infragistics CodedUITest assembly and everything should work as expected.
At this time, existing test projects may continue to experience issues. Let me know if you have any questions.
Development ID 252090 was created to further investigate and resolve this issue. Please update your support cases with any questions you may have. Note, you may receive periodic updates from the development item in your support case as well.
Sincerely,
Michael Di FilippoAssociate Software DeveloperInfragistics, Inc.www.infragistics.com/support
I'm glad to hear someone else is having the exact same problem as us. I have tried versions 17.2.20172.1000 and 17.2.20172.2039 (ie the latest one) and both have the bug in them.
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
at Microsoft.VisualStudio.TestTools.UITesting.UITestControl.ValidateSearchProperties() at Microsoft.VisualStudio.TestTools.UITesting.UITestControl.FindInternal() at Microsoft.VisualStudio.TestTools.UITesting.UITestControl.<Find>b__175_0() at Microsoft.VisualStudio.TestTools.UITesting.CodedUITestMethodInvoker.InvokeMethod[T](Func`1 function, UITestControl control, Boolean firePlaybackErrorEvent, Boolean logAsAction) at Microsoft.VisualStudio.TestTools.UITesting.UITestControl.Find() at Microsoft.VisualStudio.TestTools.UITesting.UITestControl.GetPropertyPrivate(String propertyName) at Microsoft.VisualStudio.TestTools.UITesting.UITestControl.<>c__DisplayClass179_0.<GetProperty>b__0() at Microsoft.VisualStudio.TestTools.UITesting.CodedUITestMethodInvoker.InvokeMethod[T](Func`1 function, UITestControl control, Boolean firePlaybackErrorEvent, Boolean logAsAction) at Microsoft.VisualStudio.TestTools.UITesting.UITestControl.GetProperty(String propertyName) at Microsoft.VisualStudio.TestTools.UITesting.UITestControl.<>c__DisplayClass194_0.<WaitForControlPropertyEqual>b__0(UITestControl ctrl) at Microsoft.VisualStudio.TestTools.UITesting.UITestControl.WaitForCondition[T](T conditionContext, Predicate`1 conditionEvaluator, Int32 millisecondsTimeout) at Microsoft.VisualStudio.TestTools.UITesting.UITestControl.WaitForControlPropertyEqual(String propertyName, Object propertyValue, Int32 millisecondsTimeout) at Microsoft.VisualStudio.TestTools.UITesting.UITestControl.WaitForControlExist(Int32 millisecondsTimeout) at
Hello Giulia,
Thank you for following up. After investigating this further, I was able to reproduce the behavior.
I have created a support case for you with ID CAS-194856-B0J7B0. I've linked the case to a development item with ID: 252090 for our team of developers to investigate further. You could reach your case following the link bellow:
https://ko.infragistics.com/my-account/support-activity I will update you via the mentioned case, so if you have any further questions or comments please update your case.
Have a nice day.
@Michael DiFilippo We are waiting to hear back from you on that.It is a real blocker for our coming release.Thanks