IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

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_FLEX_GUI_ACTION
          Flag to set max delay before the Flex gui action
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 ENABLE_SCRIPT_VISUALIZATION
          Flags to enable script visualization
static java.lang.String ENABLE_SIMPLIFIED_SCRIPT_IN_JAVA
          Flags to enable emitting of simpified scripts in generated java scripts.
static java.lang.String ENABLE_VOM
          Flags to enable Visual Object Map
static java.lang.String ENABLE_VOM_DATA_VP
          Flags to enable Visual Object Map Data Vp during recording
static java.lang.String ENABLE_VOM_DP
          Flags to enable capturing of Datapool data during recording
static java.lang.String ENABLE_VOM_PROP_VP
          Flags to enable Visual Object Map Property Vp during recording
static java.lang.String FIND_OBJECT_DELAY_BETWEEN_RETRIES
          The amount of time to wait between retries while trying to find an object.
static double FLEX_DEFAULT_GUI_ACTION_DELAY
          Flag to set the default gui action delay in Flex domain
static java.lang.String FORMAT_XML_OUTPUT
          Generates XML files with formatting enabled, using newlines and indentation.
static java.lang.String HTML_TABLE_MAPPING_POLICY
          Option to control how HTML tables are mapped (Object Mapping Policy type)
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 JAVA_SWT_COMPOSITE_MAPPING_POLICY
          Option to control how Java Swt Composite objects are mapped (Object Mapping Policy type)
static java.lang.String LOG_APPLICATION_GUI_ACTION
          Boolean indicating whether AUT GUI actions should be logged.
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 MAX_VOM_DEFAULT_VP_COUNT
          Flags to set the maximum number of vp to be inserted from the visual Objects.
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 PERFORM_PLAYBACK_IN_INTERACTIVE_MODE
          Flags whether playback should be performed in interactive mode.
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 RECORD_OBJECT_RELATIVE_VPS
          Option to control the recording of TestObject relative Verification Points or alternatively to encapsulate TestObject information within the VP.
static java.lang.String SCRIPT_ENCODING
          Character encoding type used in script generation.
static java.lang.String SHOW_EXCEPTION_DLG
          Uses the default log information.
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

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

See Also:
Constant Field Values

RECOGNITION_THRESHOLD

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

LOG_APPLICATION_GUI_ACTION

static final java.lang.String LOG_APPLICATION_GUI_ACTION
Boolean indicating whether AUT GUI actions should be logged.

See Also:
Constant Field Values

INTERACTIVE

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

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

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

See Also:
Constant Field Values

ENABLE_DEFAULT_ENVIRONMENTS

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

See Also:
Constant Field Values

MAXIMUM_IDENTIFIER_LENGTH

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

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

RECORD_OBJECT_RELATIVE_VPS

static final java.lang.String RECORD_OBJECT_RELATIVE_VPS
Option to control the recording of TestObject relative Verification Points or alternatively to encapsulate TestObject information within the VP.

See Also:
Constant Field Values

HTML_TABLE_MAPPING_POLICY

static final java.lang.String HTML_TABLE_MAPPING_POLICY
Option to control how HTML tables are mapped (Object Mapping Policy type)

See Also:
Constant Field Values

JAVA_SWT_COMPOSITE_MAPPING_POLICY

static final java.lang.String JAVA_SWT_COMPOSITE_MAPPING_POLICY
Option to control how Java Swt Composite objects are mapped (Object Mapping Policy type)

See Also:
Constant Field Values

SHOW_EXCEPTION_DLG

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

See Also:
Constant Field Values

PERFORM_PLAYBACK_IN_INTERACTIVE_MODE

static final java.lang.String PERFORM_PLAYBACK_IN_INTERACTIVE_MODE
Flags whether playback should be performed in interactive mode. This is a boolean.

See Also:
Constant Field Values

ENABLE_SCRIPT_VISUALIZATION

static final java.lang.String ENABLE_SCRIPT_VISUALIZATION
Flags to enable script visualization

See Also:
Constant Field Values

ENABLE_SIMPLIFIED_SCRIPT_IN_JAVA

static final java.lang.String ENABLE_SIMPLIFIED_SCRIPT_IN_JAVA
Flags to enable emitting of simpified scripts in generated java scripts.

See Also:
Constant Field Values

ENABLE_VOM

static final java.lang.String ENABLE_VOM
Flags to enable Visual Object Map

See Also:
Constant Field Values

ENABLE_VOM_DATA_VP

static final java.lang.String ENABLE_VOM_DATA_VP
Flags to enable Visual Object Map Data Vp during recording

See Also:
Constant Field Values

ENABLE_VOM_PROP_VP

static final java.lang.String ENABLE_VOM_PROP_VP
Flags to enable Visual Object Map Property Vp during recording

See Also:
Constant Field Values

ENABLE_VOM_DP

static final java.lang.String ENABLE_VOM_DP
Flags to enable capturing of Datapool data during recording

See Also:
Constant Field Values

MAX_VOM_DEFAULT_VP_COUNT

static final java.lang.String MAX_VOM_DEFAULT_VP_COUNT
Flags to set the maximum number of vp to be inserted from the visual Objects. (Application View)

See Also:
Constant Field Values

DELAY_BEFORE_FLEX_GUI_ACTION

static final java.lang.String DELAY_BEFORE_FLEX_GUI_ACTION
Flag to set max delay before the Flex gui action

See Also:
Constant Field Values

FLEX_DEFAULT_GUI_ACTION_DELAY

static final double FLEX_DEFAULT_GUI_ACTION_DELAY
Flag to set the default gui action delay in Flex domain

See Also:
Constant Field Values