Hi,
I was hoping to use Testing Framework to drive a UWP application developed (using Telerik's UI for Universal Windows library).
Is this possible?
I've not used the Testing Framework so far, but obviously trying to do :
WpfApplication wpfApp = Manager.Current.LaunchNewApplication(@"C:\Projects\WpfApplication2\bin\Debug\WpfApplication2.exe");
doesn't work as VS2015 throws an exception about "This application can only run in the context of an app container".
Any ideas?
Many thanks,
Darran