- OBJECT_MAP_MERGE_RECOGNITION_THRESHOLD - Static variable in interface com.rational.test.ft.script.IOptionName
-
The value at which an object map merge candidate's score is rejected if its score exceeds this amount when looking for an object.
- OBJECT_MAPPING_PROPERTIES - Static variable in interface com.rational.test.ft.script.IOptionCategoryName
-
- objectAtPoint(Point) - Method in class com.rational.test.ft.object.interfaces.RootTestObject
-
Returns a GuiTestObject for the object at the specified screen location.
- objectAtPoint(Point) - Static method in class com.rational.test.ft.script.RationalTestScript
-
Returns a GuiTestObject for the object at the screen location.
- ObjectIsDisposedException - Exception in com.rational.test.ft
-
Thrown when a attempting to use a TestObject and the underlying object in the
software under test (SUT) has been disposed.
- ObjectIsDisposedException() - Constructor for exception com.rational.test.ft.ObjectIsDisposedException
-
- ObjectIsDisposedException(Object) - Constructor for exception com.rational.test.ft.ObjectIsDisposedException
-
- ObjectIsDisposedException(String) - Constructor for exception com.rational.test.ft.ObjectIsDisposedException
-
- ObjectMap - Class in com.rational.test.ft.object.map
-
A persistent (XML-based) data structure containing a collection of objects
organized into a network.
- ObjectMap() - Constructor for class com.rational.test.ft.object.map.ObjectMap
-
Construct an object map with no shared map characteristics.
- ObjectMap(ObjectMapSet, long, long, ObjectMapTopLevelIdSet, HashtableEx, ObjectMapPropertySet) - Constructor for class com.rational.test.ft.object.map.ObjectMap
-
This method is required for internal use only and should not be
used for purposes other then rectituting an object map.
- ObjectMap.ScoreOptions - Class in com.rational.test.ft.object.map
-
This class allows the merge algorithm to be customized to work for the
various merge types.
- ObjectNotFoundException - Exception in com.rational.test.ft
-
Thrown when an object is not found.
- ObjectNotFoundException() - Constructor for exception com.rational.test.ft.ObjectNotFoundException
-
- ObjectNotFoundException(String) - Constructor for exception com.rational.test.ft.ObjectNotFoundException
-
- ObjectNotInMapException - Exception in com.rational.test.ft
-
Thrown when looking up an object that cannot be found in
the object map.
- ObjectNotInMapException() - Constructor for exception com.rational.test.ft.ObjectNotInMapException
-
- ObjectNotInMapException(String) - Constructor for exception com.rational.test.ft.ObjectNotInMapException
-
- ObjectNotVisibleException - Exception in com.rational.test.ft
-
Thrown when looking up an object that cannot be visble
in the AUT.
- ObjectNotVisibleException() - Constructor for exception com.rational.test.ft.ObjectNotVisibleException
-
- ObjectNotVisibleException(String) - Constructor for exception com.rational.test.ft.ObjectNotVisibleException
-
- OCR_ENABLED - Static variable in class com.rational.test.ft.services.FtInstallOptions
-
OCR Options :-
OCR_ENABLED : if true, tells us that the ocr feature has been enbaled through "ivory.properties"
OCR_TYPE : Stores the type of OCR being used.
- OCR_TYPE - Static variable in class com.rational.test.ft.services.FtInstallOptions
-
- onAmbiguousRecognition(ITestObjectMethodState, TestObject[], int[]) - Method in interface com.rational.test.ft.script.IObjectManagerEventListener
-
Called by the object manager when more than one object matching
the specified pattern is found.
- onAmbiguousRecognition(ITestObjectMethodState, TestObject[], int[]) - Method in class com.rational.test.ft.script.RationalTestScript
-
Called by the
ObjectManager if the
ObjectManager is looking for
a
TestObject to invoke a method on and it finds more than one object
that matches the description of the
MappedTestObject in the
TestObject.
- onCallScriptException(RuntimeException) - Method in class com.rational.test.ft.script.RationalTestScript
-
Indicates that a callScript command raised an exception.
- onInitialize() - Method in class com.rational.test.ft.script.RationalTestScript
-
Called automatically at the start of every script,
before the script's testMain method is called.
- onObjectNotFound(ITestObjectMethodState) - Method in interface com.rational.test.ft.script.IObjectManagerEventListener
-
Called by the object manager when an object cannot be
found.
- onObjectNotFound(ITestObjectMethodState) - Method in class com.rational.test.ft.script.RationalTestScript
-
- onRecognitionWarning(ITestObjectMethodState, TestObject, int) - Method in interface com.rational.test.ft.script.IObjectManagerEventListener
-
Called by the object manager when an object is found but the
recognition score is above the warning threshold (rt.recognition_threshold_warning).
- onRecognitionWarning(ITestObjectMethodState, TestObject, int) - Method in class com.rational.test.ft.script.RationalTestScript
-
Called by the ObjectManager when an object is found and the
recognition score is above the warning threshold (rt.recognition_threshold_warning).
- onRun(ProcessTestObject) - Method in class com.rational.test.ft.script.RationalTestScript
-
Called automatically after a process is spawned from RationalTestScript.
- onSubitemNotFound(ITestObjectMethodState, TestObject, String) - Method in interface com.rational.test.ft.script.IObjectManagerEventListener
-
Called by the object manager when a subitem cannot be
found.
- onSubitemNotFound(ITestObjectMethodState, TestObject, String) - Method in class com.rational.test.ft.script.RationalTestScript
-
Called by the ObjectManager when a subitem cannot be
found.
- onTerminate() - Method in class com.rational.test.ft.script.RationalTestScript
-
Called automatically at the end of every script,
after the script's testMain method returns.
- onTestObjectMethodException(ITestObjectMethodState, TestObject) - Method in interface com.rational.test.ft.script.IObjectManagerEventListener
-
Called by the object manager when a script command
throws an exception.
- onTestObjectMethodException(ITestObjectMethodState, TestObject) - Method in class com.rational.test.ft.script.RationalTestScript
-
Called by the
ObjectManager when it is invoking
a method on a
TestObject and an exception is thrown from the method.
- onUnexpectedActiveWindow(ITestObjectMethodState) - Method in interface com.rational.test.ft.script.IObjectManagerEventListener
-
Called by the object manager when an object cannot be
found and handling unexpected windows is required.
- onUnexpectedActiveWindow(ITestObjectMethodState) - Method in class com.rational.test.ft.script.RationalTestScript
-
For internal use only.
- onUnhandledException(Throwable) - Method in class com.rational.test.ft.script.RationalTestScript
-
Called by the
runMain
method whenever a
Throwable exception
is thrown from the
testMain method.
- onVpFailure(IFtVerificationPoint) - Method in interface com.rational.test.ft.script.IObjectManagerEventListener
-
Called by the IFtVerificationPoint implementation when the
specified verification point fails to compare successfully.
- onVpFailure(IFtVerificationPoint) - Method in class com.rational.test.ft.script.RationalTestScript
-
Called by the IFtVerificationPoint implementation when the
specified verification point fails to compare successfully.
- open(IDatapool, String) - Method in class com.rational.test.ft.datapool.DatapoolFactory
-
- open(IDatapool, String, boolean) - Method in class com.rational.test.ft.datapool.DatapoolFactory
-
Construct a datapool iterator based on the supplied datapool and
iterator class name.
- open() - Method in class com.rational.test.ft.object.interfaces.dojo.DojoTitlePaneTestObject
-
Dispatched when the TitlePane is opened by the user
- open() - Method in class com.rational.test.ft.object.interfaces.flex.FlexComboBaseTestObject
-
Dispatched when the user clicks the drop-down button to display the drop-down list.
- open(String) - Method in class com.rational.test.ft.object.interfaces.flex.FlexComboBaseTestObject
-
Dispatched when the user clicks the drop-down button to display the drop-down list.
- open() - Method in class com.rational.test.ft.object.interfaces.flex.FlexPopUpButtonTestObject
-
Dispatched when the specified UIComponent opens.
- open(String) - Method in class com.rational.test.ft.object.interfaces.flex.FlexPopUpButtonTestObject
-
Dispatched when the specified UIComponent opens.
- open() - Method in class com.rational.test.ft.object.interfaces.flex.SparkVolumeBarTestObject
-
Dispatched when the user clicks the drop-down button to display the drop-down list.
- open() - Method in interface com.rational.test.ft.services.ISimpleLog
-
Opens the log.
- open() - Method in class com.rational.test.ft.services.LogExtensionAdapter
-
Opens the log and initializes internal resources.
- open() - Method in class com.rational.test.ft.services.LogExtensionAdapter
-
Opens the log and initializes internal resources.
- open() - Method in class com.rational.test.ft.services.SimpleLogAdapter
-
Opens the log
- open(IDatapool, String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolFactory
-
Return an iterator instance of the supplied iterator class.
- OpenConnection(String, boolean, boolean) - Method in class com.rational.test.ft.object.interfaces.SAP.SAPGuiApplicationTestObject
-
Opens a connection to the SAP server
- openConnectionByConnectionString(String, boolean, boolean) - Method in class com.rational.test.ft.object.interfaces.SAP.SAPGuiApplicationTestObject
-
Opens a connection to the SAP server
- openLog(String) - Static method in class com.rational.test.ft.services.LogManager
-
Returns true if the log is of dojo type and got opened successfully, false otherwise
- openLogViewer() - Method in class com.rational.test.ft.services.HTMLLog
-
The callback function to open the viewer for the log.
- openLogViewer() - Method in interface com.rational.test.ft.services.ISimpleLog
-
The function to open the viewer for the log.
- openLogViewer() - Method in class com.rational.test.ft.services.SimpleLogAdapter
-
The callback function to open the viewer for the log.
- openLogViewer() - Method in class com.rational.test.ft.services.TextLog
-
The callback function to open the viewer for the log.
- openPerspective(String) - Method in class com.rational.test.ft.object.interfaces.EclipseTestObject
-
Open the perspective with the given perspective ID.
- openPopup() - Method in class com.rational.test.ft.object.interfaces.siebel.SiebCalculatorTestObject
-
Opens the calculator popup applet.
- openPopup() - Method in class com.rational.test.ft.object.interfaces.siebel.SiebCalendarTestObject
-
Opens the calendar popup applet.
- openPopup() - Method in class com.rational.test.ft.object.interfaces.siebel.SiebCurrencyTestObject
-
Opens the currency popup applet.
- openPopup() - Method in class com.rational.test.ft.object.interfaces.siebel.SiebTextTestObject
-
Opens the popup window
- org.eclipse.hyades.edit.datapool - package org.eclipse.hyades.edit.datapool
-
The package org.eclipse.hyades.edit.datapool provides the extended datapool interface specification.
- org.eclipse.hyades.execution.runtime.datapool - package org.eclipse.hyades.execution.runtime.datapool
-
The package org.eclipse.hyades.execution.runtime.datapool provides the execution level
datapool interface specification.
- OVERFLOWBUTTON - Static variable in class com.rational.test.ft.script.Location
-
Location name for the OVERFLOWBUTTON subitem location specification.