Table of Contents

Interface IAlmRunInfo

An object that includes test or business component information originating from OpenText Application Quality Management.

Namespace: HP.LFT.SDK.Utils
Assembly: HP.LFT.SDK.dll
Syntax
public interface IAlmRunInfo

Properties

BusinessComponentRunInfo

The business component run information. If the test is not a business component, returns NULL.

Declaration
IBusinessComponentRunInfo BusinessComponentRunInfo { get; }
Property Value
Type Description
IBusinessComponentRunInfo

DomainName

The OpenText Application Quality Management domain name.

Declaration
string DomainName { get; }
Property Value
Type Description
string

Parameters

Test parameters as defined in OpenText Application Quality Management for regular tests and business components.

Declaration
IDictionary<string, object> Parameters { get; }
Property Value
Type Description
IDictionary<string, object>

ProjectName

The OpenText Application Quality Management project name.

Declaration
string ProjectName { get; }
Property Value
Type Description
string

RunId

The OpenText Application Quality Management test run ID.

Declaration
int RunId { get; }
Property Value
Type Description
int

RunName

The test run name as defined in OpenText Application Quality Management.

Declaration
string RunName { get; }
Property Value
Type Description
string

ServerUrl

The OpenText Application Quality Management server URL.

Declaration
string ServerUrl { get; }
Property Value
Type Description
string

TestId

The OpenText Application Quality Management test ID.

Declaration
int TestId { get; }
Property Value
Type Description
int

TestInstanceId

The OpenText Application Quality Management test instance ID.

Declaration
int TestInstanceId { get; }
Property Value
Type Description
int

TestName

The test name as defined in OpenText Application Quality Management.

Declaration
string TestName { get; }
Property Value
Type Description
string

TestSetId

The OpenText Application Quality Management test set ID.

Declaration
int TestSetId { get; }
Property Value
Type Description
int

TestSetName

The OpenText Application Quality Management test set name.

Declaration
string TestSetName { get; }
Property Value
Type Description
string

TestType

Returns a RunningLeanFtTestType type indicating the running test Type.

Declaration
AlmUtils.RunningLeanFtTestType TestType { get; }
Property Value
Type Description
AlmUtils.RunningLeanFtTestType

TesterName

The name of the user running the test.

Declaration
string TesterName { get; }
Property Value
Type Description
string