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 _

D

DATASTORE - Static variable in interface com.rational.test.ft.script.IOptionName
The root directory for scripts and classes.
DEFAULT - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for the DEFAULT_FLAGS command flag.
DEFAULT_ARGS - Static variable in class com.rational.test.ft.script.RationalTestScript
Acts as the default arguments object for callScript commands.
DEFAULT_ARGUMENTS - Static variable in interface com.rational.test.ft.script.IScriptDefinition
 
DEFAULT_FLAGS - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for the DEFAULT_FLAGS command flag.
DEFAULT_FLAGS - Static variable in class com.rational.test.ft.script.ScriptCommandFlags
Defines the expected default state.
DEFAULT_ITERATOR_CLASS - Static variable in class com.rational.test.ft.datapool.DatapoolFactory
 
DELAY_AFTER_WINDOW_ACTIVATE - Static variable in interface com.rational.test.ft.script.IOptionName
Delays by this amount of time, in seconds, after a window is activated.
DELAY_BEFORE_GUI_ACTION - Static variable in interface com.rational.test.ft.script.IOptionName
The amount of time to wait before each GUI action, that is, either a mouse-click, drag, or inputKeys command.
DELAY_BEFORE_KEY_DOWN - Static variable in interface com.rational.test.ft.script.IOptionName
Delays by this amount of time, in seconds, before each key down.
DELAY_BEFORE_KEY_UP - Static variable in interface com.rational.test.ft.script.IOptionName
Delays by this amount of time, in seconds, before each key up.
DELAY_BEFORE_MOUSE_DOWN - Static variable in interface com.rational.test.ft.script.IOptionName
Delays by this amount of time, in seconds, before each mouse button down.
DELAY_BEFORE_MOUSE_MOVE - Static variable in interface com.rational.test.ft.script.IOptionName
Delays by this amount of time, in seconds, before each mouse move.
DELAY_BEFORE_MOUSE_UP - Static variable in interface com.rational.test.ft.script.IOptionName
Delays by this amount of time, in seconds, before each mouse button up.
DELAY_BEFORE_RECORDING_KEYS - Static variable in interface com.rational.test.ft.script.IOptionName
Delays by this amount of time, in seconds, before recording keystrokes.
DELAY_BEFORE_RECORDING_MOUSE_ACTION - Static variable in interface com.rational.test.ft.script.IOptionName
Delays by this amount of time, in seconds, before recording a mouse action.
DESCRIPTION - Static variable in interface com.rational.test.ft.script.IMapPropertyName
The administrative property for the script-helper description.
DESCRIPTIVENAME - Static variable in interface com.rational.test.ft.script.IMapPropertyName
The descriptive name associated with a TestObject.
DESELECT - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for a DESELECT action specification.
DESELECT_ALL - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for a DESELECT_ALL action specification.
DISABLED - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for the DISABLED command flag.
DISABLED - Static variable in class com.rational.test.ft.script.ScriptCommandFlags
Specifies that a GUITestObject is disabled.
DOMAIN - Static variable in interface com.rational.test.ft.script.IMapPropertyName
The administrative property for the domain name.
DP_ALL - Static variable in class com.rational.test.ft.script.DatapoolScriptSupport
Flag to iterate over all remaining records in the datapool iterator.
DP_DEFAULT_EQUIVALENCE_CLASS - Static variable in class com.rational.test.ft.script.DatapoolScriptSupport
Flag to use the default equivalence class.
DP_SHARE_CURRENT_RECORD - Static variable in class com.rational.test.ft.script.DatapoolScriptSupport
Flag to share the current record in the datapool iterator.
DROPDOWN - Static variable in class com.rational.test.ft.script.Location
Location name for the DROPDOWN subitem location specification.
DROPDOWN - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for a DROPDOWN subitem location specification.
DatapoolAdapter - class org.eclipse.hyades.edit.datapool.DatapoolAdapter.
Default implementation of the IDatapoolListener class.
DatapoolAdapter() - Constructor for class org.eclipse.hyades.edit.datapool.DatapoolAdapter
 
DatapoolException - exception com.rational.test.ft.DatapoolException.
Base class for datapool-related exceptions.
DatapoolException() - Constructor for class com.rational.test.ft.DatapoolException
 
DatapoolException(String) - Constructor for class com.rational.test.ft.DatapoolException
 
DatapoolException(String, String) - Constructor for class com.rational.test.ft.DatapoolException
 
DatapoolException - exception org.eclipse.hyades.execution.runtime.datapool.DatapoolException.
Exceptions of this type are thrown when errant actions are performed on IDatapool objects.
DatapoolException() - Constructor for class org.eclipse.hyades.execution.runtime.datapool.DatapoolException
 
DatapoolException(String) - Constructor for class org.eclipse.hyades.execution.runtime.datapool.DatapoolException
 
DatapoolFactory - class com.rational.test.ft.datapool.DatapoolFactory.
The DatapoolFactory is a singleton object so that IDatapool and IDatapoolIterator instances can be shared.
DatapoolFactory() - Constructor for class com.rational.test.ft.datapool.DatapoolFactory
The constructor is intentionally protected so that only once instance of the DatapoolFactory can be constructed.
DatapoolFactory.IteratorClassName - class com.rational.test.ft.datapool.DatapoolFactory.IteratorClassName.
 
DatapoolFactory.IteratorClassName(String, String) - Constructor for class com.rational.test.ft.datapool.DatapoolFactory.IteratorClassName
 
DatapoolReference - class com.rational.test.ft.value.DatapoolReference.
Contains a reference to a column in a datapool associated with a script.
DatapoolReference() - Constructor for class com.rational.test.ft.value.DatapoolReference
 
DatapoolReference(String, Object) - Constructor for class com.rational.test.ft.value.DatapoolReference
 
DatapoolReference(String, Object, Object) - Constructor for class com.rational.test.ft.value.DatapoolReference
 
DatapoolScriptSupport - class com.rational.test.ft.script.DatapoolScriptSupport.
Provides methods for accessing rows in a datapool associated with this instance of RationalTestScript.
DatapoolScriptSupport() - Constructor for class com.rational.test.ft.script.DatapoolScriptSupport
 
DatapoolUtilities - class com.rational.test.ft.datapool.DatapoolUtilities.
This class provides static datapool specific utility methods.
DatapoolUtilities() - Constructor for class com.rational.test.ft.datapool.DatapoolUtilities
 
Date - class com.rational.test.ft.script.Date.
Adds definition to Date.
Date(int, int, int) - Constructor for class com.rational.test.ft.script.Date
 
Date(int, int) - Constructor for class com.rational.test.ft.script.Date
 
DateWrapper - class com.rational.test.ft.value.DateWrapper.
Overlaps the Date properties so that a more interesting toString method can be provided for Date properties.
DateWrapper() - Constructor for class com.rational.test.ft.value.DateWrapper
 
DateWrapper(long) - Constructor for class com.rational.test.ft.value.DateWrapper
 
DateWrapper(int, int, int) - Constructor for class com.rational.test.ft.value.DateWrapper
 
DateWrapper(int, int, int, int, int) - Constructor for class com.rational.test.ft.value.DateWrapper
 
DateWrapper(int, int, int, int, int, int) - Constructor for class com.rational.test.ft.value.DateWrapper
 
DateWrapper(String) - Constructor for class com.rational.test.ft.value.DateWrapper
 
Decimal - class com.rational.test.value.Decimal.
Value class that provides an implementation of the .NET Decimal data type.
Decimal(long) - Constructor for class com.rational.test.value.Decimal
Constructs from a signed 64 bit long value
Decimal(int) - Constructor for class com.rational.test.value.Decimal
Constructs from a signed 32 bit value
Decimal(String) - Constructor for class com.rational.test.value.Decimal
Constructs from a string.
Decimal(BigDecimal) - Constructor for class com.rational.test.value.Decimal
 
Decimal(byte, long, long, long, byte) - Constructor for class com.rational.test.value.Decimal
 
DelayEvent - class com.rational.test.ft.script.DelayEvent.
Represents a low level delay event.This should be generated with the SubitemFactory method delay.
DelayEvent(int) - Constructor for class com.rational.test.ft.script.DelayEvent
Constructs a LowLevelEvent representing a delay in event play back.
DomainTestObject - class com.rational.test.ft.object.interfaces.DomainTestObject.
Provides access to an object domain.
DomainTestObject(RemoteProxyReference) - Constructor for class com.rational.test.ft.object.interfaces.DomainTestObject
For internal use.
DomainTestObject(RegisteredObjectReference) - Constructor for class com.rational.test.ft.object.interfaces.DomainTestObject
For internal use.
DomainTestObject(TestObjectReference) - Constructor for class com.rational.test.ft.object.interfaces.DomainTestObject
For internal use.
DomainTestObject(TestContext.Reference, String) - Constructor for class com.rational.test.ft.object.interfaces.DomainTestObject
For internal use.
datapool - Variable in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
debug - Static variable in class com.rational.test.ft.object.map.MappedTestObject
 
debug(String) - Static method in class com.rational.test.ft.rational_ft
 
debug - Static variable in class com.rational.test.ft.script.ScriptUtilities
Provides basic run functionality.
debug - Static variable in class com.rational.test.ft.script.Value
 
debugDisplay() - Method in class com.rational.test.ft.object.map.MappedTestObject
 
delay(int) - Static method in class com.rational.test.ft.script.SubitemFactory
Returns a LowLevelEvent representing a low level delay event.
deleteCookies() - Method in class com.rational.test.ft.object.interfaces.BrowserTestObject
 
deleteCookies(String, boolean) - Method in class com.rational.test.ft.object.interfaces.BrowserTestObject
 
deleteCookies() - Method in class com.rational.test.ft.object.interfaces.EmbeddedBrowserTestObject
 
deleteCookies(String, boolean) - Method in class com.rational.test.ft.object.interfaces.EmbeddedBrowserTestObject
 
deleteCookies() - Method in interface com.rational.test.ft.object.interfaces.IBrowserObject
Deletes all of the browser's cookies for the current profile/user.
deleteCookies(String, boolean) - Method in interface com.rational.test.ft.object.interfaces.IBrowserObject
Deletes browser cookies specified by the path in cookie for the current profile/user.
descendSort(String) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebListTestObject
Sorts the column list in descending order.
deselect() - Method in interface com.rational.test.ft.object.interfaces.IToggle
Sets the state of the associated object to notSelected.
deselect() - Method in class com.rational.test.ft.object.interfaces.ToggleTestObject
Sets the state of the associated object to NOT_SELECTED.
deselect() - Static method in class com.rational.test.ft.script.Action
Creates a DESELECT action object.
deselectAll() - Static method in class com.rational.test.ft.script.Action
Creates a DESELECT_ALL action object.
done() - Method in class com.rational.test.ft.object.interfaces.siebel.SiebTaskAssistantTestObject
Clicks the Return To link.
doubleClick() - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Performs a left-mouse double-click on the center point of the associated TestOject.
doubleClick(MouseModifiers) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Performs a left-mouse double-click at the specified object, relative to the coordinates within the associated TestObject.
doubleClick(Point) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Performs a left-mouse double-click on the specified coordinates, relative to the associated TestObject.
doubleClick(MouseModifiers, Point) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Performs a mouse double-click on the specified coordinates, relative to the associated TestObject.
doubleClick() - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Performs a left-mouse double-click on the center point of the associated TestObject.
doubleClick(MouseModifiers) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Performs a left-mouse double-click on the specified object, relative to coordinates within the associated TestObject.
doubleClick(Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Performs a left-mouse double-click on the specified coordinates, relative to the associated TestObject.
doubleClick(MouseModifiers, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Performs a left-mouse double-click on the specified coordinates, relative to the associated TestObject.
doubleClick(Subitem) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a left-mouse double-click on the center point of the associated TestObject.
doubleClick(MouseModifiers, Subitem) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a left-mouse double-click on the specified object-relative coordinates within the associated TestObject.
doubleClick(Subitem, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a left-mouse double-click on the specified coordinates, relative to the associated TestObject.
doubleClick(MouseModifiers, Subitem, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a left-mouse double-click on the specified coordinates, relative to the associated TestObject.
doubleClick(Subitem) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a left-mouse double-click on the center point of the associated TestObject.
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a left-mouse double-click on the specified object, relative to coordinates within the associated TestObject.
doubleClick(Subitem, Point) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a left-mouse double-click on the specified coordinates, relative to the associated TestObject.
doubleClick(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a left-mouse double-click action on the specified coordinates, relative to the associated TestObject.
doubleValue() - Method in class com.rational.test.ft.value.RecognitionIndex
Implements Number.doubleValue with a class-specific definition.
doubleValue() - Method in class com.rational.test.value.Decimal
 
doubleValue() - Method in class com.rational.test.value.UByte
 
doubleValue() - Method in class com.rational.test.value.UInt32
 
doubleValue() - Method in class com.rational.test.value.UInt64
 
dpBoolean(int) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpBoolean(String) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpBoolean(int) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the int value in the cell in the current record and the specified variable index is returned.
dpBoolean(String) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the boolean value in the cell in the current row and the specified variable name is returned.
dpBoolean(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the int value in the cell in the current record and the specified variable index is returned.
dpBoolean(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the boolean value in the cell in the current row and the specified variable name is returned.
dpByte(int) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpByte(String) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpByte(int) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the byte value in the cell in the current record and the specified variable index is returned.
dpByte(String) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the byte value in the cell in the current row and the specified variable name is returned.
dpByte(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the byte value in the cell in the current record and the specified variable index is returned.
dpByte(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the byte value in the cell in the current row and the specified variable name is returned.
dpChar(int) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpChar(String) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpChar(int) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the int value in the cell in the current record and the specified variable index is returned.
dpChar(String) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the char value in the cell in the current row and the specified variable name is returned.
dpChar(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the int value in the cell in the current record and the specified variable index is returned.
dpChar(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the char value in the cell in the current row and the specified variable name is returned.
dpCurrent() - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpCurrent() - Method in class com.rational.test.ft.datapool.RandomIterator
 
dpCurrent() - Method in class com.rational.test.ft.datapool.SequentialIterator
 
dpCurrent() - Method in class com.rational.test.ft.script.DatapoolScriptSupport
The record currently available from the iterator for the associated instance of the datapool.
dpCurrent() - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
The record currently available from this iterator for the associated instance of the datapool.
dpDone() - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpDone() - Method in class com.rational.test.ft.datapool.RandomIterator
 
dpDone() - Method in class com.rational.test.ft.datapool.SequentialIterator
 
dpDone() - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Returns true if the current iterator value is null.
dpDone() - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Returns true if the current iterator value is null.
dpDone() - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIteratorExt
Returns true if the current iterator value is null.
dpDouble(int) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpDouble(String) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpDouble(int) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the double value in the cell in the current record and the specified variable index is returned.
dpDouble(String) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the double value in the cell in the current row and the specified variable name is returned.
dpDouble(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the double value in the cell in the current record and the specified variable index is returned.
dpDouble(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the double value in the cell in the current row and the specified variable name is returned.
dpFactory() - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Exposes the underlying the factory object so that IDatapool instances can be opened without direct support from the script editor.
dpFloat(int) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpFloat(String) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpFloat(int) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the float value in the cell in the current record and the specified variable index is returned.
dpFloat(String) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the float value in the cell in the current row and the specified variable name is returned.
dpFloat(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the float value in the cell in the current record and the specified variable index is returned.
dpFloat(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the float value in the cell in the current row and the specified variable name is returned.
dpInitialization(File, int, String) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Initialization of the default datapool iterator used by this instance of RationalTestScript.
dpInitialize(IDatapool, int) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpInitialize(IDatapool) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpInitialize(IDatapool, int, int) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Initialization of the default datapool iterator used by this instance of RationalTestScript.
dpInitialize(IDatapool, int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Initialize the iterator sequence from the specified datapool object.
dpInitialize(IDatapool) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
This method acts the same way as dpInitialize with equivalence class specification except that default equivalence class is used.
dpInitialize(IDatapool, int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIteratorExt
Initialize the iterator sequence from the specified datapool object.
dpInitialize(IDatapool) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIteratorExt
This method acts the same way as dpInitialize with equivalence class specification except that default equivalence class is used.
dpInt(int) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpInt(String) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpInt(int) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the int value in the cell in the current record and the specified variable index is returned.
dpInt(String) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the int value in the cell in the current row and the specified variable name is returned.
dpInt(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the int value in the cell in the current record and the specified variable index is returned.
dpInt(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the int value in the cell in the current row and the specified variable name is returned.
dpLong(int) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpLong(String) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpLong(int) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the long value in the cell in the current record and the specified variable index is returned.
dpLong(String) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the long value in the cell in the current row and the specified variable name is returned.
dpLong(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the long value in the cell in the current record and the specified variable index is returned.
dpLong(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the long value in the cell in the current row and the specified variable name is returned.
dpNext() - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpNext() - Method in class com.rational.test.ft.datapool.RandomIterator
 
dpNext() - Method in class com.rational.test.ft.datapool.SequentialIterator
 
dpNext() - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Increments the iterator associated with an instance of the datapool.
dpNext() - Method in class com.rational.test.ft.script.RationalTestScript
Override for DatapoolScriptSupport.dpNext() to allow for incrementing the script iteration count.
dpNext() - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Increments the iterator associated with an instance of the datapool.
dpNext() - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIteratorExt
Increments the iterator associated with an instance of the datapool.
dpReset() - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpReset() - Method in class com.rational.test.ft.datapool.RandomIterator
 
dpReset() - Method in class com.rational.test.ft.datapool.SequentialIterator
 
dpReset() - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Restart the iterator associated with an instance of the datapool.
dpReset() - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Restart the iterator associated with an instance of the datapool.
dpReset() - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIteratorExt
Restart the iterator associated with an instance of the datapool.
dpShort(int) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpShort(String) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpShort(int) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the short value in the cell in the current record and the specified variable index is returned.
dpShort(String) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the short value in the cell in the current row and the specified variable name is returned.
dpShort(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the short value in the cell in the current record and the specified variable index is returned.
dpShort(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the short value in the cell in the current row and the specified variable name is returned.
dpString(int) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpString(String) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpString(int) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the String value in the cell in the current record and the specified variable index is returned.
dpString(String) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the String value in the cell in the current record and the specified variable name is returned.
dpString(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the String value in the cell in the current record and the specified variable index is returned.
dpString(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the String value in the cell in the current record and the specified variable name is returned.
dpTermination(boolean) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Unload the datapool and datapool iterator used by this script.
dpValue(int) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpValue(String) - Method in class com.rational.test.ft.datapool.BaseDatapoolIterator
 
dpValue(int) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the value in the cell in the current record and the specified variable index is returned.
dpValue(String) - Method in class com.rational.test.ft.script.DatapoolScriptSupport
Shortcut to the value in the cell in the current record and the specified variable name is returned.
dpValue(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the value in the cell in the current record and the specified variable index is returned.
dpValue(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the value in the cell in the current record and the specified variable name is returned.
drag() - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Performs a MOUSE_LEFT drag action on the associated TestObject.
drag(MouseModifiers) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Performs a drag action on the associated TestObject with the supplied set of mouse modifiers.
drag(Point, Point) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Performs a MOUSE_LEFT drag action on the associated TestObject.
drag(MouseModifiers, Point, Point) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Performs a drag action on the associated TestObject.
drag() - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Performs a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Performs a drag action against the associated TestObject with the supplied set of mouse modifiers.
drag(Point, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Performs a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Point, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Performs a drag action against the associated TestObject.
drag(Subitem) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a MOUSE_LEFT drag action on the associated TestObject.
drag(MouseModifiers, Subitem) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a drag action on the associated TestObject with the supplied set of mouse modifiers.
drag(Subitem, Subitem) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a MOUSE_LEFT drag action on the associated TestObject.
drag(MouseModifiers, Subitem, Subitem) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a drag action on the associated TestObject.
drag(Subitem, Point, Subitem, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a MOUSE_LEFT drag action on the associated TestObject.
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a drag action on the associated TestObject.
drag(Subitem) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a MOUSE-LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a drag action against the associated TestObject with the supplied set of mouse modifiers.
drag(Subitem, Subitem) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a MOUSE-LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a drag action against the associated TestObject.
drag(Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a MOUSE-LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a drag action against the associated TestObject.
dragToScreenPoint(Point) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Performs a MOUSE_LEFT drag action on the associated TestObject.
dragToScreenPoint(Point, Point) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Performs a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Point, Point) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Performs a drag action against the associated TestObject.
dragToScreenPoint(Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Performs a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(Point, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Performs a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Point, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Performs a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a MOUSE_LEFT drag action on the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a drag action on the associated TestObject.
dragToScreenPoint(Subitem, Point, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a MOUSE_LEFT drag action on the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Perform a drag action on the associated TestObject.
dragToScreenPoint(Subitem, Point) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a MOUSE-LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point, Point) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a MOUSE-LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a drag action against the associated TestObject.
dragToState(State) - Method in interface com.rational.test.ft.object.interfaces.IToggleGUI
Performs the necessary mouse actions to attain the desired state for the associated component.
dragToState(MouseModifiers, State) - Method in interface com.rational.test.ft.object.interfaces.IToggleGUI
Performs the necessary mouse actions to attain the desired state for the associated component.
dragToState(State) - Method in class com.rational.test.ft.object.interfaces.ToggleGUITestObject
Performs the necessary mouse actions to attain the desired state for the associated component.
dragToState(MouseModifiers, State) - Method in class com.rational.test.ft.object.interfaces.ToggleGUITestObject
Performs the necessary mouse actions to attain the desired state for the associated component.
drillDownColumn(String, int) - Method in class com.rational.test.ft.object.interfaces.siebel.SiebListTestObject
Clicks a drill-down link.

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