com.polarion.alm.tracker.model.ISelectTestCasesByOpt


FIELDS
Modifiers and TypeNameDescription
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).
String OPT_STATIC_QUERY_RESULT Test Cases are defined by the result of a query done the moment the Test Run is created.
String OPT_DYNAMIC_QUERY_RESULT The current result of a query defines Test Cases.
String OPT_STATIC_LIVEDOC Test Cases get defined by the content of a Document the moment the Test Run is created.
String OPT_DYNAMIC_LIVEDOC The current content of a Document defines the Test Cases.
String OPT_AUTOMATED_PROCESS Test Cases are not defined in advance, the Test Run results are imported.

Back to Index