|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GuiTestObject | |
com.rational.test.ft.object.interfaces | The package com.rational.test.ft.object.interfaces provides the classes that interact with objects in the software under test. |
com.rational.test.ft.script | The package com.rational.test.ft.script provides the classes that manage test scripts. |
Uses of GuiTestObject in com.rational.test.ft.object.interfaces |
Subclasses of GuiTestObject in com.rational.test.ft.object.interfaces | |
class |
BrowserTestObject
Provides script access to the general browser, which is the HTML Browser TestObject class. |
class |
EmbeddedBrowserTestObject
Provides script access to the general embedded browser, which is the HTML Browser TestObject class. |
class |
FileDialogTestObject
Represents native-style file dialog controls. |
class |
FrameSubitemTestObject
Provides subitem methods for frame controls. |
class |
FrameTestObject
Represents frame objects in the system under test. |
class |
GuiSubitemTestObject
Provides access to actions replayed by the mouse or keyboard. |
class |
InternalFrameTestObject
Represents frame objects in the system under test. |
class |
ScrollGuiSubitemTestObject
Provides access to actions replayed by the mouse or keyboard. |
class |
ScrollTestObject
Provides methods to move horizontal and vertical scrollbars. |
class |
SelectGuiSubitemTestObject
For internal use only. |
class |
SelectScrollGuiSubitemTestObject
Provides access to actions replayed by the mouse or keyboard. |
class |
StatelessGuiSubitemTestObject
Provides access to actions replayed by the mouse or keyboard. |
class |
SubitemTestObject
Defines the methods that must be programmatically supported for access to subitems. |
class |
TextGuiSubitemTestObject
Provides meta-actions on text in a control. |
class |
TextGuiTestObject
Provides access to text in a control. |
class |
TextScrollTestObject
Provides methods to move horizontal and vertical scrollbars. |
class |
TextSelectGuiSubitemTestObject
Extends commmand to access text on a selectable TestObject. |
class |
ToggleGUITestObject
Extends the definition of the IToggle interface
to include actions that directly use the mouse. |
class |
ToggleTestObject
Serves as the base TestObject implementation of the IToggle interface. |
class |
TopLevelSubitemTestObject
Represents top-level window objects in the system under test that support subitems. |
class |
TopLevelTestObject
Represents top-level window objects in the system under test. |
class |
TrackbarTestObject
Provides subitem methods for trackbar controls. |
Methods in com.rational.test.ft.object.interfaces that return GuiTestObject | |
GuiTestObject |
RootTestObject.objectAtPoint(java.awt.Point screenPt)
Returns a GuiTestObject for the object at the specified screen location. |
Uses of GuiTestObject in com.rational.test.ft.script |
Methods in com.rational.test.ft.script that return GuiTestObject | |
static GuiTestObject |
RationalTestScript.objectAtPoint(java.awt.Point screenPt)
Returns a GuiTestObject for the object at the screen location. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |