Xamarin.UITest Namespace

Classes

ConfigureApp

Main entry point for Xamarin.UITest. This is a fluent API that allows you to configure your app for either Android or iOS and start it.

TestEnvironment

Contains runtime information about the current test environment.

UITestConstants

Default parameter values for various UITest API functions

Interfaces

IApp

Represents the main gateway to interact with an app. This interface contains shared functionality between AndroidApp and iOSApp.

IDevice

Runtime information and control of device.

ITestServer

Provides access to the test server running on the device for advanced scenarios.

Enums

Platform

The platform being tested.

ScrollStrategy

Strategy for scrolling

TestPlatform

Enum containing the various different test platforms.