In Part 1
[https://www.codetraveler.io/2018/05/22/creating-uitests-for-xamarin-forms-apps-part-1/#traveler]
, 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