Xamarin.UITest Walkthough: Creating UI Tests for Xamarin.Forms Apps, Part 2 In Part 1, we created a File -> New Xamarin.Forms app, and added UI tests to it. In this post we'll learn how to create scalable UI tests that allow us to reuse code using Page Object architecture. We'll take an existing
UITest Walkthough: Creating UI Tests for Xamarin.Forms Apps, Part 1 Let's run through a few simple steps to add an automated UITest to a Hello World app made with Xamarin.Forms + Xamarin.UITest