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 DeviceSrfLab.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 DeviceSrfLab.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 DeviceSrfLab.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 DeviceSrfLab.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 DeviceDescriptionThis method creates a new instance ofDeviceDescriptionand initializes it with the given props map.Methods in com.hp.lft.sdk.mobile with parameters of type DeviceDescriptionModifier and TypeMethodDescriptionstatic DeviceMobileLab.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 DeviceMobileLab.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 DeviceMobileLab.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 DeviceMobileLab.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.