Automated testing for XAML user interfaces in Windows 8 store applications
Posted: (EET/GMT+2)
Automatically testing user interfaces has been possible to some extent with Visual Studio's more advanced features has been possible using Coded UI tests for a while now. However, what would you do if you wanted to automatically test XAML based Windows 8 store applications?
The good news is that this, too, is possible using Coded UI tests and Visual Studio 2013 Preview. There's a good MSDN blog post on this, be sure to check it out.
You might also want to check out the Channel 9 video from TechEd 2013 about this topic. There's also a good preliminary MSDN documentation page on the topic.
Happy testing!