Table of Contents

Class ApplicationDescription

The description of a mobile Application test object.

Inheritance
ApplicationDescription
Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public class ApplicationDescription : PropertiesDescription, IDescription, ICloneable

Constructors

ApplicationDescription()

Declaration
public ApplicationDescription()

Properties

Identifier

The application identifier string.

Declaration
public string Identifier { get; set; }
Property Value
Type Description
string

IsPackaged

Indicates whether the application is packaged (instrumented) or not.

Declaration
public bool? IsPackaged { get; set; }
Property Value
Type Description
bool?

Name

The name of the mobile application.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Upload

The application upload number. The upload number can be used to identify the application uniquely when the application is uploaded more than once.

Declaration
public int? Upload { get; set; }
Property Value
Type Description
int?

Version

The application version.

Declaration
public string Version { get; set; }
Property Value
Type Description
string

Implements

IDescription
ICloneable