You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Field: RelationshipTypeKey

Description

The RelationshipTypeKey field allows for filtering of relationships based on their specific Key.

Relationship Type Keys, unlikely there labels, are guaranteed to stay the same between each release of Enterprise Tester and won't be internationalized/translated like a Relationship or Relationship Type will.

Allowable Values

  • AutomatedTestAssignment
  • TestScriptAssignment
  • RequirementToRequirementAssociation
  • ScriptToRequirementCoverage
  • AutomatedTestToRequirementCoverage
  • RequirementToRequirementDependency
  • AutomatedTestRunIncident
  • StepRunResultIncident
  • ParentRequirementToChildRequirement

Examples

All scritps that have a coverage relationship to a requirement:

EntityType = Script AND Relationships IN { RelationshipTypeKey = ScriptToRequirementCoverage }

Supported Operators

=, IN, !=, NOT IN, IS, IS NOT

Supported Indexes

Relationship

Supported Types

  • AgileRun
  • AutomatedTest
  • AutomatedTestAssignment
  • Incident
  • Requirement
  • RequirementPackage
  • TestExecutionPackage
  • TestScript
  • TestScriptAssignment
  • TestScriptPackage

Supported Features

FeatureSupported?
AggregationYes (String)
SortableYes
Sub-selectsNo

  • No labels