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.sdkMethods in com.hp.lft.sdk with parameters of type ApplicationDescriptionModifier and TypeMethodDescriptionstatic 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.
- 
Uses of ApplicationDescription in com.hp.lft.sdk.mobileMethods in com.hp.lft.sdk.mobile that return ApplicationDescriptionModifier and TypeMethodDescriptionApplicationDescription.Init.build()DeviceSessionOptions.getAppsToInstall()Returns theApplicationDescriptionarray representing additional applications to install.Methods in com.hp.lft.sdk.mobile with parameters of type ApplicationDescriptionModifier and TypeMethodDescriptionstatic 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.DeviceSessionOptions.setAppsToInstall(ApplicationDescription[] appsToInstall) Sets theApplicationDescriptionarray representing additional applications to install.