Table of Contents

Class AlmUtils

A class that includes test or business component information originating from OpenText Application Quality Management.

Inheritance
AlmUtils
Namespace: HP.LFT.SDK.Utils
Assembly: HP.LFT.SDK.dll
Syntax
public class AlmUtils

Constructors

AlmUtils()

Declaration
public AlmUtils()

Properties

AlmRunInfo

Returns the AlmRunInfo class containing the OpenText Application Quality Management test information. If the test is not run from OpenText Application Quality Management, returns NULL.

Declaration
public static IAlmRunInfo AlmRunInfo { get; }
Property Value
Type Description
IAlmRunInfo