Interface IDeviceInfo
Information about the available mobile device returned from OpenText Functional Testing Lab
public interface IDeviceInfo
Properties
FleetType
The fleetType of the device as defined in OpenText Functional Testing Lab
string FleetType { get; }
Property Value
Id
The ID of the device in OpenText Functional Testing Lab
string Id { get; }
Property Value
Location
The location of the device as defined in OpenText Functional Testing Lab
string Location { get; }
Property Value
Manufacturer
The manufacturer of the device.
string Manufacturer { get; }
Property Value
Model
The model name of the device.
string Model { get; }
Property Value
Name
The name of the device as defined in OpenText Functional Testing Lab
string Name { get; }
Property Value
OSType
The operating system currently running on the device.
string OSType { get; }
Property Value
OSVersion
The version of the operating system currently running on the device.
string OSVersion { get; }
Property Value
Source
The source of the device as defined in OpenText Functional Testing Lab
string Source { get; }