Interface TestRecordFields

All Superinterfaces:
Fields, Iterable<Field>, IterableWithSize<Field>

public interface TestRecordFields extends Fields
Since:
3.9.2
  • Method Details

    • testCase

      @NotNull WorkItemField testCase()
      For executed and paused Test Records the Test Case is in the revision that it was executed in. (Even partially.) For planned Test Records, the Test Case is in the revision that it is planned to be executed in. (Currently, the only way to plan a Test Case from a revision is via LiveDoc based Test Runs by freezing the Test Case reference in the LiveDoc.)
    • result

      @NotNull EnumOptionField result()
    • comment

      @NotNull RichTextField comment()
    • attachments

      @NotNull AttachmentBasesField attachments()
    • testStepResults

      @NotNull TestStepResultsField testStepResults()
    • testParameters

      @NotNull ParametersField testParameters()
    • executed

      @NotNull DateField executed()
    • executedBy

      @NotNull UserField executedBy()
    • duration

      @NotNull FloatField duration()
    • defect

      @NotNull WorkItemField defect()
    • iteration

      @NotNull IntegerField iteration()
      If there are multiple test records for a single test case, these test records are also called iterations. The iteration number of a test record is the index of it in the list of all test records for the same test case in the containing test run.
    • signed

      @NotNull BooleanField signed()
      Returns:
      true if Test Record is executed and is electronically signed.
      Since:
      3.10.0
    • testCaseRevision

      @NotNull StringField testCaseRevision()
      Returns:
      revision of related test case.
      Since:
      3.10.0