In this section, we will begin by adding the Xamarin.TestCloud.Agent NuGet package to our TrackMyWalks.iOS project. The Xamarin.TestCloud.Agent library allows you to execute your Xamarin.UITest using the C# programming language as well as the NUnit framework to validate the functionality of your iOS and Android apps within the Visual Studio for Mac environment.
Let's take a look at how we can achieve this by performing the following steps:
- Right-click on the Dependencies | NuGet folder that is located within the TrackMyWalks.iOS project and choose the Add Packages... menu option, as you did in the section entitled Adding the Moq NuGet package to our TrackMyWalks.UnitTests project, located within this chapter.
- Next, within the Search field located within the Add Packages dialog, you need to enter testcloud and select the Xamarin...