- RANDOM_SEED - Static variable in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
-
- RandomIterator - Class in com.rational.test.ft.datapool
-
The Functional Test iterator used when random iteration format is selected
for a particular script.
- RandomIterator() - Constructor for class com.rational.test.ft.datapool.RandomIterator
-
- rational_ft - Class in com.rational.test.ft
-
Command-line interface for Functional Test.
- rational_ft() - Constructor for class com.rational.test.ft.rational_ft
-
- rational_ft.Debug - Class in com.rational.test.ft
-
- rational_ft.Debug() - Constructor for class com.rational.test.ft.rational_ft.Debug
-
- RATIONAL_FT_BOOTSTRAP - Static variable in class com.rational.test.ft.script.ScriptUtilities
-
- RATIONAL_TEST_SCRIPT - Static variable in interface com.rational.test.ft.script.IScriptDefinition
-
- RationalAutTestException - Exception in com.rational.test.ft
-
- RationalAutTestException() - Constructor for exception com.rational.test.ft.RationalAutTestException
-
- RationalAutTestException(String) - Constructor for exception com.rational.test.ft.RationalAutTestException
-
- RationalAutTestException(String, String) - Constructor for exception com.rational.test.ft.RationalAutTestException
-
- RationalFtClassLoader - Class in com.rational.test.ft
-
This class loader is given a path when constructed, and it knows to
load classes on that path.
- RationalFtClassLoader(String[]) - Constructor for class com.rational.test.ft.RationalFtClassLoader
-
Construct an FtClassLoader, and give it the path it should use
for loading our classes.
- RationalFtClassLoader(String[], ClassLoader) - Constructor for class com.rational.test.ft.RationalFtClassLoader
-
Construct an FtClassLoader, and give it the path it should use
for loading our classes.
- RationalTestError - Error in com.rational.test.ft
-
The base class for all test Errors.
- RationalTestError() - Constructor for error com.rational.test.ft.RationalTestError
-
- RationalTestError(String) - Constructor for error com.rational.test.ft.RationalTestError
-
- RationalTestError(String, String) - Constructor for error com.rational.test.ft.RationalTestError
-
- RationalTestException - Exception in com.rational.test.ft
-
The base class for all exceptions used by the product.
- RationalTestException() - Constructor for exception com.rational.test.ft.RationalTestException
-
- RationalTestException(String) - Constructor for exception com.rational.test.ft.RationalTestException
-
- RationalTestException(String, String) - Constructor for exception com.rational.test.ft.RationalTestException
-
- RationalTestManualModeError - Error in com.rational.test.ft
-
- RationalTestManualModeError(Throwable, String, String, String, int, String) - Constructor for error com.rational.test.ft.RationalTestManualModeError
-
- RationalTestRemoteException - Exception in com.rational.test.ft
-
Thrown when an error occurs using the internal queued message facility.
- RationalTestRemoteException(String, String, String, String) - Constructor for exception com.rational.test.ft.RationalTestRemoteException
-
- RationalTestRemoteException(String, Throwable) - Constructor for exception com.rational.test.ft.RationalTestRemoteException
-
- RationalTestRemoteException(String) - Constructor for exception com.rational.test.ft.RationalTestRemoteException
-
- RationalTestScript - Class in com.rational.test.ft.script
-
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 in com.rational.test.ft.script
-
Constants used by test scripts.
- RationalTestScriptError - Error in com.rational.test.ft.script
-
Thrown when a script ends due to an unhandled
Error.
- RationalTestScriptError(String, String, String, int, String) - Constructor for error com.rational.test.ft.script.RationalTestScriptError
-
- RationalTestScriptException - Exception in com.rational.test.ft.script
-
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 exception com.rational.test.ft.script.RationalTestScriptException
-
- RationalTestScriptException(String, int, Throwable) - Constructor for exception com.rational.test.ft.script.RationalTestScriptException
-
- RationalTestScriptShutdown - Error in com.rational.test.ft.script
-
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 error com.rational.test.ft.script.RationalTestScriptShutdown
-
- readFile(String) - Method in class com.rational.test.ft.RationalFtClassLoader
-
This is our readFile(), overriding the one in ClassLoader.
- ReadOnlyString - Class in com.rational.test.ft.value
-
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.
- 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.
- READY_STATE - Static variable in interface com.rational.test.ft.services.IMonitor
-
Flag to indicate the Ready state
- 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.
- RecognitionIndex - Class in com.rational.test.ft.value
-
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 in com.rational.test.ft.value
-
Adds definition to a simple
String value; this is a container class.
- RecognitionString(String) - Constructor for class com.rational.test.ft.value.RecognitionString
-
- RECORD - Static variable in interface com.rational.test.ft.script.IOptionCategoryName
-
- RECORD_OBJECT_BASED_VP - Static variable in class com.rational.test.ft.services.FtInstallOptions
-
- RECORD_OBJECT_RELATIVE_VPS - Static variable in interface com.rational.test.ft.script.IOptionName
-
Option to control the recording of TestObject relative Verification Points
or alternatively to encapsulate TestObject information within the VP.
- 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
-
- recordEnd() - Method in interface com.rational.test.ft.services.IMonitorListener
-
This method is called when the record toolbar is docked
and the record session is complete
- RecorderException - Exception in com.rational.test.ft
-
This exception is thrown by the recorder if an error occurs starting
or stopping the recorder.
- RecorderException() - Constructor for exception com.rational.test.ft.RecorderException
-
- RecorderException(String) - Constructor for exception com.rational.test.ft.RecorderException
-
- 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
-
- recordToolbar - Variable in class com.rational.test.ft.services.Monitor
-
- ref - Variable in class com.rational.test.ft.object.interfaces.TestObject
-
- Regex - Class in com.rational.test.util.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.
- RegExFactory - Class in com.rational.test.util.regex
-
- RegexSyntaxException - Exception in com.rational.test.util.regex
-
Thrown when constructing a RegularExpression with invalid syntax.
- RegexSyntaxException() - Constructor for exception com.rational.test.util.regex.RegexSyntaxException
-
- RegexSyntaxException(String) - Constructor for exception com.rational.test.util.regex.RegexSyntaxException
-
- registerTopLevelObject(String) - Method in class com.rational.test.ft.object.map.ObjectMap
-
Add a IMappedTestObject object to the list of top level ids.
- RegularExpression - Class in com.rational.test.ft.value
-
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.
- remove(String, boolean, boolean) - Method in class com.rational.test.ft.object.map.ObjectMap
-
Remove the specified element from the map.
- 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.
- removeArmInfo(ArmInfo) - Method in class com.rational.test.ft.ArmManage
-
- 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.
- removeColumnHeader(int) - Method in interface com.rational.test.ft.vp.ITestDataTable
-
Removes the header entry from the column header vector.
- 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.
- removeContent(String) - Method in class com.rational.test.ft.object.interfaces.SAP.SAPGuiOfficeIntegrationTestObject
-
- 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
-
- removeMonitorListener(IMonitorListener) - Method in class com.rational.test.ft.services.Monitor
-
Remove a monitor action listener.
- 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.
- removeProperty(String) - Method in interface com.rational.test.ft.vp.IFtVerificationPointImage
-
Removes a specific property for this verification point.
- removeRecord(int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapoolEquivalenceClass
-
Remove the specified record.
- removeRecordListener(IRecordListener) - Method in class com.rational.test.ft.services.Monitor
-
Remove a record action listener to this recorder.
- removeRowHeader(int) - Method in interface com.rational.test.ft.vp.ITestDataTable
-
Removes the header entry from the row header vector.
- removeScriptAssets() - Method in interface com.rational.test.ft.script.IScript
-
Cleans up the assets associated with a script when
the script is overwritten.
- removeScriptLogAssets(String, String, String) - Static method in class com.rational.test.ft.services.LogManager
-
Remove script log assets (log file and VPs)
- removeTestObjectName(String) - Method in interface com.rational.test.ft.script.IScriptDefinition
-
Removes a TestObject name from the script definition.
- removeTopLevelObject(String) - Method in class com.rational.test.ft.object.map.ObjectMap
-
Remove a IMappedTestObject object from the list of top level
ids.
- 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.
- reorderTable(String) - Method in class com.rational.test.ft.object.interfaces.SAP.SAPGuiTableControlTestObject
-
Reorders the table occording to the Permutation
- 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.
- reportError(Object, Object[], boolean) - Method in interface com.rational.test.ft.services.IMonitor
-
Pause the recording session and display an error message in both the
monitor and in an error dialog.
- reportError(Object, Object[], boolean) - Method in class com.rational.test.ft.services.Monitor
-
Pause the recording session and display an error message in both the
monitor and in an error dialog.
- requestLicense() - Method in interface com.rational.test.ft.services.IProvideLicense
-
- requestLicense() - Method in class com.rational.test.ft.services.LtCoreLicenseDelegate
-
- resetDescription() - Method in interface com.rational.test.ft.services.IPlaybackMonitor
-
Reset to the base RUNNING state
- resetDescription() - Method in class com.rational.test.ft.services.PlaybackMonitor
-
Reset to the base Running state
- resetDescription() - Method in class com.rational.test.ft.services.PlaybackMonitorAdapter
-
Reset to the base Running state
- resetInvocationTimeout() - Method in class com.rational.test.ft.script.RationalTestScript
-
Reset Invocationtimeout value to the default.
- resetOption(String) - Static method in class com.rational.test.ft.script.RationalTestScript
-
Resets an option to its default value.
- resetTOCreationUnregisterCounts() - Method in class com.rational.test.ft.script.RationalTestScript
-
- 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.
- resize(int, int) - Method in class com.rational.test.ft.object.interfaces.WPF.WpfFrameSubitemTestObject
-
Resizes the frame to the specified width and height.
- resize(int, int) - Method in class com.rational.test.ft.object.interfaces.WPF.WpfFrameTestObject
-
Resizes the frame to the specified width and height.
- resizeColumns(Subitem, Subitem) - Method in class com.rational.test.ft.object.interfaces.flex.FlexAdvancedDataGridTestObject
-
Dispatched when the component is resized.
- resizeColumns(Subitem, Subitem) - Method in class com.rational.test.ft.object.interfaces.flex.FlexDataGridTestObject
-
Dispatched when the component is resized.
- resizeWorkingPane(int, int, boolean) - Method in class com.rational.test.ft.object.interfaces.SAP.SAPTopLevelTestObject
-
Resizes the window so that the working area has the given width and height in character metric.
- 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.
- restore() - Method in class com.rational.test.ft.object.interfaces.WPF.WpfFrameSubitemTestObject
-
Restores the associated frame.
- restore() - Method in class com.rational.test.ft.object.interfaces.WPF.WpfFrameTestObject
-
Restores the associated frame.
- resume() - Method in interface com.rational.test.ft.services.IPlaybackMonitor
-
Resume the monitor UI from the paused state.
- resume() - Method in class com.rational.test.ft.services.Monitor
-
This method is called when the recording session is resumed.
- resume() - Method in class com.rational.test.ft.services.PlaybackMonitor
-
Set the monitor UI to the resumed state
- resume() - Method in class com.rational.test.ft.services.PlaybackMonitorAdapter
-
Resume the monitor from the paused state.
- returnLicense() - Static method in class com.rational.test.ft.services.LicenseManager
-
- RFT_USE_RTWW_ACTION - Static variable in class com.rational.test.ft.services.FtInstallOptions
-
- RftExecutionHistoryEventTypes - Static variable in class com.rational.test.ft.services.ExecutionHistoryLog
-
- RftExecutionHistoryEventTypes - Static variable in class com.rational.test.ft.services.ExecutionHistoryLogConstants
-
- 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.
- 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.
- 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
-
- RootTestObject - Class in com.rational.test.ft.object.interfaces
-
The RootTestObject represents a global view of the system being tested.
- Row - Class in com.rational.test.ft.script
-
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
-
- RowColumnIndex - Class in com.rational.test.ft.script
-
- RowColumnIndex(int, int) - Constructor for class com.rational.test.ft.script.RowColumnIndex
-
- RowHeader - Class in com.rational.test.ft.script
-
Clarifies which row header is in the table.
- RowHeader(Subitem) - Constructor for class com.rational.test.ft.script.RowHeader
-
Constructor for RowHeader.
- RQM_AUTHTYPE_FLAG - Static variable in class com.rational.test.ft.services.FtInstallOptions
-
Flag for KERBEROS Authentication support for keyword(rqm adapter)
- RQM_CONN_LOST_STATE - Static variable in interface com.rational.test.ft.services.IMonitor
-
since 8.2.2
MTA: Flag to indicate adapter connection with RQM server is lost
- RQM_CONN_RESTORE_STATE - Static variable in interface com.rational.test.ft.services.IMonitor
-
since 8.2.2
MTA: Flag to indicate adapter connection with RQM server is restored
- RQM_KERBEROS_CONFIGPATH_FLAG - Static variable in class com.rational.test.ft.services.FtInstallOptions
-
- RQMAdapterConfigure - Class in com.rational.test.ft
-
- RQMAdapterConfigure() - Constructor for class com.rational.test.ft.RQMAdapterConfigure
-
- RQMAdapterLauncher - Class in com.rational.test.ft
-
- RQMAdapterLauncher() - Constructor for class com.rational.test.ft.RQMAdapterLauncher
-
- RTWW_PLAYBACK_OPTION - Static variable in interface com.rational.test.ft.script.IOptionName
-
Flag to playback with Web UI Tester
- 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.
- run() - Method in class com.rational.test.ft.services.Monitor.ReportErrorThread
-
- RunException - Exception in com.rational.test.ft.script
-
Thrown when an error occurs in the run method of
RationalTestScript.
- RunException() - Constructor for exception com.rational.test.ft.script.RunException
-
- RunException(String) - Constructor for exception com.rational.test.ft.script.RunException
-
- 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, String) - Method in class com.rational.test.ft.script.RationalTestScript
-
Default we would execute the "testMain" method in the TestScript class
But for "keyword Genie Project" Support We need to get the execute methods
corresponding to keywords.
- runMain(ICommandLineParams) - Method in class com.rational.test.ft.script.RationalTestScript
-
- runMain(Object[], String) - Method in class com.rational.test.ft.script.RationalTestScript
-
- runMain(Object[], String, Object, Object) - Method in class com.rational.test.ft.script.RationalTestScript
-
- 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.
- RUNNING - Static variable in interface com.rational.test.ft.services.IPlaybackMonitor
-
Running (i.e.
- RUNTIME_CLEAR_CACHE_OPTION - Static variable in interface com.rational.test.ft.script.IOptionName
-
- RUNTIME_CLEAR_HISTORY_OPTION - Static variable in interface com.rational.test.ft.script.IOptionName
-