399 Views
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.
0 comments