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 _

L

LEFT - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for a LEFT mouse modifier specification.
LEFT_BUTTON_DOWN - Static variable in class com.rational.test.ft.script.LowLevelMouseEvent
 
LEFT_BUTTON_UP - Static variable in class com.rational.test.ft.script.LowLevelMouseEvent
 
LEFT_EDGE - Static variable in class com.rational.test.ft.script.Location
Location name for a frame edge LEFT_EDGE subitem location specification.
LEFT_EDGE - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for a LEFT_EDGE block increment subitem location specification.
LOADED - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for the browser LOADED command flag.
LOADED - Static variable in class com.rational.test.ft.script.ScriptCommandFlags
Indicates that the browser is loaded.
LOADING - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for the browser LOADING command flag.
LOADING - Static variable in class com.rational.test.ft.script.ScriptCommandFlags
Indicates that the browser is loading.
LOGGING - Static variable in interface com.rational.test.ft.script.IOptionCategoryName
 
LOG_EXCEPTION_SNAPSHOT - Static variable in interface com.rational.test.ft.script.IOptionName
Boolean indicating whether a snapshot should be taken when an unhandled exception occurs.
LOG_FORMAT - Static variable in interface com.rational.test.ft.script.IOptionName
Setting for the format of log files.
LOWER - Static variable in class com.rational.test.ft.value.NumericRange
Include the lower bound and not the upper bound of the numeric range in any comparisons.
LOWER_AND_UPPER - Static variable in class com.rational.test.ft.value.NumericRange
Include both lower and upper bounds of the numeric range in any comparisons.
List - class com.rational.test.ft.script.List.
Represents a sequence of subitems.
List() - Constructor for class com.rational.test.ft.script.List
Creates an empty list of subitems.
List(Subitem) - Constructor for class com.rational.test.ft.script.List
Creates a single element list of subitems.
List(Subitem, Subitem) - Constructor for class com.rational.test.ft.script.List
Creates a two-element list of subitems.
List(Subitem, Subitem, Subitem) - Constructor for class com.rational.test.ft.script.List
Creates a three-element list of subitems.
List(Subitem, Subitem, Subitem, Subitem) - Constructor for class com.rational.test.ft.script.List
Creates a four-element list of subitems.
List(Subitem[]) - Constructor for class com.rational.test.ft.script.List
Creates a list of subitems from the specified array of subitems.
List(String) - Constructor for class com.rational.test.ft.script.List
Builds the list of subitems from a path specification.
Location - class com.rational.test.ft.script.Location.
A container class that adds definition to a subitem within a component.
Location(String) - Constructor for class com.rational.test.ft.script.Location
 
LowLevelEvent - class com.rational.test.ft.script.LowLevelEvent.
Represents a low level event.
LowLevelEvent() - Constructor for class com.rational.test.ft.script.LowLevelEvent
 
LowLevelEvent(Event) - Constructor for class com.rational.test.ft.script.LowLevelEvent
 
LowLevelKeyEvent - class com.rational.test.ft.script.LowLevelKeyEvent.
Represents a low level key event.
LowLevelKeyEvent(String, int) - Constructor for class com.rational.test.ft.script.LowLevelKeyEvent
Constructor for a LowLevelEvent representing a key event.
LowLevelMouseEvent - class com.rational.test.ft.script.LowLevelMouseEvent.
Represents a low level mouse event.
LowLevelMouseEvent(int) - Constructor for class com.rational.test.ft.script.LowLevelMouseEvent
Constructor for a LowLevelEvent representing a mouse event.
LowLevelMouseEvent(int, Point) - Constructor for class com.rational.test.ft.script.LowLevelMouseEvent
Constructor for a LowLevelEvent representing a mouse event.
LowLevelMouseEvent(int, int) - Constructor for class com.rational.test.ft.script.LowLevelMouseEvent
Constructor for a LowLevelEvent representing a mouse event.
lastRowSet() - Method in class com.rational.test.ft.object.interfaces.siebel.SiebListTestObject
Navigates to the last set of records in the list.
left() - Static method in class com.rational.test.ft.script.MouseModifiers
Creates a MOUSE_LEFT object quickly.
leftMouseButtonDown() - Static method in class com.rational.test.ft.script.SubitemFactory
Returns a LowLevelEvent representing a mouse left button down event at the current cursor position.
leftMouseButtonUp() - Static method in class com.rational.test.ft.script.SubitemFactory
Returns a LowLevelEvent representing a mouse left button up event at the current cursor position.
load(File, boolean) - Method in class com.rational.test.ft.datapool.DatapoolFactory
 
load(File, boolean) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolFactory
Load the datapool from the specified file.
loadCSV(File) - Static method in class com.rational.test.ft.datapool.DatapoolUtilities
Load a file in CSV file format and perse into a standard datapool form.
loadCSV(File, String, boolean) - Static method in class com.rational.test.ft.datapool.DatapoolUtilities
Load a file in CSV file format and perse into a standard datapool form.
loadClass(String, boolean) - Method in class com.rational.test.ft.rational_ft.RationalFtClassLoader
This overrides ClassLoader.loadClass().
loadClass(String) - Method in interface com.rational.test.ft.script.ITestProject
Load the specified class relative to this project.
loadForEdit(File, boolean) - Method in class com.rational.test.ft.datapool.DatapoolFactory
 
loadForEdit(File, boolean) - Method in interface org.eclipse.hyades.edit.datapool.IDatapoolFactory
Load the datapool from the specified file.
loadScript(String) - Method in interface com.rational.test.ft.script.ITestProject
Load the specified script relative to this project.
loadUrl(String, String) - Method in class com.rational.test.ft.object.interfaces.BrowserTestObject
 
loadUrl(String) - Method in class com.rational.test.ft.object.interfaces.BrowserTestObject
 
loadUrl(String, String) - Method in class com.rational.test.ft.object.interfaces.EmbeddedBrowserTestObject
 
loadUrl(String) - Method in class com.rational.test.ft.object.interfaces.EmbeddedBrowserTestObject
 
loadUrl(String, String) - Method in interface com.rational.test.ft.object.interfaces.IBrowserObject
Loads the given URL into the browser.
loadUrl(String) - Method in interface com.rational.test.ft.object.interfaces.IBrowserObject
Loads the given URL into the browser.
logError(String) - Static method in class com.rational.test.ft.script.RationalTestScript
Logs an error.
logError(String, BufferedImage) - Static method in class com.rational.test.ft.script.RationalTestScript
Logs an error that includes a screen snapshot.
logException(Throwable) - Static method in class com.rational.test.ft.script.RationalTestScript
 
logInfo(String) - Static method in class com.rational.test.ft.script.RationalTestScript
Logs an informational message.
logInfo(String, BufferedImage) - Static method in class com.rational.test.ft.script.RationalTestScript
Logs an informational message that includes a screen snapshot.
logTestResult(String, boolean, String) - Static method in class com.rational.test.ft.script.RationalTestScript
Logs a test result.
logTestResult(String, boolean) - Static method in class com.rational.test.ft.script.RationalTestScript
Logs a test result.
logWarning(String) - Static method in class com.rational.test.ft.script.RationalTestScript
Logs a warning.
logWarning(String, BufferedImage) - Static method in class com.rational.test.ft.script.RationalTestScript
Logs a warning that includes a screen snapshot.
longValue() - Method in class com.rational.test.ft.value.RecognitionIndex
Implements Number.longValue with a class-specific definition.
longValue() - Method in class com.rational.test.value.Decimal
 
longValue() - Method in class com.rational.test.value.UByte
 
longValue() - Method in class com.rational.test.value.UInt32
 
longValue() - Method in class com.rational.test.value.UInt64
 

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