Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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:

Code Block
languagenone
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