user7745375
user7745375

Reputation:

How to do set up for xamarin uitest for visual studio

How to install xamarin for testing the application built on Android studio.I want write the tests in visual studio.

Upvotes: 0

Views: 79

Answers (1)

SaiPawan
SaiPawan

Reputation: 1194

If you want to write the scripts on the application developed on Android studio, you just need to add following NuGet packages.

  1. NUnit Framework.
  2. NUnit Test Adapter.
  3. Xamarin.uitest
  4. Xamarin.uitest.helpers.

Upvotes: 2

Related Questions