If you’re trying to create automated tests for your Xamarin app, you must have stumbled across Xamarin.UITest. It’s a great way to bring the quality of your application to the next level. Just make sure to apply the best practices when using Xamarin.UITest (especially the Page Object Pattern) otherwise your code can get messy really fast. But when everything is set up properly, you can automatically test your application through the UI on over 1000 devices using Visual Studio App …
Tag: uitest
Although the TechDaysNL are over, there is still a part about test automation of apps that I haven’t covered in my blog posts. I did touch this subject briefly in …