There is no Coded UI project in Visual Studio 2015 for UWP and I can't find any documentation anywhere saying there is a plan to bring support.
Does anyone know if there is planned support it or have some alternative UI testing framework to work with Windows Universal?
Maybe an important information for other to come is. That it’s not possible to create such projects in the community version of visual studio. You need at least the enterprise version as mentioned here.
I guess you can use this Coded UI Test Project (Universal Windows) which is under
for Coded UI project in Visual Studio 2015 for UWP.
An update for anyone arriving at this question is that Microsoft are deprecating support for Coded UI testing after the Visual Studio 2019 release...
https://docs.microsoft.com/en-us/visualstudio/test/use-ui-automation-to-test-your-code?view=vs-2017
So, the suggested answer by Microsoft for automating UWP UI testing is to adopt Appium with WinAppDriver.