Uses of Class
com.hp.lft.sdk.mobile.DeviceDescription
Packages that use DeviceDescription
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing objects in mobile applications.
-
Uses of DeviceDescription in com.hp.lft.sdk
Methods in com.hp.lft.sdk with parameters of type DeviceDescriptionModifier and TypeMethodDescriptionstatic Device
SrfLab.lockDevice
(DeviceDescription description) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.static Device
SrfLab.lockDevice
(DeviceDescription description, ApplicationDescription[] appsToInstall) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.static Device
SrfLab.lockDevice
(DeviceDescription description, ApplicationDescription[] appsToInstall, DeviceSource deviceSource) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.static Device
SrfLab.lockDevice
(DeviceDescription description, DeviceSessionOptions sessionOptions) Obtains a device from the OpenText Functional Testing Lab and locks it, so that only the current test can perform actions on it. -
Uses of DeviceDescription in com.hp.lft.sdk.mobile
Methods in com.hp.lft.sdk.mobile that return DeviceDescriptionModifier and TypeMethodDescriptionDeviceDescription.Init.build()
static DeviceDescription
This method creates a new instance ofDeviceDescription
and initializes it with the given props map.Methods in com.hp.lft.sdk.mobile with parameters of type DeviceDescriptionModifier and TypeMethodDescriptionstatic Device
MobileLab.lockDevice
(DeviceDescription description) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.static Device
MobileLab.lockDevice
(DeviceDescription description, ApplicationDescription[] appsToInstall) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.static Device
MobileLab.lockDevice
(DeviceDescription description, ApplicationDescription[] appsToInstall, DeviceSource deviceSource) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.static Device
MobileLab.lockDevice
(DeviceDescription description, DeviceSessionOptions sessionOptions) Obtains a device from the OpenText Functional Testing Lab and locks it, so that only the current test can perform actions on it.