In this section, we'll take a look at how to create and implement the CreateNewTrailDetails class, which will be used to perform automated UI testing for the iOS platform so that we can handle signing into Twitter and create a brand new walk trail entry using the Xamarin.UITest framework.
Let's see how we can achieve this by performing the following steps:
- Right-click on the TrackMyWalks.UITests project and choose Add | New File... from the pop-up menu. Then, choose the Test Fixture option under the NUnit section.
- Next, enter CreateNewTrailDetails for the name of the class to be created, as shown in the following screenshot: