Reputation: 67928
Build and run a Coded UI Test (the "CUIT").
The Test Explorer doesn't recognize the test and running all tests does nothing.
In the end, the bottom line, I can't get Visual Studio to recognize this test. I'm not in a position to build unit tests because I'm maintaining an old application that's just not built for unit tests - but I need to get some automated regression testing into it.
Upvotes: 1
Views: 1708
Reputation: 115037
You have a recording, but not yet an actual test. When you generate code for the recording, it should generate the actual CodedUI test. That should be picked up by the Test Explorer.
Upvotes: 2