We have developed a Windows application using Winforms. Now we are trying to convert it to Universal Windows Platform (UWP) using desktop to appx bridge.
I have to test this app and I’m new to UWP. I know I have to test all the app functions and make sure they work the same way as the original application, but I need to know what to look for that is specific to UWP.
Are there any test scenarios that only happen with UWP, and if there are, how do I test for them?
Source: Read More