AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Represents additional test settings.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.ScheduleRunTest

Namespace: Amazon.DeviceFarm.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ScheduleRunTest : Object

The ScheduleRunTest type exposes the following members

Constructors

NameDescription
Public Method ScheduleRunTest()

Properties

NameTypeDescription
Public Property Filter System.String Gets and sets the property Filter.

The test's filter.

Public Property Parameters System.Collections.Generic.Dictionary<System.String, System.String> Gets and sets the property Parameters.

The test's parameters, such as test framework parameters and fixture settings.

Public Property TestPackageArn System.String Gets and sets the property TestPackageArn.

The ARN of the uploaded test that will be run.

Public Property Type Amazon.DeviceFarm.TestType Gets and sets the property Type.

The test's type.

Must be one of the following values:

  • BUILTIN_FUZZ: The built-in fuzz type.

  • BUILTIN_EXPLORER: For Android, an app explorer that will traverse an Android app, interacting with it and capturing screenshots at the same time.

  • APPIUM_JAVA_JUNIT: The Appium Java JUnit type.

  • APPIUM_JAVA_TESTNG: The Appium Java TestNG type.

  • APPIUM_PYTHON: The Appium Python type.

  • CALABASH: The Calabash type.

  • INSTRUMENTATION: The Instrumentation type.

  • UIAUTOMATION: The uiautomation type.

  • UIAUTOMATOR: The uiautomator type.

  • XCTEST: The XCode test type.

  • APPIUM_WEB_JAVA_JUNIT: The Appium Java JUnit type for Web apps.

  • APPIUM_WEB_JAVA_TESTNG: The Appium Java TestNG type for Web apps.

  • APPIUM_WEB_PYTHON: The Appium Python type for Web apps.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5