I am trying to create a coded interface test in a Visual Studio 2010 test project.
I right click on the project, Select Add Select an encoded user interface
Then I get an error warning:
The following package failed to load: C: \ Users [The file path goes here] \ Microsoft.VisualStudio.TestTools.UITest.Extension.IE.dll. The coded user interface is now in an inconsistent state. Remove this package and restart Visual Studio to work with testing the encoded interface.
As soon as I click OK, I can create a Coded UI Test (CUIT), but when the test is finished, the test file is empty.
Does anyone know how to fix this problem? I already deleted my settings and reinstalled VS 2010, but to no avail.
Thanks to everyone.
source share