Uses of Class
com.hp.lft.sdk.mobile.DeviceSessionOptions
Packages that use DeviceSessionOptions
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing objects in mobile applications.
- 
Uses of DeviceSessionOptions in com.hp.lft.sdkMethods in com.hp.lft.sdk with parameters of type DeviceSessionOptionsModifier and TypeMethodDescriptionstatic 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 DeviceSessionOptions in com.hp.lft.sdk.mobileMethods in com.hp.lft.sdk.mobile that return DeviceSessionOptionsModifier and TypeMethodDescriptionDeviceSessionOptions.setAppsToInstall(ApplicationDescription[] appsToInstall) Sets theApplicationDescriptionarray representing additional applications to install.DeviceSessionOptions.setCollectLogs(boolean collectLogs) Sets whether logs should be collected in this session.DeviceSessionOptions.setCollectVitals(DeviceVitalsCollectOptions collectVitals) Sets theDeviceVitalsCollectOptionsdefining which device vitals should be collected in this session.DeviceSessionOptions.setDeviceSource(DeviceSource deviceSource) Sets theDeviceSourcerepresenting the source of the device to use.DeviceSessionOptions.setEnableServiceVirtualization(boolean enableServiceVirtualization) Sets whether Service Virtualization should be enabled in this session.Methods in com.hp.lft.sdk.mobile with parameters of type DeviceSessionOptionsModifier and TypeMethodDescriptionstatic 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.