Skip to content

/AWS1/CL_DFM=>GETDEVICEPOOLCOMPATIBILITY()

About GetDevicePoolCompatibility

Gets information about compatibility with a device pool.

Method Signature

IMPORTING

Required arguments:

IV_DEVICEPOOLARN TYPE /AWS1/DFMAMAZONRESOURCENAME /AWS1/DFMAMAZONRESOURCENAME

The device pool's ARN.

Optional arguments:

IV_APPARN TYPE /AWS1/DFMAMAZONRESOURCENAME /AWS1/DFMAMAZONRESOURCENAME

The ARN of the app that is associated with the specified device pool.

IV_TESTTYPE TYPE /AWS1/DFMTESTTYPE /AWS1/DFMTESTTYPE

The test type for the specified device pool.

Allowed values include the following:

  • BUILTIN_FUZZ.

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

  • APPIUM_JAVA_JUNIT.

  • APPIUM_JAVA_TESTNG.

  • APPIUM_PYTHON.

  • APPIUM_NODE.

  • APPIUM_RUBY.

  • APPIUM_WEB_JAVA_JUNIT.

  • APPIUM_WEB_JAVA_TESTNG.

  • APPIUM_WEB_PYTHON.

  • APPIUM_WEB_NODE.

  • APPIUM_WEB_RUBY.

  • CALABASH.

  • INSTRUMENTATION.

  • UIAUTOMATION.

  • UIAUTOMATOR.

  • XCTEST.

  • XCTEST_UI.

IO_TEST TYPE REF TO /AWS1/CL_DFMSCHEDULERUNTEST /AWS1/CL_DFMSCHEDULERUNTEST

Information about the uploaded test to be run against the device pool.

IO_CONFIGURATION TYPE REF TO /AWS1/CL_DFMSCHEDULERUNCONF /AWS1/CL_DFMSCHEDULERUNCONF

An object that contains information about the settings for a run.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DFMGETDEVPOOLCOMPAT01 /AWS1/CL_DFMGETDEVPOOLCOMPAT01