IBM Rational Functional Tester
Version 6.1
IBM Rational Functional Tester API Reference

Project Version 2.0

com.rational.test.ft.script
Interface IOptionName


public interface IOptionName

Contains definitions of the customization option names.

Since:
RFT1.0

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

DATASTORE

public static final java.lang.String DATASTORE
The root directory for scripts and classes. This is a String.

See Also:
Constant Field Values

RECOGNITION_THRESHOLD

public static final 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. This is an int.

See Also:
Constant Field Values

RECOGNITION_THRESHOLD_WARNING

public static final 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. This is an int.

See Also:
Constant Field Values

RECOGNITION_THRESHOLD_LASTCHANCE

public static final 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. This is an int.

See Also:
Constant Field Values

AMBIGUOUS_RECOGNITION_THRESHOLD

public static final 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.

See Also:
Constant Field Values

OBJECT_MAP_MERGE_RECOGNITION_THRESHOLD

public static final 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. This is an int.

See Also:
Constant Field Values

DELAY_BEFORE_GUI_ACTION

public static final 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. This is a double.

See Also:
Constant Field Values

TIME_MULTIPLIER

public static final java.lang.String TIME_MULTIPLIER
The amount by which each time delay is automatically multiplied. This is a double.

See Also:
Constant Field Values

MAXIMUM_FIND_OBJECT_TIME

public static final java.lang.String MAXIMUM_FIND_OBJECT_TIME
The maximum amount of time to wait while trying to find an object. This is a double.

See Also:
Constant Field Values

FIND_OBJECT_DELAY_BETWEEN_RETRIES

public static final java.lang.String FIND_OBJECT_DELAY_BETWEEN_RETRIES
The amount of time to wait between retries while trying to find an object. This is a double.

See Also:
Constant Field Values

MAXIMUM_WAIT_FOR_EXISTENCE

public static final java.lang.String MAXIMUM_WAIT_FOR_EXISTENCE
The maximum amount of time to wait while waiting for an object to come into existence. This is a double.

See Also:
Constant Field Values

WAIT_FOR_EXISTENCE_DELAY_BETWEEN_RETRIES

public static final 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. This is a double.

See Also:
Constant Field Values

DELAY_BEFORE_MOUSE_DOWN

public static final java.lang.String DELAY_BEFORE_MOUSE_DOWN
Delays by this amount of time, in seconds, before each mouse button down. This is a double.

See Also:
Constant Field Values

DELAY_BEFORE_MOUSE_UP

public static final java.lang.String DELAY_BEFORE_MOUSE_UP
Delays by this amount of time, in seconds, before each mouse button up. This is a double.

See Also:
Constant Field Values

DELAY_BEFORE_MOUSE_MOVE

public static final java.lang.String DELAY_BEFORE_MOUSE_MOVE
Delays by this amount of time, in seconds, before each mouse move. This is a double.

See Also:
Constant Field Values

DELAY_BEFORE_KEY_DOWN

public static final java.lang.String DELAY_BEFORE_KEY_DOWN
Delays by this amount of time, in seconds, before each key down. This is a double.

See Also:
Constant Field Values

DELAY_BEFORE_KEY_UP

public static final java.lang.String DELAY_BEFORE_KEY_UP
Delays by this amount of time, in seconds, before each key up. This is a double.

See Also:
Constant Field Values

DELAY_AFTER_WINDOW_ACTIVATE

public static final java.lang.String DELAY_AFTER_WINDOW_ACTIVATE
Delays by this amount of time, in seconds, after a window is activated. This is a double.

See Also:
Constant Field Values

DELAY_BEFORE_RECORDING_MOUSE_ACTION

public static final java.lang.String DELAY_BEFORE_RECORDING_MOUSE_ACTION
Delays by this amount of time, in seconds, before recording a mouse action. This is a double.

See Also:
Constant Field Values

DELAY_BEFORE_RECORDING_KEYS

public static final java.lang.String DELAY_BEFORE_RECORDING_KEYS
Delays by this amount of time, in seconds, before recording keystrokes. This is a double.

See Also:
Constant Field Values

BRING_UP_MAP_WITH_NEW_TEST_OBJECT

public static final java.lang.String BRING_UP_MAP_WITH_NEW_TEST_OBJECT
Brings up object map after recording if there's new test object. This is a boolean.

See Also:
Constant Field Values

MOUSE_HOVER_TIME

public static final java.lang.String MOUSE_HOVER_TIME
Delays by this amount of time, in seconds, for each mouse hover. This is a double.

See Also:
Constant Field Values

TRIM_STACKTRACE

public static final java.lang.String TRIM_STACKTRACE
Trims extraneous internal classes out of logged stack traces. This is a boolean.

See Also:
Constant Field Values

FORMAT_XML_OUTPUT

public static final java.lang.String FORMAT_XML_OUTPUT
Generates XML files with formatting enabled, using newlines and indentation. This is a boolean

See Also:
Constant Field Values

LOG_FORMAT

public static final java.lang.String LOG_FORMAT
Setting for the format of log files. This is a String.

See Also:
Constant Field Values

BRING_UP_LOGVIEWER

public static final java.lang.String BRING_UP_LOGVIEWER
Brings up the logviewer after playback. This is a boolean.

See Also:
Constant Field Values

USE_DEFAULT_LOG_INFO

public static final java.lang.String USE_DEFAULT_LOG_INFO
Uses the default log information. This is a boolean.

See Also:
Constant Field Values

PROMPT_BEFORE_OVERWRITE_LOG

public static final java.lang.String PROMPT_BEFORE_OVERWRITE_LOG
Prompts before overwriting the log. This is a boolean.

See Also:
Constant Field Values

LOG_EXCEPTION_SNAPSHOT

public static final java.lang.String LOG_EXCEPTION_SNAPSHOT
Boolean indicating whether a snapshot should be taken when an unhandled exception occurs.

See Also:
Constant Field Values

SUPRESS_VP_PERFORM_TEST

public static final java.lang.String SUPRESS_VP_PERFORM_TEST
Flags whether verification-point-perform test actions should be performed. This is a boolean.

See Also:
Constant Field Values

INTERACTIVE

public static final java.lang.String INTERACTIVE
Specifies whether the user is available to interact with the user interface that is presented during playback. This is a boolean.

See Also:
Constant Field Values

PROCESS_EXCLUDE

public static final java.lang.String PROCESS_EXCLUDE
Comma-seperated list of processes not to infest. This is a string.

See Also:
Constant Field Values

SCRIPT_ENCODING

public static final java.lang.String SCRIPT_ENCODING
Character encoding type used in script generation.

See Also:
Constant Field Values

ENABLE_DEFAULT_ENVIRONMENTS

public static final java.lang.String ENABLE_DEFAULT_ENVIRONMENTS
Option to enable default environments on IDE startup

See Also:
Constant Field Values

MAXIMUM_IDENTIFIER_LENGTH

public static final java.lang.String MAXIMUM_IDENTIFIER_LENGTH
Option to control the maximum number of characters used in a Test Object identifer in the script.

See Also:
Constant Field Values

MOUSE_MOVE_INTERPOLATION_PX

public static final java.lang.String MOUSE_MOVE_INTERPOLATION_PX
Option to set the number of pixels moved when doing mouse move interpolation. The default on Windows systems is 0 (no mouse move interpolation). On Windows mouse move interpolation will only be used when playing back drag actions. Mouse move interpolation is always used on Unix systems.

See Also:
Constant Field Values