Annotation Type CTestIds


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface CTestIds
    This annotation CTestIds uses to mark test with the id which is using for future traceability. (i.e. Jira Number)

    Please note:

    • traceability is a most have for any testing system so we should be careful to have a unique CTestIds for each test.
    • we use Ids from this set when we get TestNG test suite for some scenarios.
    • we plan to use this id for command line execution in future so using a command line you can specify list of one or more tests to be executed.
    • we use this ids to refer to the test during reporting .
    See Also:
    CDeferred, CAwaiting, COpenDefects
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] ids  
    • Element Detail

      • ids

        java.lang.String[] ids