Interface ISelectTestCasesByOpt

All Superinterfaces:
IEnumOption

public interface ISelectTestCasesByOpt extends IEnumOption
Since:
3.6.2
  • Field Details

    • OPT_MANUAL_SELECTION

      static final String OPT_MANUAL_SELECTION
      Test Cases are defined by manually selected Test Cases, which are saved in the Test Run as Test Records (possibly without any result yet).
      See Also:
    • OPT_STATIC_QUERY_RESULT

      static final String OPT_STATIC_QUERY_RESULT
      Test Cases are defined by result of a query at the moment when the Test Run was created.
      See Also:
    • OPT_DYNAMIC_QUERY_RESULT

      static final String OPT_DYNAMIC_QUERY_RESULT
      Test Cases are defined by current result of a query.
      See Also:
    • OPT_STATIC_LIVEDOC

      static final String OPT_STATIC_LIVEDOC
      Test Cases are defined by content of a Document at the moment when the Test Run was created.
      See Also:
    • OPT_DYNAMIC_LIVEDOC

      static final String OPT_DYNAMIC_LIVEDOC
      Test Cases are defined by current content of a Document.
      See Also:
    • OPT_AUTOMATED_PROCESS

      static final String OPT_AUTOMATED_PROCESS
      Test Cases are not defined in advance, the Test Run results are imported.
      See Also: