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