C# Syntax
public static class MobileLab
System.Object
HP.LFT.SDK.Mobile.MobileLab
Name | Description | |
---|---|---|
MobileCenterAddress | Returns the URI of the Digital Lab as defined in the LFTRuntime configuration, or null if it is not defined. | |
MobileCenterUserName | Returns the user name of the Digital Lab as defined in the LFTRuntime configuration, or null if it is not defined. |
Name | Description | |
---|---|---|
GetDeviceList | Returns information (a list of IDeviceInfo interfaces) about all the devices in Digital Lab. | |
LockDevice | Overloaded. Obtains a device from the Digital Lab lab and locks it, so that only the current OpenText Functional Testing for Developers test can perform actions on it. | |
LockDeviceById | Obtains a device from the Digital Lab lab by deviceID and locks it, so that only the current OpenText Functional Testing for Developers test can perform actions on it. | |
LockDeviceByInfo | Obtains a device from the Digital Lab lab by device information and locks it, so that only the current OpenText Functional Testing for Developers test can perform actions on it. | |
LockDeviceByName | Obtains a device from the Digital Lab lab by device name and locks it, so that only the current OpenText Functional Testing for Developers test can perform actions on it. | |
TryLockDeviceByInfo | Checks whether a device is available in the Digital Lab lab and, if so, locks it so that only the current OpenText Functional Testing for Developers test can perform actions on it. |