Annotation Interface TestRail


@Retention(RUNTIME) @Target(METHOD) public @interface TestRail
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Define the Test Rail sections where the current test will be created section = {"level1", "level2", "level3"}
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
    Define the Execution Type as it exist in Test Rails
     
    Define the test type as it exist in Test Rails
  • Element Details

    • section

      String[] section
      Define the Test Rail sections where the current test will be created section = {"level1", "level2", "level3"}
    • references

      String[] references
      Default:
      {}
    • description

      String description
      Default:
      ""
    • testType

      TestType testType
      Define the test type as it exist in Test Rails
      Default:
      FUNCTIONAL
    • executionType

      ExecutionType[] executionType
      Define the Execution Type as it exist in Test Rails
      Default:
      {REGRESSION}