Let's get back to Visual Studio and set up a new test project to write Xamarin.UITest:
- Right-click on Solution | Add | New Project:
- In the Add New Project window, click on Test from the left section and then select UI Test App (Xamarin.UITest | Android), because we are going to write a test for our Android application. Give this project a name in the Name section and click OK:
- Visual Studio will create a new test project now. Once it is done, you should be able to see a new project created under Solution ...