Uses of Class
com.hp.lft.sdk.GeneralReplayException
Packages that use GeneralReplayException
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing objects in mobile applications.
Provides the SDK for testing SAPUI5 objects.
Provides the SDK for testing Terminal Emulators objects.
-
Uses of GeneralReplayException in com.hp.lft.sdk
Subclasses of GeneralReplayException in com.hp.lft.sdkModifier and TypeClassDescriptionclass
The exception that is thrown when a test object cookie is not found in the server.class
The exception that is thrown when the value of an argument to a method is outside the allowable range of values, as defined by the invoked replay method.class
The exception that is thrown when the browser type requested to launch is not installed.class
The exception that is thrown when an item of the test object is not found in the AUT.class
The exception that is thrown when an item of the test object can't be uniquely identified in the AUT.class
The exception that is thrown when a test object with the given description is disabled in the AUT.class
The exception that is thrown when a test object with the given description is not found in the AUT.class
The exception that is thrown when a test object's description is not sufficient to uniquely identify the test object in the AUT.class
The exception that is thrown when a test object with the given description is not visible in the AUT.class
The exception that is thrown when a parent of the test object with the given description is not found in the AUT.class
The exception that is thrown when a time out occurred during replay. -
Uses of GeneralReplayException in com.hp.lft.sdk.mobile
Subclasses of GeneralReplayException in com.hp.lft.sdk.mobileModifier and TypeClassDescriptionclass
Represents errors that occur while running tests on mobile applications. -
Uses of GeneralReplayException in com.hp.lft.sdk.sap.ui5
Methods in com.hp.lft.sdk.sap.ui5 that throw GeneralReplayExceptionModifier and TypeMethodDescriptionvoid
Paginator.firstPage()
Scrolls to the first page.void
Paginator.lastPage()
Scrolls to the last page.void
Paginator.navigateTo
(int pageNum) Navigates to the specified page.void
RoadMap.next()
Scrolls to the next step in the road map object.void
Paginator.nextPage()
Scrolls to the next page.void
RoadMap.previous()
Scrolls to the previous step in the road map object.void
Paginator.previousPage()
Scrolls to the previous page. -
Uses of GeneralReplayException in com.hp.lft.sdk.te
Subclasses of GeneralReplayException in com.hp.lft.sdk.teModifier and TypeClassDescriptionclass
Represents the Error Field Protected error that occurs when running a TE testing project.class
Represents the HLLAPI Not Found error that occurs when running a TE testing project.class
Represents the HLLAPI Operation not Supported error that occurs when running a TE testing project.class
Represents the Illegal Operation error that occurs when running a TE testing project.class
Represents not found item error that occur during when running a TE testing project.class
Represents no connection error that occur during when running a TE testing project.class
Represents position not valid error that occur during when running a TE testing project.class
Represents rule not found error that occur during when running a TE testing project.class
Represents a text too long error that occur during when running a TE testing project.class
Represents undefined key combination error that occur during when running a TE testing project.