Package com.hp.lft.sdk.mobile
package com.hp.lft.sdk.mobile
Provides the SDK for testing objects in mobile applications.
-
ClassDescriptionA mobile application.The description of a mobile Application test object.This class can be used to construct an instance of the ApplicationDescription class using the builder pattern.ApplicationDescription.Init<T extends ApplicationDescription.Init<T>>Helper class for ApplicationDescription.Builder.A button object in a mobile application.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.ButtonDescription.Init<T extends ButtonDescription.Init<T>>Helper class for ButtonDescription.Builder.A calendar control in a mobile application.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();CalendarDescription.Init<T extends CalendarDescription.Init<T>>Helper class for CalendarDescription.Builder.A check box object in a mobile application.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();CheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>>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.DeviceDescription.Init<T extends DeviceDescription.Init<T>>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.A drop-down object in a mobile application.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.DropDownDescription.Init<T extends DropDownDescription.Init<T>>Helper class for DropDownDescription.Builder.An edit object in a mobile application.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.EditFieldDescription.Init<T extends EditFieldDescription.Init<T>>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.A label in a mobile application.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.LabelDescription.Init<T extends LabelDescription.Init<T>>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 OpenText Functional Testing Lab, where users, applications, and devices are managed.Represents errors that occur while running tests on mobile applications.A page control in a mobile application (Supported on iOS only).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.PaginatorDescription.Init<T extends PaginatorDescription.Init<T>>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.A radio group in a mobile application.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.RadioGroupDescription.Init<T extends RadioGroupDescription.Init<T>>Helper class for RadioGroupDescription.Builder.A recycler view object in a mobile application.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.RecyclerViewDescription.Init<T extends RecyclerViewDescription.Init<T>>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.A slider object in a mobile application.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.SliderDescription.Init<T extends SliderDescription.Init<T>>Helper class for SliderDescription.Builder.A stepper control in a mobile application.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.StepperDescription.Init<T extends StepperDescription.Init<T>>Helper class for StepperDescription.Builder.Arguments that define additional behavior for Swipe operations.
This class can be initialized using the builder pattern.A table object in a mobile application.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.TableDescription.Init<T extends TableDescription.Init<T>>Helper class for TableDescription.Builder.A tab strip object in a mobile application.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.TabStripDescription.Init<T extends TabStripDescription.Init<T>>Helper class for TabStripDescription.Builder.Arguments that define additional behavior for Tap operations.
This class can be initialized using the builder pattern.A toggle object in a mobile application.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.ToggleDescription.Init<T extends ToggleDescription.Init<T>>Helper class for ToggleDescription.Builder.A generic object in a mobile application.Common functionality for all UI objects in a mobile application.The base description of all test objects in a mobile application.UiObjectBaseDescription.Init<T extends UiObjectBaseDescription.Init<T>>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.UiObjectDescription.Init<T extends UiObjectDescription.Init<T>>Helper class for UiObjectDescription.Builder.A view object in a mobile application.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.ViewDescription.Init<T extends ViewDescription.Init<T>>Helper class for ViewDescription.Builder.A web view control in a mobile applicationThe 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.WebViewDescription.Init<T extends WebViewDescription.Init<T>>Helper class for ViewDescription.Builder.