Adding the Xamarin.Test Cloud.Agent NuGet package
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 theTrackMyWalks.iOS
project and choose theAdd 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 theAdd Packages
dialog, you need to entertestcloud
and select theXamarin.TestCloud.Agent
option within the list, as shown in the following screenshot:

Adding the Xamarin.TestCloud.Agent NuGet...