Uses of Interface
com.hp.lft.sdk.Description
Packages that use Description
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing AI objects.
Provides the SDK for image-based object identification.
Provides the SDK for testing Java objects.
Provides the SDK for testing objects in mobile applications.
Provides the SDK for testing oracle objects.
Provides the SDK for testing PowerBuilder objects.
Provides the SDK for testing SAPGUI objects.
Provides the SDK for testing SAPUI5 objects.
Provides the SDK for testing standard Windows objects.
Provides the SDK for testing Terminal Emulators objects.
Provides the SDK for testing UIAPro objects.
Provides the SDK for testing Web objects.
Provides the SDK for testing .NET Windows Forms objects.
Provides the SDK for testing WPF objects.
-
Uses of Description in com.hp.lft.sdk
Classes in com.hp.lft.sdk with type parameters of type DescriptionModifier and TypeClassDescriptionclass
AppModelNodeBase<T extends TestObject,
TDescription extends Description> Base class for all container sub-classes generated under the Application Model class.class
TopLevelObjectNodeBase<T extends TopLevelObject,
TDescription extends Description> This class is used by 'Application Model Code Generator' as the base class for all container classes.Classes in com.hp.lft.sdk that implement DescriptionModifier and TypeClassDescriptionclass
The base class for all Description classes that support the index and Visual Relation Identifier (VRI) test object properties.class
An object describing the environment that the test requires, in capability name-value pairs.class
The base of all test object descriptions.Methods in com.hp.lft.sdk that return DescriptionModifier and TypeMethodDescriptionTestObject.getDescription()
Returns a clone of the description for this test object (the test object must be obtained using the describe method, otherwise, this method returns null).Methods in com.hp.lft.sdk with parameters of type DescriptionModifier and TypeMethodDescriptionstatic <TTopLevel extends TopLevelObject>
TTopLevelDesktop.describe
(Class<TTopLevel> type, Description description) Describes a top level Window or Dialog test object.<TTopLevel extends TopLevelObject>
TTopLevelDesktopEnvironment.describe
(Class<TTopLevel> type, Description description) Describes a top level Window or Dialog test object in this environment.<TChild extends TestObject>
TChildTestObjectDescriber.describe
(Class<TChild> type, Description description) Creates a child test object of this test object.protected T
AppModelNodeBase.describeConcrete
(Description description) Describes the underlying concrete test object.protected T
TopLevelObjectNodeBase.describeConcrete
(Description description) Describes the underlying concrete test object.<TChild extends TestObject>
TChild[]TestObject.findChildren
(Class<TChild> type, Description description) Returns all the child test objects that match the specified test object type and description filter.<TChild extends TestObject>
intTestObject.highlightMatches
(Class<TChild> type, Description description) Highlights all children that match the the specified test object type and description filter.protected void
AppModelNodeBase.setConcrete
(Description description) Sets the concrete test object.void
AppModelNodeBase.setDescription
(Description description) Sets the description of the generated Application Model node.void
TestObject.setDescription
(Description description) Replaces this test object's description with the supplied description. -
Uses of Description in com.hp.lft.sdk.ai
Classes in com.hp.lft.sdk.ai that implement DescriptionModifier and TypeClassDescriptionclass
The description of a AiObject test object. -
Uses of Description in com.hp.lft.sdk.insight
Classes in com.hp.lft.sdk.insight that implement DescriptionModifier and TypeClassDescriptionclass
The description of an Insight test object. -
Uses of Description in com.hp.lft.sdk.java
Classes in com.hp.lft.sdk.java that implement DescriptionModifier and TypeClassDescriptionclass
The description of a Java Applet test object.class
The description of a Java Button test object.class
The description of a Java Calendar test object.class
The description of a Java CheckBox test object.class
The description of a Java Dialog test object.class
The description of a Java Editor test object.class
The description of a Java ExpandBar test object.class
The description of a Java InternalFrame test object.class
The description of a Java Label test object.class
The description of a Java Link test object.class
The description of a Java List test object.class
The description of a Java Menu test object.class
The description of a Java RadioButton test object.class
The description of a Java Slider test object.class
The description of a Java SpinBox test object.class
The description of a Java TabControl test object.class
The description of a Java Table test object.class
The description of a Java ToolBar test object.class
The description of a Java Tree test object.class
The description of a Java TreeViewTable test object (for JavaFX only).class
The base description of all Java test objects.class
The description of a Java UiObject test object.class
The description of a Java Window test object. -
Uses of Description in com.hp.lft.sdk.mobile
Classes in com.hp.lft.sdk.mobile that implement DescriptionModifier and TypeClassDescriptionclass
The description of a mobile Application test object.class
The description of a Button test object in a mobile application.class
The description of a Calendar test object in a mobile application.class
The description of a CheckBox test object in a mobile application.class
The description of a mobile Device test object.class
The description of a DropDown test object in a mobile application.class
The description of an EditField test object in a mobile application.class
The description of a Label test object in a mobile application.class
The description of a Paginator test object in a mobile application.class
The description of a RadioGroup test object in a mobile application.class
The description of a mobile RecyclerView test object in a mobile application.class
The description of Slider test object in a mobile application.class
The description of a Stepper test object in a mobile application.class
The description of a Table test object in a mobile application.class
The description of a TabStrip test object in a mobile application.class
The description of a Toggle test object in a mobile application.class
The base description of all test objects in a mobile application.class
The description of a UiObject test object in a mobile application.class
The description of a View test object in a mobile application.class
The description of a WebView test object in a mobile application. -
Uses of Description in com.hp.lft.sdk.oracle
Classes in com.hp.lft.sdk.oracle that implement DescriptionModifier and TypeClassDescriptionclass
The description of an Oracle Applications session window.class
The description of an Oracle button.class
The description of an Oracle calendar.class
The description of a check box Oracle field.class
The description of an Oracle text field.class
The description of an Oracle flexfield window.class
The description of an Oracle Form window.class
The description of an Oracle poplist (combo box) or list.class
The description of an Oracle window containing a list of values for selection.class
The description of an Oracle Applications sign-on window.class
The description of an Oracle Navigator window.class
The description of an Oracle error or message window.class
The description of an Oracle picklist control.class
The description of an Oracle option (radio button) group.class
The description of the status line and message line at the bottom of an ApplicationSession window.class
The description of an Oracle tabbed region.class
The description of a Oracle Table test object.class
The description of an Oracle tree.class
The description of an Oracle UiFormBase test object.class
The base description of all Oracle test objects. -
Uses of Description in com.hp.lft.sdk.powerbuilder
Classes in com.hp.lft.sdk.powerbuilder that implement DescriptionModifier and TypeClassDescriptionclass
The description of a PowerBuilder Button test object.class
The description of a PowerBuilder CheckBox test object.class
The description of a PowerBuilder ComboBox test object.class
The description of a PowerBuilder EditField test object.class
The description of a PowerBuilder ListBox test object.class
The description of a PowerBuilder ListView test object.class
The description of a PowerBuilder RadioButton test object.class
The description of a PowerBuilder ScrollBar test object.class
The description of a PowerBuilder TabControl test object.class
The description of a PowerBuilder Table test object.class
The description of a PowerBuilder ToolBar test object.class
The description of a PowerBuilder TreeView object.class
The description of a PowerBuilder UiObjectBase abstract type.class
The description of a PowerBuilder UiObject test object.class
The description of a PowerBuilder UiObjectWithLayout abstract type.class
The description of a PowerBuilder Window test object. -
Uses of Description in com.hp.lft.sdk.sap.gui
Classes in com.hp.lft.sdk.sap.gui that implement DescriptionModifier and TypeClassDescriptionclass
Description of a SAP GUI for Windows APO grid.class
Description of a SAP GUI for Windows button.class
Description of a SAP GUI for Windows calendar.class
Description of a SAP GUI for Windows checkbox.class
Description of a SAP GUI for Windows combo box.class
Description of a SAP GUI for Windows edit box.class
Description of a SAP GUI for Windows editable text area object.class
The description of a SAP GUI for Windows element.class
Description of a SAP GUI for Windows grid.class
The description of a SAP GUI Session object.class
Description of a SAP GUI for Windows label.class
Description of a SAP GUI for Windows menubar.class
Description of a SAP GUI for Windows OK Code box.class
Description of a SAP GUI for Windows radio button.class
Description of a SAP GUI for Windows status bar.class
Description of a SAP GUI for Windows tab strip.class
Base description for table, grid and APO grid control in SAP GUI for Windows application.class
Description of a SAP GUI for Windows table.class
Description of a SAP GUI for Windows toolbar.class
Description of a SAP GUI for Windows tree.class
Description of a window in a SAP GUI for Windows application. -
Uses of Description in com.hp.lft.sdk.sap.ui5
Classes in com.hp.lft.sdk.sap.ui5 that implement DescriptionModifier and TypeClassDescriptionclass
The description of an SAPUI5 Accordion test object.class
The description of an SAPUI5 button test object.class
The description of an SAPUI5 Calendar test object.class
The description of an SAPUI5 Carousel test object.class
The description of an SAPUI5 CheckBox test object.class
The description of an SAPUI5 DatePicker test object.class
The description of an SAPUI5 DateTimeInput.class
The description of an SAPUI5 Dialog test object.class
The description of an SAPUI5 text edit test object.class
The description of an SAPUI5 FacetFilter test object.class
The description of an SAPUI5 Header test object.class
The description of an SAPUI5 Label test object.class
The description of an SAPUI5 list box test object.class
The description of an SAPUI5 Menubar test object.class
The description of an SAPUI5 Menu test object.class
The description of an SAPUI5 NavigationBar test object.class
The description of an SAPUI5 NotificationBar test object.class
The description of an SAPUI5 Paginator test object.class
The description of an SAPUI5 Password test object.class
The description of an SAPUI5 RadioButton test object.class
The description of an SAPUI5 RadioGroup test object.class
The description of an SAPUI5 RatingIndicator test object.class
The description of an SAPUI5 RoadMap test object.class
The description of an SAPUI5 RowRepeater test object.class
The description of an SAPUI5 Table test object.class
The description of an SAPUI5 TabStrip test object.class
The description of an SAPUI5 Tile test object.class
The description of an SAPUI5 ToggleButton test object.class
The description of an SAPUI5 Toolbar test object.class
The description of an SAPUI5 TreeView test object. -
Uses of Description in com.hp.lft.sdk.stdwin
Classes in com.hp.lft.sdk.stdwin that implement DescriptionModifier and TypeClassDescriptionclass
The description of a standard Windows Button test object.class
The description of a standard Windows test object.class
The description of a standard Windows CheckBox test object.class
The description of a standard Windows ComboBox test object.class
The description of a standard Windows Dialog test object.class
The description of a standard Windows EditField test object.class
The description of a standard Windows Editor test object.class
The description of a standard Windows ListBox test object.class
The description of a standard Windows ListView test object.class
The description of a standard Windows Menu test object.class
The description of a standard Windows RadioButton test object.class
The description of a standard Windows ScrollBar test object.class
The description of a standard Windows SpinBox test object.class
The description of a standard Windows Static test object.class
The description of a standard Windows StatusBar test object.class
The description of a standard Windows TabControl test object.class
The description of a standard Windows ToolBar test object.class
The description of a standard Windows TreeView object.class
The description of a standard Windows UiObjectBase abstract type.class
The description of a standard Windows UiObject test object.class
The description of a standard Windows UiObjectWithLayout abstract type.class
The description of a standard Windows Window test object. -
Uses of Description in com.hp.lft.sdk.te
Classes in com.hp.lft.sdk.te that implement DescriptionModifier and TypeClassDescriptionclass
The description of a terminal emulator field that fully supports HLLAPI.class
A terminal emulator screen that fully supports HLLAPI.class
A terminal emulator screen that uses text-only HLLAPI or does not support HLLAPI.class
The description of a terminal emulator window that fully supports HLLAPI. -
Uses of Description in com.hp.lft.sdk.uiapro
Classes in com.hp.lft.sdk.uiapro that implement DescriptionModifier and TypeClassDescriptionclass
The description of a UIAPro AppBar test object.class
The description of a UIAPro Button test object.class
The description of a UIAPro Calendar test object.class
The description of a UIAPro CheckBox test object.class
The description of a UIAPro ComboBox test object.class
The description of a UIAPro Document test object.class
The description of a UIAPro Edit test object.class
The description of a UIAPro Grid test object.class
The description of a UIAPro GridItem test object.class
The description of a UIAPro Group test object.class
The description of a UIAPro Header test object.class
The description of a UIAPro HeaderItem test object.class
The description of a UIAPro Image test object.class
The description of a UIAPro Link test object.class
The description of a UIAPro List test object.class
The description of a UIAPro ListItem test object.class
The description of a UIAPro MenuBar test object.class
The description of a UIAPro Menu test object.class
The description of a UIAPro MenuItem test object.class
The description of a UIAPro Pane test object.class
The description of a UIAPro ProgressBar test object.class
The description of a UIAPro RadioButton test object.class
The description of a UIAPro ScrollBar test object.class
The description of a UIAPro SemanticZoom test object.class
The description of a UIAPro Separator test object.class
The description of a UIAPro Slider test object.class
The description of a UIAPro Spinner test object.class
The description of a UIAPro SplitButton test object.class
The description of a UIAPro StatusBar test object.class
The description of a UIAPro TabControl test object.class
The description of a UIAPro TabItem test object.class
The description of a UIAPro Table test object.class
The description of a UIAPro Text test object.class
The description of a UIAPro Thumb test object.class
The description of a UIAPro TitleBar test object.class
The description of a UIAPro ToolBar test object.class
The description of a UIAPro ToolTip test object.class
The description of a UIAPro TreeView test object.class
The description of a UIAPro TreeViewItem test object.class
The base description of all UIAPro test objects.class
The description of a UIAPro UiObject test object.class
The description of a UIAPro Window test object. -
Uses of Description in com.hp.lft.sdk.web
Classes in com.hp.lft.sdk.web that implement DescriptionModifier and TypeClassDescriptionclass
The description of a Web AgGrid test object.class
The description of a Web Area test object.class
The description of a Web AudioControl test object.class
The description of a Web Browser test object.class
The description of a Web Button test object.class
The description of a Web CheckBox test object.class
The description of a Web test object based on a CSS selector.class
A base class description for all edit fields (Edit, Number and File).class
The description of the base interface for Web edit fields, such as, edit, number, and file fields.class
The description of a Web FileField test object.class
The description of a base interface for all Web form-related test objects.class
The description of a Web Frame test object.class
The base description of a Web Grid test object.class
The description of a Web Image test object.class
The description of a Web Link test object.class
The description of a Web ListBox test object.class
The description of a Web MediaControl (audio control or video control) test object.class
The description of a Web Menu test object.class
The description of a Web NumericField test object.class
The description of a Web Page test object.class
The description of a Web RadioGroup test object.class
The description of a Web Slider test object.class
The description of a Web Table test object.class
The description of a Web TabStrip test object.class
The description of a WebTree test object.class
The description of a Web UiGrid test object.class
The description of a Web VideoControl test object.class
A basic Web-based content description.class
a basic element's description.class
This class can be used to describe web objects using xpath. -
Uses of Description in com.hp.lft.sdk.winforms
Classes in com.hp.lft.sdk.winforms that implement DescriptionModifier and TypeClassDescriptionclass
The description of a .NET Windows Forms Button test object.class
The description of a .NET Windows Forms Calendar test object.class
The description of .Net windows forms a CheckBox test object.class
The description of a .NET Windows Forms ComboBox test object.class
The description of a .NET Windows Forms EditField test object.class
The description of a .NET Windows Forms Editor test object.class
The description of a .NET Windows Forms Label test object.class
The description of a .NET Windows Forms ListBox test object.class
The description of a .NET Windows Forms ListView test object.class
The description of a .NET Windows Forms PropertyGrid test object.class
The description of a .NET Windows Forms RadioButton test object.class
The description of a .NET Windows Forms ScrollBar test object.class
The description of a .NET Windows Forms SpinBox test object.class
The description of a .NET Windows Forms StatusBar test object.class
The description of a a .NET Windows Forms TabControl test object.class
The description of a .NET Windows Forms Table (data grid) test object.class
The description of a .NET Windows Forms ToolBar test object.class
The description of a .NET Windows Forms TreeView test object.class
The description of a .NET Windows Forms UiObject test object.class
The base description of all .Net Window Forms test objects.class
The description of a .NET Windows Forms Window test object. -
Uses of Description in com.hp.lft.sdk.wpf
Classes in com.hp.lft.sdk.wpf that implement DescriptionModifier and TypeClassDescriptionclass
The description of a WPF Button test object.class
The description of a WPF calendar or date picker control test object.class
The description of a WPF check box test object.class
The description of a WPF ComboBox test object.class
The description of a WPF EditField test object.class
The description of a WPF Image test object.class
The description of a WPF Link (hyperlink) test object.class
The description of a WPF List test object.class
The description of a WPF Menu test object.class
The description of a WPF progress bar test object.class
The description of a WPF RadioButton test object.class
The description of a WPF ScrollBar test object.class
The description of a WPF Slider test object.class
The description of a WPF StatusBar test object.class
The description of a WPF Table (grid) test object.class
The description of a WPF TabStrip test object.class
The description of a WPF Toolbar test object.class
The description of a WPF TreeView test object.class
The description of a WPF UiObject test object.class
The base description of all WPF test objects.class
The description of a WPF Window test object.