Annotation Type TestRail


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

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] section
      Define the Test Rail sections where the current test will be created section = {"level1", "level2", "level3"}
    • Element Detail

      • section

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

        java.lang.String[] references
        Default:
        {}
      • description

        java.lang.String description
        Default:
        ""
      • testType

        TestType testType
        Define the test type as it exist in Test Rails
        Default:
        org.alfresco.utility.testrail.TestType.FUNCTIONAL
      • executionType

        ExecutionType[] executionType
        Define the Execution Type as it exist in Test Rails
        Default:
        {org.alfresco.utility.testrail.ExecutionType.REGRESSION}