Uses of Class
com.hp.lft.sdk.mobile.ApplicationDescription
Packages that use ApplicationDescription
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing objects in mobile applications.
-
Uses of ApplicationDescription in com.hp.lft.sdk
Methods in com.hp.lft.sdk with parameters of type ApplicationDescriptionModifier and TypeMethodDescriptionstatic 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. -
Uses of ApplicationDescription in com.hp.lft.sdk.mobile
Methods in com.hp.lft.sdk.mobile that return ApplicationDescriptionModifier and TypeMethodDescriptionApplicationDescription.Init.build()
DeviceSessionOptions.getAppsToInstall()
Returns theApplicationDescription
array representing additional applications to install.Methods in com.hp.lft.sdk.mobile with parameters of type ApplicationDescriptionModifier and TypeMethodDescriptionstatic 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.DeviceSessionOptions.setAppsToInstall
(ApplicationDescription[] appsToInstall) Sets theApplicationDescription
array representing additional applications to install.