C# Syntax
public interface IAlmRunInfo
Name | Description | |
---|---|---|
![]() | BusinessComponentRunInfo | The business component run information. If the test is not a business component, returns NULL. |
![]() | DomainName | The ALM domain name. |
![]() | Parameters | Test parameters as defined in ALM for regular tests and business components. |
![]() | ProjectName | The ALM project name. |
![]() | RunId | The ALM test run ID. |
![]() | RunName | The test run name as defined in ALM. |
![]() | ServerUrl | The ALM server URL. |
![]() | TesterName | The name of the user running the test. |
![]() | TestId | The ALM test ID. |
![]() | TestInstanceId | The ALM test instance ID. |
![]() | TestName | The test name as defined in ALM. |
![]() | TestSetId | The ALM test set ID. |
![]() | TestSetName | The ALM test set name. |
![]() | TestType | Returns a RunningLeanFtTestType type indicating the running test Type. |