|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contains definitions of the customization option names.
Field Summary | |
static java.lang.String |
AMBIGUOUS_RECOGNITION_THRESHOLD
If there are two acceptable candidates matching the recognition criteria and the candidates' recognition scores differ by less than this amount, we consider the recognition to be ambiguous. |
static java.lang.String |
BRING_UP_LOGVIEWER
Brings up the logviewer after playback. |
static java.lang.String |
BRING_UP_MAP_WITH_NEW_TEST_OBJECT
Brings up object map after recording if there's new test object. |
static java.lang.String |
DATASTORE
The root directory for scripts and classes. |
static java.lang.String |
DELAY_AFTER_WINDOW_ACTIVATE
Delays by this amount of time, in seconds, after a window is activated. |
static java.lang.String |
DELAY_BEFORE_GUI_ACTION
The amount of time to wait before each GUI action, that is, either a mouse-click, drag, or inputKeys command. |
static java.lang.String |
DELAY_BEFORE_KEY_DOWN
Delays by this amount of time, in seconds, before each key down. |
static java.lang.String |
DELAY_BEFORE_KEY_UP
Delays by this amount of time, in seconds, before each key up. |
static java.lang.String |
DELAY_BEFORE_MOUSE_DOWN
Delays by this amount of time, in seconds, before each mouse button down. |
static java.lang.String |
DELAY_BEFORE_MOUSE_MOVE
Delays by this amount of time, in seconds, before each mouse move. |
static java.lang.String |
DELAY_BEFORE_MOUSE_UP
Delays by this amount of time, in seconds, before each mouse button up. |
static java.lang.String |
DELAY_BEFORE_RECORDING_KEYS
Delays by this amount of time, in seconds, before recording keystrokes. |
static java.lang.String |
DELAY_BEFORE_RECORDING_MOUSE_ACTION
Delays by this amount of time, in seconds, before recording a mouse action. |
static java.lang.String |
ENABLE_DEFAULT_ENVIRONMENTS
Option to enable default environments on IDE startup |
static java.lang.String |
FIND_OBJECT_DELAY_BETWEEN_RETRIES
The amount of time to wait between retries while trying to find an object. |
static java.lang.String |
FORMAT_XML_OUTPUT
Generates XML files with formatting enabled, using newlines and indentation. |
static java.lang.String |
INTERACTIVE
Specifies whether the user is available to interact with the user interface that is presented during playback. |
static java.lang.String |
LOG_EXCEPTION_SNAPSHOT
Boolean indicating whether a snapshot should be taken when an unhandled exception occurs. |
static java.lang.String |
LOG_FORMAT
Setting for the format of log files. |
static java.lang.String |
MAXIMUM_FIND_OBJECT_TIME
The maximum amount of time to wait while trying to find an object. |
static java.lang.String |
MAXIMUM_IDENTIFIER_LENGTH
Option to control the maximum number of characters used in a Test Object identifer in the script. |
static java.lang.String |
MAXIMUM_WAIT_FOR_EXISTENCE
The maximum amount of time to wait while waiting for an object to come into existence. |
static java.lang.String |
MOUSE_HOVER_TIME
Delays by this amount of time, in seconds, for each mouse hover. |
static java.lang.String |
MOUSE_MOVE_INTERPOLATION_PX
Option to set the number of pixels moved when doing mouse move interpolation. |
static java.lang.String |
OBJECT_MAP_MERGE_RECOGNITION_THRESHOLD
The value at which an object map merge candidate's score is rejected if its score exceeds this amount when looking for an object. |
static java.lang.String |
PROCESS_EXCLUDE
Comma-seperated list of processes not to infest. |
static java.lang.String |
PROMPT_BEFORE_OVERWRITE_LOG
Prompts before overwriting the log. |
static java.lang.String |
RECOGNITION_THRESHOLD
The value at which a candidate's score is rejected if its score exceeds this amount when looking for an object. |
static java.lang.String |
RECOGNITION_THRESHOLD_LASTCHANCE
The value at which a candidate is accepted if its score is less than or equal to this value after a timeout. |
static java.lang.String |
RECOGNITION_THRESHOLD_WARNING
The value at which a warning is logged if the object's score is greater than this value after finding an object. |
static java.lang.String |
SCRIPT_ENCODING
Character encoding type used in script generation. |
static java.lang.String |
SUPRESS_VP_PERFORM_TEST
Flags whether verification-point-perform test actions should be performed. |
static java.lang.String |
TIME_MULTIPLIER
The amount by which each time delay is automatically multiplied. |
static java.lang.String |
TRIM_STACKTRACE
Trims extraneous internal classes out of logged stack traces. |
static java.lang.String |
USE_DEFAULT_LOG_INFO
Uses the default log information. |
static java.lang.String |
WAIT_FOR_EXISTENCE_DELAY_BETWEEN_RETRIES
The maximum amount of time to wait between retries while waiting for an object to come into existence. |
Field Detail |
public static final java.lang.String DATASTORE
public static final java.lang.String RECOGNITION_THRESHOLD
public static final java.lang.String RECOGNITION_THRESHOLD_WARNING
public static final java.lang.String RECOGNITION_THRESHOLD_LASTCHANCE
public static final java.lang.String AMBIGUOUS_RECOGNITION_THRESHOLD
public static final java.lang.String OBJECT_MAP_MERGE_RECOGNITION_THRESHOLD
public static final java.lang.String DELAY_BEFORE_GUI_ACTION
public static final java.lang.String TIME_MULTIPLIER
public static final java.lang.String MAXIMUM_FIND_OBJECT_TIME
public static final java.lang.String FIND_OBJECT_DELAY_BETWEEN_RETRIES
public static final java.lang.String MAXIMUM_WAIT_FOR_EXISTENCE
public static final java.lang.String WAIT_FOR_EXISTENCE_DELAY_BETWEEN_RETRIES
public static final java.lang.String DELAY_BEFORE_MOUSE_DOWN
public static final java.lang.String DELAY_BEFORE_MOUSE_UP
public static final java.lang.String DELAY_BEFORE_MOUSE_MOVE
public static final java.lang.String DELAY_BEFORE_KEY_DOWN
public static final java.lang.String DELAY_BEFORE_KEY_UP
public static final java.lang.String DELAY_AFTER_WINDOW_ACTIVATE
public static final java.lang.String DELAY_BEFORE_RECORDING_MOUSE_ACTION
public static final java.lang.String DELAY_BEFORE_RECORDING_KEYS
public static final java.lang.String BRING_UP_MAP_WITH_NEW_TEST_OBJECT
public static final java.lang.String MOUSE_HOVER_TIME
public static final java.lang.String TRIM_STACKTRACE
public static final java.lang.String FORMAT_XML_OUTPUT
public static final java.lang.String LOG_FORMAT
public static final java.lang.String BRING_UP_LOGVIEWER
public static final java.lang.String USE_DEFAULT_LOG_INFO
public static final java.lang.String PROMPT_BEFORE_OVERWRITE_LOG
public static final java.lang.String LOG_EXCEPTION_SNAPSHOT
public static final java.lang.String SUPRESS_VP_PERFORM_TEST
public static final java.lang.String INTERACTIVE
public static final java.lang.String PROCESS_EXCLUDE
public static final java.lang.String SCRIPT_ENCODING
public static final java.lang.String ENABLE_DEFAULT_ENVIRONMENTS
public static final java.lang.String MAXIMUM_IDENTIFIER_LENGTH
public static final java.lang.String MOUSE_MOVE_INTERPOLATION_PX
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |