Uses of Package
com.hp.lft.sdk.mobile
Packages that use com.hp.lft.sdk.mobile
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing objects in mobile applications.
-
Classes in com.hp.lft.sdk.mobile used by com.hp.lft.sdkClassDescriptionThe description of a mobile Application test object.A mobile device.The description of a mobile Device test object.Defines the options that will be used during the device session.The source location of the device.
-
Classes in com.hp.lft.sdk.mobile used by com.hp.lft.sdk.mobileClassDescriptionThe description of a mobile Application test object.This class can be used to construct an instance of the ApplicationDescription class using the builder pattern.Helper class for ApplicationDescription.Builder.The description of a Button test object in a mobile application.This class can be used to construct an instance of the ButtonDescription class using the builder pattern.Helper class for ButtonDescription.Builder.The description of a Calendar test object in a mobile application.This class can be used to construct an instance of the CalendarDescription class using the builder pattern.
Usage example: CalendarDescription description = new CalendarDescription.Builder().nativeClass("some nativeClass").state(CheckedState.CHECKED).build();Helper class for CalendarDescription.Builder.The description of a CheckBox test object in a mobile application.This class can be used to construct an instance of the CheckBoxDescription class using the builder pattern.
Usage example: CheckBoxDescription description = new CheckBoxDescription.Builder().state(CheckedState.CHECKED).build();Helper class for CheckBoxDescription.Builder.A mobile device.The description of a mobile Device test object.This class can be used to construct an instance of the DeviceDescription class using the builder pattern.Helper class for DeviceDescription.Builder.Information regarding available mobile device returned from OpenText Functional Testing Lab.Device orientation settings.Defines the options that will be used during the device session.The source location of the device.Defines which device vitals should be collected.The description of a DropDown test object in a mobile application.This class can be used to construct an instance of the DropDownDescription class using the builder pattern.Helper class for DropDownDescription.Builder.The description of an EditField test object in a mobile application.This class can be used to construct an instance of the EditFieldDescription class using the builder pattern.Helper class for EditFieldDescription.Builder.Configures how to simulate events that interrupt the application flow on the device, such as an incoming call or SMS.
These simulated events can help you test that your application responds properly to the event itself and to state transitions.Device keys constants representing mobile keyboard keys, which can be used in the input parameter of theDevice.sendKey(DeviceKeys key)
method.The description of a Label test object in a mobile application.This class can be used to construct an instance of the LabelDescription class using the builder pattern.Helper class for LabelDescription.Builder.Installation and launch options for an app.Arguments that define additional behavior for Long Press operations.
This class can be initialized using the builder pattern.Define how media files are uploaded.The description of a Paginator test object in a mobile application.This class can be used to construct an instance of the PaginatorDescription class using the builder pattern.Helper class for PaginatorDescription.Builder.Arguments that define additional behavior for Pan operations.
This class can be initialized using the builder pattern.Arguments that define additional behavior for Pinch operations.The description of a RadioGroup test object in a mobile application.This class can be used to construct an instance of the RadioGroupDescription class using the builder pattern.Helper class for RadioGroupDescription.Builder.The description of a mobile RecyclerView test object in a mobile application.This class can be used to construct an instance of the RecyclerViewDescription class using the builder pattern.Helper class for RecyclerViewDescription.Builder.Common functionality for mobile controls that can be scrolled.Options for direction in Scrollable.scrollOnPage.Authentication simulation cancellation reasons.Authentication simulation failure reasons.Authentication simulation result object.The description of Slider test object in a mobile application.This class can be used to construct an instance of the SliderDescription class using the builder pattern.Helper class for SliderDescription.Builder.The description of a Stepper test object in a mobile application.This class can be used to construct an instance of the StepperDescription class using the builder pattern.Helper class for StepperDescription.Builder.Arguments that define additional behavior for Swipe operations.
This class can be initialized using the builder pattern.The description of a Table test object in a mobile application.This class can be used to construct an instance of the TableDescription class using the builder pattern.Helper class for TableDescription.Builder.The description of a TabStrip test object in a mobile application.This class can be used to construct an instance of the TabStripDescription class using the builder pattern.Helper class for TabStripDescription.Builder.Arguments that define additional behavior for Tap operations.
This class can be initialized using the builder pattern.The description of a Toggle test object in a mobile application.This class can be used to construct an instance of the ToggleDescription class using the builder pattern.Helper class for ToggleDescription.Builder.Common functionality for all UI objects in a mobile application.The base description of all test objects in a mobile application.Helper class for derived Builder classes.The description of a UiObject test object in a mobile application.This class can be used to construct an instance of the UiObjectDescription class using the builder pattern.Helper class for UiObjectDescription.Builder.The description of a View test object in a mobile application.This class can be used to construct an instance of the ViewDescription class using the builder pattern.Helper class for ViewDescription.Builder.The description of a WebView test object in a mobile application.This class can be used to construct an instance of the ViewDescription class using the builder pattern.Helper class for ViewDescription.Builder.