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.sdk
Methods in com.hp.lft.sdk with parameters of type DeviceSessionOptionsModifier and TypeMethodDescriptionstatic 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 DeviceSessionOptions in com.hp.lft.sdk.mobile
Methods in com.hp.lft.sdk.mobile that return DeviceSessionOptionsModifier and TypeMethodDescriptionDeviceSessionOptions.setAppsToInstall
(ApplicationDescription[] appsToInstall) Sets theApplicationDescription
array representing additional applications to install.DeviceSessionOptions.setCollectLogs
(boolean collectLogs) Sets whether logs should be collected in this session.DeviceSessionOptions.setCollectVitals
(DeviceVitalsCollectOptions collectVitals) Sets theDeviceVitalsCollectOptions
defining which device vitals should be collected in this session.DeviceSessionOptions.setDeviceSource
(DeviceSource deviceSource) Sets theDeviceSource
representing 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 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.