Reputation: 550
I'm unable to run Coded UI Test Builder. I'm going to implement UI tests for the Windows Phone app. I'm using Visual Studio 2015 Enterprise and created simple test project and added Coded UI Test project. However, an error occurs during launch "Generate Code for Coded UI Tests...". Windows Phone 8.1 emulator is launched, but the error still occurs.
Also, I tried to launch standalone "codedUiTestBuilder.exe". It cannot recognize control in emulator at all. It recognizes only main window of the emulator, but nothing more.
Followed this manual, but it didn't help me.
Upvotes: 0
Views: 139
Reputation: 1
So I ran into this issue also, what ended up fixing the problem was creating another Solution for my Coded UI Test Project. Separating it out from the App solution seemed to be a workaround for this problem.
I do not know what the underlying cause was.
Upvotes: 0