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

Project Version 2.0
A B C D E F G H I K L M N O P R S T U V W Y _

R

RANDOM_SEED - Static variable in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
 
RATIONAL_TEST_SCRIPT - Static variable in interface com.rational.test.ft.script.IScriptDefinition
 
READY - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for the browser READY command flag.
READY - Static variable in class com.rational.test.ft.script.ScriptCommandFlags
Indicates that the browser is ready.
RECOGNITION_THRESHOLD - Static variable in interface com.rational.test.ft.script.IOptionName
The value at which a candidate's score is rejected if its score exceeds this amount when looking for an object.
RECOGNITION_THRESHOLD_LASTCHANCE - Static variable in interface com.rational.test.ft.script.IOptionName
The value at which a candidate is accepted if its score is less than or equal to this value after a timeout.
RECOGNITION_THRESHOLD_WARNING - Static variable in interface com.rational.test.ft.script.IOptionName
The value at which a warning is logged if the object's score is greater than this value after finding an object.
RECORD - Static variable in interface com.rational.test.ft.script.IOptionCategoryName
 
RIGHT - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for a RIGHT mouse modifier specification.
RIGHT_BUTTON_DOWN - Static variable in class com.rational.test.ft.script.LowLevelMouseEvent
 
RIGHT_BUTTON_UP - Static variable in class com.rational.test.ft.script.LowLevelMouseEvent
 
RIGHT_EDGE - Static variable in class com.rational.test.ft.script.Location
Location name for a frame edge RIGHT_EDGE subitem location specification.
RIGHT_EDGE - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for a RIGHT_EDGE block increment subitem location specification.
ROLE - Static variable in interface com.rational.test.ft.script.IMapPropertyName
The administrative property for the TestObject role property.
ROLE_INPUT_DATA - Static variable in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolVariable
 
ROLE_INPUT_OUTPUT_DATA - Static variable in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolVariable
 
ROLE_OUTPUT_DATA - Static variable in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolVariable
 
ROLE_UNSPECIFIED - Static variable in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolVariable
 
ROLE_VERIFICATION_DATA - Static variable in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolVariable
 
RandomIterator - class com.rational.test.ft.datapool.RandomIterator.
The RFT iterator used when random iteration format is selected for a particular script.
RandomIterator() - Constructor for class com.rational.test.ft.datapool.RandomIterator
 
RationalTestError - error com.rational.test.ft.RationalTestError.
The base class for all test Errors.
RationalTestError() - Constructor for class com.rational.test.ft.RationalTestError
 
RationalTestError(String) - Constructor for class com.rational.test.ft.RationalTestError
 
RationalTestError(String, String) - Constructor for class com.rational.test.ft.RationalTestError
 
RationalTestException - exception com.rational.test.ft.RationalTestException.
The base class for all exceptions used by the product.
RationalTestException() - Constructor for class com.rational.test.ft.RationalTestException
 
RationalTestException(String) - Constructor for class com.rational.test.ft.RationalTestException
 
RationalTestException(String, String) - Constructor for class com.rational.test.ft.RationalTestException
 
RationalTestRemoteException - exception com.rational.test.ft.RationalTestRemoteException.
Thrown when an error occurs using the internal queued message facility.
RationalTestRemoteException(String, String, String, String) - Constructor for class com.rational.test.ft.RationalTestRemoteException
 
RationalTestRemoteException(String, Throwable) - Constructor for class com.rational.test.ft.RationalTestRemoteException
 
RationalTestRemoteException(String) - Constructor for class com.rational.test.ft.RationalTestRemoteException
 
RationalTestScript - class com.rational.test.ft.script.RationalTestScript.
Provides a variety of methods that can be used in any script.
RationalTestScript() - Constructor for class com.rational.test.ft.script.RationalTestScript
Constructs a RationalTestScript object.
RationalTestScriptConstants - interface com.rational.test.ft.script.RationalTestScriptConstants.
Constants used by test scripts.
RationalTestScriptError - error com.rational.test.ft.script.RationalTestScriptError.
Thrown when a script ends due to an unhandled Error.
RationalTestScriptError(String, String, String, int, String) - Constructor for class com.rational.test.ft.script.RationalTestScriptError
 
RationalTestScriptException - exception com.rational.test.ft.script.RationalTestScriptException.
Thrown when a script ends due to an unhandled Exception, RuntimeException, or Throwable (but not an unhandled Error).
RationalTestScriptException(String, String, String, int, String) - Constructor for class com.rational.test.ft.script.RationalTestScriptException
 
RationalTestScriptException(String, int, Throwable) - Constructor for class com.rational.test.ft.script.RationalTestScriptException
 
RationalTestScriptShutdown - error com.rational.test.ft.script.RationalTestScriptShutdown.
Generated when there is a hot-key press, which has the effect of shutting down the script playback.
RationalTestScriptShutdown(String, String, String, int, String) - Constructor for class com.rational.test.ft.script.RationalTestScriptShutdown
 
ReadOnlyString - class com.rational.test.ft.value.ReadOnlyString.
Displays an object without allowing modification to the original object in the editor.
ReadOnlyString(Object, String) - Constructor for class com.rational.test.ft.value.ReadOnlyString
Enforces the separation between the true object and the viewable form of the object in the editors.
RecognitionIndex - class com.rational.test.ft.value.RecognitionIndex.
Adds definition to a simple int value; this is a container class.
RecognitionIndex(int) - Constructor for class com.rational.test.ft.value.RecognitionIndex
 
RecognitionString - class com.rational.test.ft.value.RecognitionString.
Adds definition to a simple String value; this is a container class.
RecognitionString(String) - Constructor for class com.rational.test.ft.value.RecognitionString
 
RecorderException - exception com.rational.test.ft.RecorderException.
This exception is thrown by the recorder if an error occurs starting or stopping the recorder.
RecorderException() - Constructor for class com.rational.test.ft.RecorderException
 
RecorderException(String) - Constructor for class com.rational.test.ft.RecorderException
 
Regex - class com.rational.test.util.regex.Regex.
This is an efficient, lightweight regular expression evaluator/matcher class.
Regex(String) - Constructor for class com.rational.test.util.regex.Regex
Constructs a regular expression based on the specified pattern.
Regex(String, int) - Constructor for class com.rational.test.util.regex.Regex
Constructs a regular expression based on the specified pattern.
Regex(String, boolean) - Constructor for class com.rational.test.util.regex.Regex
Constructs a regular expression based on the specified pattern.
RegexSyntaxException - exception com.rational.test.util.regex.RegexSyntaxException.
Thrown when constructing a RegularExpression with invalid syntax.
RegexSyntaxException() - Constructor for class com.rational.test.util.regex.RegexSyntaxException
 
RegexSyntaxException(String) - Constructor for class com.rational.test.util.regex.RegexSyntaxException
 
RegularExpression - class com.rational.test.ft.value.RegularExpression.
Encapsulates the regular-expression pattern specification and the original value that the pattern replaces.
RegularExpression(String, boolean, Object) - Constructor for class com.rational.test.ft.value.RegularExpression
 
RegularExpression(String, boolean) - Constructor for class com.rational.test.ft.value.RegularExpression
 
RegularExpression(String, boolean, Object, boolean) - Constructor for class com.rational.test.ft.value.RegularExpression
 
RegularExpression(Object, boolean, boolean) - Constructor for class com.rational.test.ft.value.RegularExpression
Constructs the pattern from the toString of the supplied value.
RootTestObject - class com.rational.test.ft.object.interfaces.RootTestObject.
The RootTestObject represents a global view of the system being tested.
Row - class com.rational.test.ft.script.Row.
Enforces a semantic definition to a row in a table or grid-type control in the software under test.
Row(String) - Constructor for class com.rational.test.ft.script.Row
 
Row(Subitem) - Constructor for class com.rational.test.ft.script.Row
 
Row(Object, Object) - Constructor for class com.rational.test.ft.script.Row
 
Row(Object, Object, Object, Object) - Constructor for class com.rational.test.ft.script.Row
 
Row(Object, Object, Object, Object, Object, Object) - Constructor for class com.rational.test.ft.script.Row
 
Row(Object[]) - Constructor for class com.rational.test.ft.script.Row
 
Row(Index) - Constructor for class com.rational.test.ft.script.Row
 
Row(int) - Constructor for class com.rational.test.ft.script.Row
 
RowHeader - class com.rational.test.ft.script.RowHeader.
Clarifies which row header is in the table.
RowHeader(Subitem) - Constructor for class com.rational.test.ft.script.RowHeader
Constructor for RowHeader.
RunException - exception com.rational.test.ft.script.RunException.
Thrown when an error occurs in the run method of RationalTestScript.
RunException() - Constructor for class com.rational.test.ft.script.RunException
 
RunException(String) - Constructor for class com.rational.test.ft.script.RunException
 
rational_ft - class com.rational.test.ft.rational_ft.
Command-line interface for Functional Test.
rational_ft() - Constructor for class com.rational.test.ft.rational_ft
 
rational_ft.RationalFtClassLoader - class com.rational.test.ft.rational_ft.RationalFtClassLoader.
This class loader is given a path when constructed, and it knows to load classes on that path.
rational_ft.RationalFtClassLoader(String[]) - Constructor for class com.rational.test.ft.rational_ft.RationalFtClassLoader
Construct an FtClassLoader, and give it the path it should use for loading our classes.
rational_ft.RationalFtClassLoader(String[], ClassLoader) - Constructor for class com.rational.test.ft.rational_ft.RationalFtClassLoader
Construct an FtClassLoader, and give it the path it should use for loading our classes.
readFile(String) - Method in class com.rational.test.ft.rational_ft.RationalFtClassLoader
This is our readFile(), overriding the one in ClassLoader.
recordAdded(IDatapool, int, int) - Method in class org.eclipse.hyades.edit.datapool.DatapoolAdapter
 
recordAdded(IDatapool, int, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapoolListener
 
recordChanged(IDatapool, int, int) - Method in class org.eclipse.hyades.edit.datapool.DatapoolAdapter
 
recordChanged(IDatapool, int, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapoolListener
 
recordMoved(IDatapool, int, int, int) - Method in class org.eclipse.hyades.edit.datapool.DatapoolAdapter
 
recordMoved(IDatapool, int, int, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapoolListener
 
recordRemoved(IDatapool, int, int) - Method in class org.eclipse.hyades.edit.datapool.DatapoolAdapter
 
recordRemoved(IDatapool, int, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapoolListener
 
remove(String) - Method in class com.rational.test.ft.script.WeightedPropertySet
Removes the specified property from the active set.
remove(String) - Method in class com.rational.test.ft.value.ExpandableList
Removes an element from the ExpandableList.
remove(String) - Method in class com.rational.test.ft.value.NameSet
Removes an element from the NameSet.
remove(int) - Method in interface com.rational.test.ft.vp.ITestDataElementList
Removes the element at the specified index from the list.
removeAll() - Method in class com.rational.test.ft.script.WeightedPropertySet
Removes all properties from this set.
removeAll() - Method in class com.rational.test.ft.value.ExpandableList
Removes all elements from the ExpandableList.
removeAll() - Method in class com.rational.test.ft.value.NameSet
Removes all elements from the NameSet.
removeAll() - Method in interface com.rational.test.ft.vp.ITestDataElementList
Removes all elements in the list.
removeAuxiliaryDataName(String, String) - Method in interface com.rational.test.ft.script.IScriptDefinition
Removes the specified name from the list of auxiliary data names associated with this script.
removeChild(IMappedTestObject) - Method in class com.rational.test.ft.object.map.MappedTestObject
Deletes the specified child from this nodes list of child objects.
removeComparisonRegion(ITestDataTableRegion) - Method in interface com.rational.test.ft.vp.ITestDataTable
Removes the supplied comparison region from the region set associated with this table data object.
removeDatapoolListener(IDatapoolListener) - Method in interface org.eclipse.hyades.edit.datapool.IDatapool
Removes a listener from the datapool instance.
removeEquivalenceClass(int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapool
Remove the equivalence class at a supplied index.
removeOwned(IMappedTestObject) - Method in class com.rational.test.ft.object.map.MappedTestObject
Deletes the specified owned child from this nodes list of owned objects.
removeProperty(String) - Method in class com.rational.test.ft.object.map.MappedTestObject
Removes the specified property from the associated property set.
removeProperty(String) - Method in interface com.rational.test.ft.vp.IFtVerificationPointData
Removes a specific property for this verification point.
removeRecord(int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapoolEquivalenceClass
Remove the specified record.
removeScriptAssets() - Method in interface com.rational.test.ft.script.IScript
Cleans up the assets associated with a script when the script is overwritten.
removeTestObjectName(String) - Method in interface com.rational.test.ft.script.IScriptDefinition
Removes a TestObject name from the script definition.
removeVariable(int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapool
Remove the specified variable from the datapool.
removeVpName(String) - Method in interface com.rational.test.ft.script.IScriptDefinition
Removes the specified name from the list of verification point (VP) names associated with this script.
renameTestObject(String, String) - Method in interface com.rational.test.ft.script.IScriptDefinition
Replaces the script-relative TestObject name with a new supplied name.
reorder(int[]) - Method in interface org.eclipse.hyades.edit.datapool.IDatapoolEquivalenceClass
Inform the equivalence class of a new order for records.
replace(int, String) - Method in class com.rational.test.ft.value.ExpandableList
Replaces a name at a supplied index in the ExpandableList.
replace(int, String) - Method in class com.rational.test.ft.value.NameSet
Replaces a name at a supplied index in the NameSet.
replaceRecord(IDatapoolRecord, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapoolEquivalenceClass
Update the specified record with the supplied data.
resetOption(String) - Static method in class com.rational.test.ft.script.RationalTestScript
Resets an option to its default value.
resize(int, int) - Method in class com.rational.test.ft.object.interfaces.FrameSubitemTestObject
Resizes the frame to the specified width and height.
resize(int, int) - Method in class com.rational.test.ft.object.interfaces.FrameTestObject
Resizes the frame to the specified width and height.
resize(int, int) - Method in interface com.rational.test.ft.object.interfaces.IFrame
Resizes the frame to the specified width and height.
resize(int, int) - Method in class com.rational.test.ft.object.interfaces.TopLevelTestObject
Resizes the window to the specified width and height.
restore() - Method in class com.rational.test.ft.object.interfaces.FrameSubitemTestObject
Restores the associated frame.
restore() - Method in class com.rational.test.ft.object.interfaces.FrameTestObject
Restores the associated frame.
restore() - Method in interface com.rational.test.ft.object.interfaces.IFrame
Restores the associated frame.
restore() - Method in class com.rational.test.ft.object.interfaces.TopLevelTestObject
Restores the associated window.
rightMouseButtonDown() - Static method in class com.rational.test.ft.script.SubitemFactory
Returns a LowLevelEvent representing a mouse right button down event at the current cursor position.
rightMouseButtonUp() - Static method in class com.rational.test.ft.script.SubitemFactory
Returns a LowLevelEvent representing a mouse right button up event at the current cursor position.
run(String, String) - Static method in class com.rational.test.ft.script.RationalTestScript
Provides the basic command-line execution functionality.
run(String, String) - Static method in class com.rational.test.ft.script.ScriptUtilities
Executes the specified command and returns the process information associated with the created process.
runJava(String, String, String, String, String) - Static method in class com.rational.test.ft.script.RationalTestScript
Starts a Java application with the specified options.
runJava(String, String, String, String, String) - Static method in class com.rational.test.ft.script.ScriptUtilities
Provides basic run functionality for a Java program.
runMain(Object[]) - Method in class com.rational.test.ft.script.RationalTestScript
Handles script initialization, termination, and exceptions.
runMain(Object[], int) - Method in class com.rational.test.ft.script.RationalTestScript
Wraps the single execution script driver runMain and iterates over the script for the specified number of times.

A B C D E F G H I K L M N O P R S T U V W Y _