Skip Navigation

Execute an automated test for a 
Xamarin.Forms
 app

  1. In Visual Studio, open 
    XamarinForms.UITests
    .
  2. Open the test that you want to execute (for example, SampleAppSuite.UITests/Tests.cs).
  3. Comment out the TestFixture attribute for any platform that you don’t want to run the test on.
  4. Depending on the platforms that you are using, follow step 2 in Execute an automated test for an Android Xamarin app or Execute an automated test for an iOS Xamarin app.