I am attempting to create a Coded UI Test in a Visual Studio 2010 test project.
I right click on the project, Select Add Select Coded UI Test
I then get the error warning:
The following package failed to load: C:\Users[File Path Goes Here]\Microsoft.VisualStudio.TestTools.UITest.Extension.IE.dll. Coded UI Test is now in an inconsistent state. Remove this package and restart Visual Studio to work with Coded UI Test.
Once I click OK, I can create the Coded UI Test (CUIT) but when the test is over, the test file is empty.
Does anyone know how to fix this problem? I've already deleted my settings, AND reinstalled VS 2010, all to no avail.
Thanks everyone.