Package | Description |
---|---|
com.hp.lft.sdk |
Provides the SDK for core LeanFT functionality.
|
com.hp.lft.sdk.mobile |
Provides the SDK for testing objects in mobile applications.
|
Modifier and Type | Method and Description |
---|---|
static Device |
SrfLab.lockDevice(DeviceDescription description,
ApplicationDescription[] appsToInstall)
Obtains a device from the Mobile Center lab and locks it so that only the current LeanFT test can perform actions on it.
|
static Device |
SrfLab.lockDevice(DeviceDescription description,
ApplicationDescription[] appsToInstall,
DeviceSource deviceSource)
Obtains a device from the Mobile Center lab and locks it so that only the current LeanFT test can perform actions on it.
|
Modifier and Type | Method and Description |
---|---|
ApplicationDescription |
ApplicationDescription.Init.build() |
ApplicationDescription[] |
DeviceSessionOptions.getAppsToInstall()
Returns the
ApplicationDescription array representing additional applications to install. |
Modifier and Type | Method and Description |
---|---|
static Device |
MobileLab.lockDevice(DeviceDescription description,
ApplicationDescription[] appsToInstall)
Obtains a device from the Mobile Center lab and locks it so that only the current LeanFT test can perform actions on it.
|
static Device |
MobileLab.lockDevice(DeviceDescription description,
ApplicationDescription[] appsToInstall,
DeviceSource deviceSource)
Obtains a device from the Mobile Center lab and locks it so that only the current LeanFT test can perform actions on it.
|
DeviceSessionOptions |
DeviceSessionOptions.setAppsToInstall(ApplicationDescription[] appsToInstall)
Sets the
ApplicationDescription array representing additional applications to install. |